Author: markt
Date: Thu Feb 20 09:41:02 2014
New Revision: 1570123

URL: http://svn.apache.org/r1570123
Log:
Follow up to r1570115
Need to include *.properties as well as *.class

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/build.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1570120

Modified: tomcat/tc7.0.x/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1570123&r1=1570122&r2=1570123&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/build.xml (original)
+++ tomcat/tc7.0.x/trunk/build.xml Thu Feb 20 09:41:02 2014
@@ -285,6 +285,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/**" />
@@ -1995,6 +1996,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]

Reply via email to