Fix upload-version target site

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1845 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-10-30 17:04:57 +00:00
parent 9b23b27cf8
commit 28a1c36b09
1 changed files with 2 additions and 2 deletions

View File

@ -378,8 +378,8 @@
</target>
<target name="upload-version">
<scp todir="${username},davmail@frs.sourceforge.net:/home/frs/project/d/da/davmail/davmail"
keyfile="${keyfile}" passphrase="${passphrase}" verbose="true" trust="true">
<scp todir="${username},davmail@web.sourceforge.net:htdocs"
keyfile="${keyfile}" passphrase="${passphrase}" verbose="true">
<fileset dir="dist">
<include name="version.txt"/>
</fileset>