aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
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"