* always upload HEAD jar under a fixed name as well for auto-update purposes

This commit is contained in:
Reinhard Pointner 2013-04-02 15:30:59 +00:00
parent d3f987d130
commit 225d37238d
1 changed files with 1 additions and 0 deletions

View File

@ -651,6 +651,7 @@
<!-- deploy fatjar -->
<input message="Mark:" addproperty="mark" />
<scp file="${path.fatjar}" remoteTofile="${sf.user}:${sf.password}@${deploy.release}/HEAD/filebot-${version}-r${svn.revision}-${mark}.jar" trust="yes" verbose="true" sftp="true" />
<scp file="${path.fatjar}" remoteTofile="${sf.user}:${sf.password}@${deploy.release}/HEAD/FileBot.jar" trust="yes" verbose="true" sftp="true" />
</target>