Author: markt
Date: Mon Aug 23 09:47:42 2010
New Revision: 988049

URL: http://svn.apache.org/viewvc?rev=988049&view=rev
Log:
Fix Gump build

Modified:
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=988049&r1=988048&r2=988049&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Mon Aug 23 09:47:42 2010
@@ -422,6 +422,7 @@
         <exclude name="**/*.mdl"/>
         <!-- Exclude these else Gump runs validate on them -->
         <exclude name="**/org/apache/tomcat/dbcp/**"/>
+        <exclude name="**/tomcat-deps/**"/>
       </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