Revision: 10654
Author:   ncha...@google.com
Date:     Fri Sep 16 12:34:41 2011
Log:      Remove uneeded samples checkstyle exception.
Add a comment explaining the remaining exception

Review at http://gwt-code-reviews.appspot.com/1548804

Review by: rj...@google.com
http://code.google.com/p/google-web-toolkit/source/detail?r=10654

Modified:
 /trunk/samples/common.ant.xml

=======================================
--- /trunk/samples/common.ant.xml       Wed Sep 14 06:33:50 2011
+++ /trunk/samples/common.ant.xml       Fri Sep 16 12:34:41 2011
@@ -189,7 +189,7 @@
   <target name="checkstyle" description="Static analysis of source">
     <gwt.checkstyle outputdirectory="${sample.build}">
       <fileset dir="src" >
-        <exclude name="main/java/org/**/super/org/**/*.java"/>
+        <!-- ValidationMessages is generated and has funny method names -->
<exclude name="main/java/com/google/gwt/sample/validation*/**/ValidationMessages.java" />
       </fileset>
     </gwt.checkstyle>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to