Author: markt Date: Fri Oct 26 08:39:03 2012 New Revision: 1402429 URL: http://svn.apache.org/viewvc?rev=1402429&view=rev Log: Extend list of files to skip
Modified: tomcat/tc7.0.x/trunk/ (props changed) tomcat/tc7.0.x/trunk/build.xml Propchange: tomcat/tc7.0.x/trunk/ ------------------------------------------------------------------------------ Merged /tomcat/trunk:r1402428 Modified: tomcat/tc7.0.x/trunk/build.xml URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1402429&r1=1402428&r2=1402429&view=diff ============================================================================== --- tomcat/tc7.0.x/trunk/build.xml (original) +++ tomcat/tc7.0.x/trunk/build.xml Fri Oct 26 08:39:03 2012 @@ -471,7 +471,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"/> </fileset> <fileset dir="modules/jdbc-pool" > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org