Author: markt
Date: Sat Jul 24 11:10:48 2010
New Revision: 978847
URL: http://svn.apache.org/viewvc?rev=978847&view=rev
Log:
Check the tests too.
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=978847&r1=978846&r2=978847&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Sat Jul 24 11:10:48 2010
@@ -418,6 +418,9 @@
<include name="**/*.java" />
<exclude name="org/apache/tomcat/util/bcel/**" />
</fileset>
+ <fileset dir="test">
+ <include name="**/*.java" />
+ </fileset>
</checkstyle>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]