task to deploy the demo to the website

This commit is contained in:
Christian Weiske 2011-07-21 23:22:29 +02:00
parent d970754ff1
commit 7cb53eb4e5

View File

@ -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"