Author: billbarker Date: Fri Oct 16 01:27:58 2015 New Revision: 1708906 URL: http://svn.apache.org/viewvc?rev=1708906&view=rev Log: Include collections classes in the jar, not just the package. Reported by Gump
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1708906&r1=1708905&r2=1708906&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Fri Oct 16 01:27:58 2015 @@ -356,7 +356,7 @@ <patternset id="files.tomcat-util"> <include name="org/apache/tomcat/util/buf/**" /> <include name="org/apache/tomcat/util/codec/**" /> - <include name="org/apache/tomcat/util/collections" /> + <include name="org/apache/tomcat/util/collections/**" /> <include name="org/apache/tomcat/util/compat/**" /> <include name="org/apache/tomcat/util/file/**" /> <include name="org/apache/tomcat/util/res/**" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org