Only checkstyle source directories.

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@224 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/build-tools/ant-gwt/.checkstyle b/eclipse/build-tools/ant-gwt/.checkstyle
index afcc9b2..0d947fa 100644
--- a/eclipse/build-tools/ant-gwt/.checkstyle
+++ b/eclipse/build-tools/ant-gwt/.checkstyle
@@ -3,4 +3,5 @@
     <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

         <file-match-pattern match-pattern="." include-pattern="true"/>

     </fileset>

+    <filter name="NonSrcDirs" enabled="true"/>

 </fileset-config>

diff --git a/eclipse/build-tools/customchecks/.checkstyle b/eclipse/build-tools/customchecks/.checkstyle
index 223d35d..1e5b59a 100644
--- a/eclipse/build-tools/customchecks/.checkstyle
+++ b/eclipse/build-tools/customchecks/.checkstyle
@@ -3,4 +3,5 @@
     <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

         <file-match-pattern match-pattern="." include-pattern="true"/>

     </fileset>

+    <filter name="NonSrcDirs" enabled="true"/>

 </fileset-config>

diff --git a/eclipse/build-tools/doctool/.checkstyle b/eclipse/build-tools/doctool/.checkstyle
index afcc9b2..0d947fa 100644
--- a/eclipse/build-tools/doctool/.checkstyle
+++ b/eclipse/build-tools/doctool/.checkstyle
@@ -3,4 +3,5 @@
     <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

         <file-match-pattern match-pattern="." include-pattern="true"/>

     </fileset>

+    <filter name="NonSrcDirs" enabled="true"/>

 </fileset-config>

diff --git a/eclipse/samples/KitchenSink/.checkstyle b/eclipse/samples/KitchenSink/.checkstyle
index 348c47f..1e5b59a 100644
--- a/eclipse/samples/KitchenSink/.checkstyle
+++ b/eclipse/samples/KitchenSink/.checkstyle
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>

-<fileset-config file-format-version="1.2.0" simple-config="false">

+<fileset-config file-format-version="1.2.0" simple-config="true">

     <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

-        <file-match-pattern match-pattern=".*src.*java" include-pattern="true"/>

+        <file-match-pattern match-pattern="." include-pattern="true"/>

     </fileset>

     <filter name="NonSrcDirs" enabled="true"/>

 </fileset-config>

diff --git a/eclipse/user/.checkstyle b/eclipse/user/.checkstyle
index 0eec892..348c47f 100644
--- a/eclipse/user/.checkstyle
+++ b/eclipse/user/.checkstyle
@@ -3,4 +3,5 @@
     <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

         <file-match-pattern match-pattern=".*src.*java" include-pattern="true"/>

     </fileset>

+    <filter name="NonSrcDirs" enabled="true"/>

 </fileset-config>