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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org