configured checkstyle turned off with GWT Checks as  default config

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@62 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/build-tools/customchecks/.checkstyle b/eclipse/build-tools/customchecks/.checkstyle
index 940baae..223d35d 100644
--- a/eclipse/build-tools/customchecks/.checkstyle
+++ b/eclipse/build-tools/customchecks/.checkstyle
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>

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

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

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

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

     </fileset>

 </fileset-config>