aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-07-21 23:22:29 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-07-21 23:22:29 +0200
commit7cb53eb4e55943aa59928a97391ad9507f907cbc (patch)
tree7ea69d3cde2156597331bc3a68e1bb328102703c /build.xml
parentd970754ff1e2a8cc416f90ef71f5848d788f9515 (diff)
downloadsemanticscuttle-7cb53eb4e55943aa59928a97391ad9507f907cbc.tar.gz
semanticscuttle-7cb53eb4e55943aa59928a97391ad9507f907cbc.tar.bz2
task to deploy the demo to the website
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 8997366..6bd5eb2 100644
--- a/build.xml
+++ b/build.xml
@@ -367,6 +367,18 @@
</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"