Author: markt
Date: Thu Aug  5 09:51:41 2010
New Revision: 982525

URL: http://svn.apache.org/viewvc?rev=982525&view=rev
Log:
Skip repackaged DBCP in validate target (Gump was running it). Any build where 
the deps are downloaded inside the svn checkout would fail in a similar manner

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=982525&r1=982524&r2=982525&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Aug  5 09:51:41 2010
@@ -420,6 +420,8 @@
         <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>



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

Reply via email to