Revision: 6623
Author: [email protected]
Date: Tue Nov 3 14:04:04 2009
Log: Strangely, this works better across platforms.
http://code.google.com/p/google-web-toolkit/source/detail?r=6623
Modified:
/trunk/user/build.xml
=======================================
--- /trunk/user/build.xml Tue Nov 3 13:04:24 2009
+++ /trunk/user/build.xml Tue Nov 3 14:04:04 2009
@@ -144,8 +144,8 @@
</gwt.checkstyle>
<gwt.checkstyle.tests>
<fileset dir="test">
- <filename name="com/google/**" />
- <filename name="test/**" />
+ <include name="com/google/**/*.java" />
+ <include name="test/**" />
</fileset>
</gwt.checkstyle.tests>
</target>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---