projects
/
tomcat7.0
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8da02c9
)
Check the tests too.
author
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Jul 2010 11:10:48 +0000
(11:10 +0000)
committer
markt
<markt@13f79535-47bb-0310-9956-ffa450edef68>
Sat, 24 Jul 2010 11:10:48 +0000
(11:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@978847
13f79535
-47bb-0310-9956-
ffa450edef68
build.xml
patch
|
blob
|
history
diff --git
a/build.xml
b/build.xml
index
30e4c4c
..
c50268b
100644
(file)
--- a/
build.xml
+++ b/
build.xml
@@
-418,6
+418,9
@@
<include name="**/*.java" />
<exclude name="org/apache/tomcat/util/bcel/**" />
</fileset>
+ <fileset dir="test">
+ <include name="**/*.java" />
+ </fileset>
</checkstyle>
</target>