fix i2ptunnel bundles

This commit is contained in:
zzz
2009-12-15 01:51:56 +00:00
parent eb23306b12
commit cec75fa60e
5 changed files with 12 additions and 6 deletions

View File

@@ -41,10 +41,8 @@
<attribute name="Class-Path" value="i2p.jar mstreaming.jar" />
</manifest>
</jar>
<ant target="war" />
<ant target="bundle" />
<!-- jar again to get the latest messages_*.class files -->
<jar destfile="./build/i2ptunnel.jar" basedir="./build/obj" includes="**/*.class" update="true" />
<ant target="war" />
</target>
<target name="bundle" depends="compile, precompilejsp">