Skip to content

Commit cb7dcda

Browse files
committed
Fix dup patched/unpatched jetty classes
1 parent 48cfb61 commit cb7dcda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/jetty/build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
-->
175175
<!-- comment out above line and uncomment below and the patches section further down if we need patches -->
176176
<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" />
177+
<zipfileset excludes="**/SslConnection*.class" src="${jetty.base}/lib/jetty-io-${jetty.ver}.jar" />
178178
<zipfileset src="build/jetty-io-patch.jar" />
179179
</jar>
180180
<copy preservelastmodified="true" file="${jetty.base}/lib/jetty-jmx-${jetty.ver}.jar" tofile="jettylib/org.mortbay.jmx.jar" />

0 commit comments

Comments
 (0)