Author: markt
Date: Thu Sep 13 18:14:48 2012
New Revision: 1384450

URL: http://svn.apache.org/viewvc?rev=1384450&view=rev
Log:
Exclude empty files and directories used in unit tests from CheckStyle

Modified:
    tomcat/sandbox/trunk-resources/build.xml

Modified: tomcat/sandbox/trunk-resources/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/sandbox/trunk-resources/build.xml?rev=1384450&r1=1384449&r2=1384450&view=diff
==============================================================================
--- tomcat/sandbox/trunk-resources/build.xml (original)
+++ tomcat/sandbox/trunk-resources/build.xml Thu Sep 13 18:14:48 2012
@@ -484,6 +484,7 @@
         <!-- Exclude simple test files -->
         <exclude name="test/webapp-3.0/bug53257/*.txt"/>
         <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>
+        <exclude name="test/webresources/**"/>
       </fileset>
       <fileset dir="modules/jdbc-pool" >
         <exclude name=".*/**"/>



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

Reply via email to