forked from I2P_Developers/i2p.i2p
Fixed out-of-date references to wrapper.jar and jbigi.jar so that the justBOB target works
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<pathelement path="${javac.classpath}" />
|
||||
</path>
|
||||
</copy>
|
||||
<copy todir="${dist.dir}/lib" file="../../installer/lib/jbigi/jbigi.jar" />
|
||||
<copy todir="${dist.dir}/lib" file="../../build/jbigi.jar" />
|
||||
|
||||
<!-- Extract the classes inside the jar files -->
|
||||
<unjar dest="${dist.dir}/classes" >
|
||||
|
@@ -30,11 +30,11 @@ excludes=**/*.html,**/*.txt
|
||||
file.reference.build-javadoc=../../i2p.i2p/build/javadoc
|
||||
file.reference.i2p.jar=../../core/java/build/i2p.jar
|
||||
file.reference.i2ptunnel.jar=../i2ptunnel/java/build/i2ptunnel.jar
|
||||
file.reference.jbigi.jar=../../installer/lib/jbigi/jbigi.jar
|
||||
file.reference.jbigi.jar=../../build/jbigi.jar
|
||||
file.reference.mstreaming.jar=../ministreaming/java/build/mstreaming.jar
|
||||
file.reference.router.jar=../../router/java/build/router.jar
|
||||
file.reference.streaming.jar=../streaming/java/build/streaming.jar
|
||||
file.reference.wrapper.jar=../../installer/lib/wrapper/linux/wrapper.jar
|
||||
file.reference.wrapper.jar=../../installer/lib/wrapper/all/wrapper.jar
|
||||
includes=**
|
||||
jar.compress=true
|
||||
javac.classpath=\
|
||||
|
@@ -1349,7 +1349,7 @@
|
||||
<ant dir="Slackware/i2p/" target="slackpkg" />
|
||||
<ant dir="Slackware/i2p-base/" target="slackpkg" />
|
||||
</target>
|
||||
<target name="justBOB" depends="builddepSmall">
|
||||
<target name="justBOB" depends="builddepSmall, jbigi">
|
||||
<ant dir="apps/BOB/" target="onejar" />
|
||||
<copy file="apps/BOB/dist/BOB-one.jar" todir="." />
|
||||
</target>
|
||||
|
Reference in New Issue
Block a user