Author: markt
Date: Thu Feb 20 09:39:21 2014
New Revision: 1570120
URL: http://svn.apache.org/r1570120
Log:
Follow up to r1570114
Need to include *.properties as well as *.class
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1570120&r1=1570119&r2=1570120&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Feb 20 09:39:21 2014
@@ -295,6 +295,7 @@
<patternset id="files.servlet-api">
<include name="javax/servlet/*.class" />
+ <include name="javax/servlet/*.properties" />
<include name="javax/servlet/annotation/**" />
<include name="javax/servlet/descriptor/**" />
<include name="javax/servlet/http/**" />
@@ -343,6 +344,7 @@
<include name="org/apache/tomcat/util/res/**" />
<include name="org/apache/tomcat/util/threads/**" />
<include name="org/apache/tomcat/util/*.class" />
+ <include name="org/apache/tomcat/util/*.properties" />
</patternset>
<patternset id="files.tomcat-util-scan">
@@ -1927,6 +1929,7 @@ Apache Tomcat ${version} native binaries
<include name="org/apache/catalina/util/SchemaResolver.class" />
<include name="org/apache/catalina/util/StringManager.class" />
<include name="org/apache/tomcat/util/*.class" />
+ <include name="org/apache/tomcat/util/*.properties" />
<include name="org/apache/tomcat/util/digester/**" />
<exclude name="**/package.html" />
<exclude name="**/LocalStrings_*" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]