Cleaned imports
[pithos-web-client] / build.xml
index bd84e3e..d2ab455 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -77,7 +77,7 @@
        </target>
 
     <target name="uploadToVM" depends="gwt-compile">
        </target>
 
     <target name="uploadToVM" depends="gwt-compile">
-        <scp todir="chstath@pithos.dev.grnet.gr:/var/www/pithos_web_client" keyfile="/home/chstath/.ssh/id_rsa" passphrase="r0bax45">
+        <scp todir="chstath@pithos.dev.grnet.gr:/var/www/pithos_web_client" keyfile="${ssh.key}" passphrase="${passphrase}">
             <fileset dir="${gwt.www.dir}/${gwt.module}"/>
         </scp>
     </target>
             <fileset dir="${gwt.www.dir}/${gwt.module}"/>
         </scp>
     </target>
             <arg value="${gwt.www.dir}"/>
             <arg value="-noserver"/>
             <arg value="-startupUrl"/>
             <arg value="${gwt.www.dir}"/>
             <arg value="-noserver"/>
             <arg value="-startupUrl"/>
-            <arg value="http://127.0.0.1:8080/client/pithos.html"/>
+            <arg value="http://127.0.0.1:8080/client"/>
             <arg value="${gwt.module}"/>
         </java>
     </target>
             <arg value="${gwt.module}"/>
         </java>
     </target>