Revision: 6525
Author: [email protected]
Date: Wed Oct 28 14:05:19 2009
Log: Fixes checkstyle for gwt-dev project.
http://code.google.com/p/google-web-toolkit/source/detail?r=6525
Modified:
/trunk/eclipse/dev/.checkstyle
/trunk/eclipse/dev/.project
=======================================
--- /trunk/eclipse/dev/.checkstyle Tue Oct 27 14:03:49 2009
+++ /trunk/eclipse/dev/.checkstyle Wed Oct 28 14:05:19 2009
@@ -2,6 +2,7 @@
<fileset-config file-format-version="1.2.0" simple-config="false">
<fileset name="all" enabled="true" check-config-name="GWT Checks"
local="false">
<file-match-pattern
match-pattern="core[\\/]src[\\/]com[\\/]google[\\/]gwt[\\/].*\.java$"
include-pattern="true"/>
+ <file-match-pattern
match-pattern="core[\\/]src[\\/]com[\\/]google[\\/]gwt[\\/]dev[\\/]shell[\\/]remoteui[\\/]RemoteMessageProto\.java"
include-pattern="false"/>
<file-match-pattern
match-pattern="core[\\/]src[\\/]com[\\/]google[\\/]gwt[\\/]dev[\\/]asm[\\/]"
include-pattern="false"/>
<file-match-pattern
match-pattern="core[\\/]src[\\/]com[\\/]google[\\/]gwt[\\/]dev[\\/]js[\\/]rhino[\\/]"
include-pattern="false"/>
</fileset>
=======================================
--- /trunk/eclipse/dev/.project Fri Oct 16 22:24:33 2009
+++ /trunk/eclipse/dev/.project Wed Oct 28 14:05:19 2009
@@ -8,11 +8,17 @@
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+
<name>com.atlassw.tools.eclipse.checkstyle.CheckstyleBuilder</name>
+ <arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
+
<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
</natures>
<linkedResources>
<link>
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---