Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Dec 17, 2012
1 parent 8b41956 commit c3ae3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@
<pathelement location="build/i2p.jar" />
<pathelement location="build/i2psnark.jar" />
</classpath>
<arg value="i2pupdate_${release.number}.sud" />
<arg value="i2pupdate-${release.number}.sud" />
<arg value="http://tracker2.postman.i2p/announce.php" />
</java>
<copy file="i2pupdate.su2" tofile="i2pupdate-${release.number}.su2" />
Expand All @@ -1564,7 +1564,7 @@
<pathelement location="build/i2p.jar" />
<pathelement location="build/i2psnark.jar" />
</classpath>
<arg value="i2pupdate_${release.number}.su2" />
<arg value="i2pupdate-${release.number}.su2" />
<arg value="http://tracker2.postman.i2p/announce.php" />
</java>
<echo message="Don't forget to mtn tag w: i2p-${release.number}" />
Expand Down

0 comments on commit c3ae3f2

Please sign in to comment.