projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3527cf0
)
Skip repackaged DBCP in validate target (Gump was running it). Any build where the...
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 5 Aug 2010 09:51:41 +0000
(09:51 +0000)
committer
markt
<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
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
a6ef381
..
09b5dfd
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-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>