Add a new upload-version ant target to upload version.txt

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@1841 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2011-10-30 16:31:57 +00:00
parent ca0f620132
commit a50472c7cd
2 changed files with 10 additions and 1 deletions

View File

@ -377,6 +377,15 @@
</scp> </scp>
</target> </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">
<fileset dir="dist">
<include name="version.txt"/>
</fileset>
</scp>
</target>
<target name="release" depends="init"> <target name="release" depends="init">
<property name="release-name" value="${release}"/> <property name="release-name" value="${release}"/>
<antcall target="dist"/> <antcall target="dist"/>

View File

@ -16,4 +16,4 @@ mvn install:install-file -DgroupId=net.freeutils.charset -DartifactId=jcharset -
- create news message at https://sourceforge.net/news/admin/?group_id=184600 - create news message at https://sourceforge.net/news/admin/?group_id=184600
- send user mailing list message - send user mailing list message
- change default download files on frs - change default download files on frs
- upload version.txt - upload version.txt with ant upload-version