Author: markt Date: Wed Oct 19 10:18:59 2016 New Revision: 1765571 URL: http://svn.apache.org/viewvc?rev=1765571&view=rev Log: Remove classes from tomcat-util-scan.jar that are duplicates of those in tomcat-util.jar
Modified: tomcat/trunk/build.xml tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1765571&r1=1765570&r2=1765571&view=diff ============================================================================== --- tomcat/trunk/build.xml (original) +++ tomcat/trunk/build.xml Wed Oct 19 10:18:59 2016 @@ -378,7 +378,6 @@ <patternset id="files.tomcat-util-scan"> <include name="org/apache/tomcat/util/descriptor/**" /> <include name="org/apache/tomcat/util/digester/**" /> - <include name="org/apache/tomcat/util/file/**" /> <include name="org/apache/tomcat/util/scan/**" /> </patternset> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1765571&r1=1765570&r2=1765571&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Oct 19 10:18:59 2016 @@ -129,6 +129,10 @@ <add> Add the JASPIC API jar to the Maven Central publication script. (markt) </add> + <fix> + Remove classes from tomcat-util-scan.jar that are duplicates of those in + tomcat-util.jar. (markt) + </fix> </chnagelog> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org