Finished tag tree display (without optimizations)
[pithos-web-client] / build.xml
index 73234a9..0baf973 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8" ?>
-<project name="gss" default="gwt-compile" basedir=".">
-       <description>The GSS project build file</description>
+<project name="pithos" default="gwt-compile" basedir=".">
+       <description>The Pithos web client project build file</description>
 
        <property file="build.properties"/>
     <property name="deps.dir" value="dependencies"/>
@@ -24,8 +24,7 @@
     <property name="gwtquery-droppable-plugin.filename" value="droppable-plugin-1.0.2.jar"/>
     <property name="gwtquery-droppable-plugin.download.url" value="http://gss.googlecode.com/hg/lib/${gwtquery-droppable-plugin.filename}?r=c8bca56a1c4ab780ac0d0cc72a2b40b60d7ca4f7"/>
 
-    <property name="root.context" value="gss" />
-    <property name="gwt.module.class" value="GSS" />
+    <property name="gwt.module.class" value="Pithos" />
     <property name="gwt.root.package" value="gr.grnet.pithos.web" />
     <property name="gwt.root.path" value="gr/grnet/pithos/web" />
     <property name="gwt.module" value="${gwt.root.package}.${gwt.module.class}" />
             <arg value="${gwt.www.dir}/${gwt.module}"/>
             <arg value="-noserver"/>
             <arg value="-startupUrl"/>
-            <arg value="http://127.0.0.1:8080/client/GSS.html"/>
+            <arg value="http://127.0.0.1:8080/client/pithos.html"/>
             <arg value="${gwt.module}"/>
         </java>
     </target>