I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit ab9c6d59 authored by jrandom's avatar jrandom Committed by zzz
Browse files

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.
parent 76655d01
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment