Author: fschumacher
Date: Thu Sep 17 04:13:04 2015
New Revision: 1703486
URL: http://svn.apache.org/r1703486
Log:
Move JreVendor class from tomcat-api.jar to tomcat-util.jar and exclude it from
catalina-deployer.jar. This is a follow-up to r1702183.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1703486&r1=1703485&r2=1703486&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Sep 17 04:13:04 2015
@@ -346,7 +346,6 @@
<patternset id="files.tomcat-api">
<include name="org/apache/tomcat/*" />
- <include name="org/apache/tomcat/util/compat/**" />
<exclude name="org/apache/tomcat/buildutil" />
<exclude name="org/apache/tomcat/dbcp" />
<exclude name="org/apache/tomcat/jni" />
@@ -357,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/compat/**" />
<include name="org/apache/tomcat/util/file/**" />
<include name="org/apache/tomcat/util/res/**" />
<include name="org/apache/tomcat/util/security/**" />
@@ -2063,6 +2063,7 @@ Apache Tomcat ${version} native binaries
<exclude name="org/apache/tomcat/util/buf" />
<exclude name="org/apache/tomcat/util/codec" />
<exclude name="org/apache/tomcat/util/collections" />
+ <exclude name="org/apache/tomcat/util/compat" />
<exclude name="org/apache/tomcat/util/descriptor" />
<exclude name="org/apache/tomcat/util/file" />
<exclude name="org/apache/tomcat/util/http" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]