take version number off jrobin jar so we can overwrite if we upgrade

This commit is contained in:
zzz
2010-02-10 12:06:30 +00:00
parent 54171e4be2
commit 880f1866dc
2 changed files with 6 additions and 4 deletions

View File

@ -64,7 +64,8 @@
<target name="jar" depends="compile">
<jar destfile="./build/routerconsole.jar" basedir="./build/obj" includes="**/*.class">
<manifest>
<attribute name="Class-Path" value="i2p.jar router.jar jrobin-1.4.0.jar" />
<!-- top level installer will rename to jrobin.jar -->
<attribute name="Class-Path" value="i2p.jar router.jar jrobin.jar" />
</manifest>
</jar>
<delete dir="./tmpextract" />