Fixed a broken path in build.xml
authorChristos Stathis <chstath@ebs.gr>
Tue, 16 Aug 2011 10:08:18 +0000 (13:08 +0300)
committerChristos Stathis <chstath@ebs.gr>
Tue, 16 Aug 2011 10:08:18 +0000 (13:08 +0300)
web_client/build.xml

index 72ae3b1..bd84e3e 100644 (file)
             <jvmarg value="-Xdebug"/>
             <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=55555"/>
             <arg value="-war"/>
-            <arg value="${gwt.www.dir}/${gwt.module}"/>
+            <arg value="${gwt.www.dir}"/>
             <arg value="-noserver"/>
             <arg value="-startupUrl"/>
             <arg value="http://127.0.0.1:8080/client/pithos.html"/>