You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/10/26 10:36:33 UTC

svn commit: r1402428 - /tomcat/trunk/build.xml

Author: markt
Date: Fri Oct 26 08:36:32 2012
New Revision: 1402428

URL: http://svn.apache.org/viewvc?rev=1402428&view=rev
Log:
Extend list of files to skip

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1402428&r1=1402427&r2=1402428&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Fri Oct 26 08:36:32 2012
@@ -490,7 +490,7 @@
         <exclude name="**/org/apache/tomcat/dbcp/**"/>
         <exclude name="**/tomcat-deps/**"/>
         <!-- Exclude simple test files -->
-        <exclude name="test/webapp-3.0/bug53257/*.txt"/>
+        <exclude name="test/webapp-3.0/bug53257/**/*.txt"/>
         <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>
         <exclude name="test/webresources/**"/>
       </fileset>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org