forked from I2P_Developers/i2p.i2p
Console: Incorporate bionic build patch from previous checkin
Remove patch from debian files
This commit is contained in:
@ -22,6 +22,7 @@
|
|||||||
<!-- Depend on classes instead of jars where available -->
|
<!-- Depend on classes instead of jars where available -->
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="../../../core/java/build/obj" />
|
<pathelement location="../../../core/java/build/obj" />
|
||||||
|
<pathelement location="../../../core/java/build/gnu-getopt.jar" />
|
||||||
<pathelement location="../../../router/java/build/obj" />
|
<pathelement location="../../../router/java/build/obj" />
|
||||||
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
||||||
<pathelement location="../../jetty/jettylib/jetty-util.jar" />
|
<pathelement location="../../jetty/jettylib/jetty-util.jar" />
|
||||||
@ -65,6 +66,8 @@
|
|||||||
<compilerarg line="${javac.compilerargs}" />
|
<compilerarg line="${javac.compilerargs}" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="../../../core/java/build/i2p.jar" />
|
<pathelement location="../../../core/java/build/i2p.jar" />
|
||||||
|
<!-- gnu-getopt.jar only present for debian builds -->
|
||||||
|
<pathelement location="../../../core/java/build/gnu-getopt.jar" />
|
||||||
<pathelement location="../../../router/java/build/router.jar" />
|
<pathelement location="../../../router/java/build/router.jar" />
|
||||||
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
||||||
<pathelement location="../../jetty/jettylib/jetty-http.jar" />
|
<pathelement location="../../jetty/jettylib/jetty-http.jar" />
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
--- a/apps/routerconsole/java/build.xml
|
|
||||||
+++ b/apps/routerconsole/java/build.xml
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
<!-- Depend on classes instead of jars where available -->
|
|
||||||
<classpath>
|
|
||||||
<pathelement location="../../../core/java/build/obj" />
|
|
||||||
+ <pathelement location="../../../core/java/build/gnu-getopt.jar" />
|
|
||||||
<pathelement location="../../../router/java/build/obj" />
|
|
||||||
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
|
||||||
<pathelement location="../../jetty/jettylib/jetty-util.jar" />
|
|
||||||
@@ -65,6 +66,8 @@
|
|
||||||
<compilerarg line="${javac.compilerargs}" />
|
|
||||||
<classpath>
|
|
||||||
<pathelement location="../../../core/java/build/i2p.jar" />
|
|
||||||
+ <!-- gnu-getopt.jar only present for debian builds -->
|
|
||||||
+ <pathelement location="../../../core/java/build/gnu-getopt.jar" />
|
|
||||||
<pathelement location="../../../router/java/build/router.jar" />
|
|
||||||
<pathelement location="../../jetty/jettylib/org.mortbay.jetty.jar" />
|
|
||||||
<pathelement location="../../jetty/jettylib/jetty-http.jar" />
|
|
@ -1,3 +1,2 @@
|
|||||||
0001-path-substitution.patch
|
0001-path-substitution.patch
|
||||||
0002-jetty-compatibility.patch
|
0002-jetty-compatibility.patch
|
||||||
0004-getopt-build.patch
|
|
||||||
|
Reference in New Issue
Block a user