Skip repackaged DBCP in validate target (Gump was running it). Any build where the...
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Aug 2010 09:51:41 +0000 (09:51 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Aug 2010 09:51:41 +0000 (09:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@982525 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index a6ef381..09b5dfd 100644 (file)
--- a/build.xml
+++ b/build.xml
         <exclude name="output/**"/>
         <exclude name="modules/**"/>
         <exclude name="**/*.mdl"/>
+        <!-- Exclude these else Gump runs validate on them -->
+        <exclude name="**/org/apache/tomcat/dbcp/**"/>
       </fileset>
     </checkstyle>
   </target>