remove jbigi.jar from the classpath so we don't mistakenly extract & overwrite the

libjbigi.so.  Yeah, this means that i2psnark uses pure java modPow, but it doesn't do
any real heavy lifting anyway, except a DSA signature every 5-10 minutes.  whoop de do.
This commit is contained in:
jrandom
2005-10-19 23:18:29 +00:00
committed by zzz
parent 76655d01d0
commit ab9c6d59cf

View File

@ -19,7 +19,7 @@
<jar destfile="./build/i2psnark.jar" basedir="./build/obj" includes="**/*.class">
<manifest>
<attribute name="Main-Class" value="org.klomp.snark.Snark" />
<attribute name="Class-Path" value="i2p.jar jbigi.jar mstreaming.jar streaming.jar" />
<attribute name="Class-Path" value="i2p.jar mstreaming.jar streaming.jar" />
</manifest>
</jar>
</target>