Plugins: Actually do the part that does the torrent download now

This commit is contained in:
eyedeekay
2024-01-23 16:11:14 -05:00
parent 1c070baf6d
commit b0818f95ec
3 changed files with 341 additions and 59 deletions

View File

@ -33,6 +33,7 @@
<pathelement location="../../i2psnark/java/build/i2psnark.jar" />
<pathelement location="../../../installer/lib/wrapper/all/wrapper.jar" />
<pathelement location="../../jrobin/java/build/jrobin.jar" />
<pathelement location="../../../build/mstreaming.jar" />
</classpath>
</depend>
</target>
@ -67,6 +68,7 @@
<compilerarg line="${javac.compilerargs}" />
<classpath>
<pathelement location="../../../core/java/build/i2p.jar" />
<pathelement location="../../../build/mstreaming.jar" />
<!-- gnu-getopt.jar only present for debian builds -->
<pathelement location="../../../core/java/build/gnu-getopt.jar" />
<pathelement location="../../../router/java/build/router.jar" />