Author: markt
Date: Thu Dec 24 12:43:22 2009
New Revision: 893742
URL: http://svn.apache.org/viewvc?rev=893742&view=rev
Log:
Move StringManager to the tomcat-util jar
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=893742&r1=893741&r2=893742&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Dec 24 12:43:22 2009
@@ -231,6 +231,7 @@
</patternset>
<patternset id="files.tomcat-util">
+ <include name="org/apache/tomcat/util/res/*.class" />
<include name="org/apache/tomcat/util/scan/*.class" />
</patternset>
@@ -267,6 +268,7 @@
<include name="org/apache/jk/**" />
<include name="org/apache/tomcat/util/**" />
<!-- Exclude the files shared between Catalina & Jasper -->
+ <exclude name="org/apache/tomcat/util/res/**" />
<exclude name="org/apache/tomcat/util/scan/**" />
</patternset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]