We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cfb61 commit cb7dcdaCopy full SHA for cb7dcda
apps/jetty/build.xml
@@ -174,7 +174,7 @@
174
-->
175
<!-- comment out above line and uncomment below and the patches section further down if we need patches -->
176
<jar destfile="jettylib/jetty-io.jar" manifest="${jetty.base}/lib/jetty-io-${jetty.ver}.jar" filesetmanifest="mergewithoutmain" >
177
- <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" />
178
<zipfileset src="build/jetty-io-patch.jar" />
179
</jar>
180
<copy preservelastmodified="true" file="${jetty.base}/lib/jetty-jmx-${jetty.ver}.jar" tofile="jettylib/org.mortbay.jmx.jar" />
0 commit comments