Revision: 9052
Author: [email protected]
Date: Wed Oct 13 10:20:07 2010
Log: Tighten up gwt-user checkstyle patterns.

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=9052

Modified:
 /trunk/eclipse/user/.checkstyle

=======================================
--- /trunk/eclipse/user/.checkstyle     Mon Oct 11 04:23:50 2010
+++ /trunk/eclipse/user/.checkstyle     Wed Oct 13 10:20:07 2010
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <fileset-config file-format-version="1.2.0" simple-config="false">
<fileset name="Java source for production code" enabled="true" check-config-name="GWT Checks" local="false"> - <file-match-pattern match-pattern=".*src.*\.java" include-pattern="true"/> - <file-match-pattern match-pattern="core[/\\]src[/\\]javax[/\\]validation.*\.java" include-pattern="false"/> - <file-match-pattern match-pattern="core[/\\]src[/\\]org[/\\]hibernate[/\\]validator.*\.java" include-pattern="false"/> + <file-match-pattern match-pattern="core[/\\]src[/\\].*\.java$" include-pattern="true"/> + <file-match-pattern match-pattern="core[/\\]src[/\\]javax[/\\]validation[/\\].*\.java$" include-pattern="false"/> + <file-match-pattern match-pattern="core[/\\]src[/\\]org[/\\]hibernate[/\\]validator[/\\].*\.java$" include-pattern="false"/>
     </fileset>
<fileset name="Java source for test cases" enabled="true" check-config-name="GWT Checks for Tests" local="false"> <file-match-pattern match-pattern="core[/\\]test[/\\]com[/\\]google[/\\].*\.java$" include-pattern="true"/>

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

Reply via email to