configured checkstyle with GWT Checks as default config


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@68 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/I18N/.checkstyle b/eclipse/samples/I18N/.checkstyle
new file mode 100644
index 0000000..223d35d
--- /dev/null
+++ b/eclipse/samples/I18N/.checkstyle
@@ -0,0 +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 Checks" local="false">

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

+    </fileset>

+</fileset-config>