Author: remm
Date: Thu Sep 10 07:35:26 2015
New Revision: 1702183
URL: http://svn.apache.org/r1702183
Log:
No trace of the new compat package being included anywhere, so add it to
tomcat-api for now. Maybe the JreVendor class could be moved tom o.a.tomcat ?
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1702183&r1=1702182&r2=1702183&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Sep 10 07:35:26 2015
@@ -344,6 +344,7 @@
<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" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]