Author: markt Date: Thu Oct 15 09:24:24 2015 New Revision: 1708744 URL: http://svn.apache.org/viewvc?rev=1708744&view=rev Log: Move o.a.tomcat.util.collections from tomcat-coyote.jar to tomcat-util.jar. This should not break anything since tomcat-coyote.jar already has a dependency on tomcat-util.jar
Modified: tomcat/trunk/build.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1708744&r1=1708743&r2=1708744&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Thu Oct 15 09:24:24 2015 @@ -356,6 +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/compat/**" /> <include name="org/apache/tomcat/util/file/**" /> <include name="org/apache/tomcat/util/res/**" /> @@ -363,7 +364,6 @@ <include name="org/apache/tomcat/util/threads/**" /> <include name="org/apache/tomcat/util/*" /> <exclude name="org/apache/tomcat/util/bcel" /> - <exclude name="org/apache/tomcat/util/collections" /> <exclude name="org/apache/tomcat/util/descriptor" /> <exclude name="org/apache/tomcat/util/digester" /> <exclude name="org/apache/tomcat/util/http" /> @@ -416,7 +416,6 @@ <include name="org/apache/coyote/**" /> <!-- Remaining tomcat-util packages --> <include name="org/apache/tomcat/util/bcel/**" /> - <include name="org/apache/tomcat/util/collections/**" /> <include name="org/apache/tomcat/util/http/**" /> <include name="org/apache/tomcat/util/log/**" /> <include name="org/apache/tomcat/util/modeler/**" /> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org