enabled checkstyle for this project


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@16 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/KitchenSink/.checkstyle b/eclipse/samples/KitchenSink/.checkstyle
new file mode 100644
index 0000000..9d4412d
--- /dev/null
+++ b/eclipse/samples/KitchenSink/.checkstyle
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>

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

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

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

+    </fileset>

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

+</fileset-config>

diff --git a/eclipse/samples/KitchenSink/.project b/eclipse/samples/KitchenSink/.project
index 6ab4e0e..8eacd61 100644
--- a/eclipse/samples/KitchenSink/.project
+++ b/eclipse/samples/KitchenSink/.project
@@ -1,24 +1,30 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>KitchenSink</name>
-	<comment></comment>
-	<projects>
-	</projects>
-	<buildSpec>
-		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
-			<arguments>
-			</arguments>
-		</buildCommand>
-	</buildSpec>
-	<natures>
-		<nature>org.eclipse.jdt.core.javanature</nature>
-	</natures>
-	<linkedResources>
-		<link>
-			<name>core</name>
-			<type>2</type>
-			<location>GWT_ROOT/samples/kitchensink</location>
-		</link>
-	</linkedResources>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>KitchenSink</name>

+	<comment></comment>

+	<projects>

+	</projects>

+	<buildSpec>

+		<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>

+			<name>core</name>

+			<type>2</type>

+			<locationURI>GWT_ROOT/samples/kitchensink</locationURI>

+		</link>

+	</linkedResources>

+</projectDescription>