]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
task to deploy the demo to the website
authorChristian Weiske <cweiske@cweiske.de>
Thu, 21 Jul 2011 21:22:29 +0000 (23:22 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Thu, 21 Jul 2011 21:22:29 +0000 (23:22 +0200)
build.xml

index 899736691612606a99e924ad1c3da410724b5e17..6bd5eb2eb1302585fb34cf85b24e5f765b8381cf 100644 (file)
--- a/build.xml
+++ b/build.xml
   </target>
 
 
+  <target name="deploy-demo"
+          description="sync demo to sourceforge website"
+  >
+   <exec
+     command="rsync -avP -e ssh . ${sfuser},${sfproject}@web.sourceforge.net:htdocs/demo"
+     dir="${websitedir}/demo"
+     escape="false" checkreturn="false"
+     passthru="true"
+     />
+  </target>
+
+
 
 
   <target name="check"