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

Skip to content
Snippets Groups Projects
Verified Commit cb7dcda5 authored by zzz's avatar zzz
Browse files

Fix dup patched/unpatched jetty classes

parent 48cfb611
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@
-->
<!-- comment out above line and uncomment below and the patches section further down if we need patches -->
<jar destfile="jettylib/jetty-io.jar" manifest="${jetty.base}/lib/jetty-io-${jetty.ver}.jar" filesetmanifest="mergewithoutmain" >
<zipfileset excludes="**/SslConnection.class" src="${jetty.base}/lib/jetty-io-${jetty.ver}.jar" />
<zipfileset excludes="**/SslConnection*.class" src="${jetty.base}/lib/jetty-io-${jetty.ver}.jar" />
<zipfileset src="build/jetty-io-patch.jar" />
</jar>
<copy preservelastmodified="true" file="${jetty.base}/lib/jetty-jmx-${jetty.ver}.jar" tofile="jettylib/org.mortbay.jmx.jar" />
......
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