enabled checkstyle


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@18 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/dev/linux/.checkstyle b/eclipse/dev/linux/.checkstyle
new file mode 100644
index 0000000..eceaf92
--- /dev/null
+++ b/eclipse/dev/linux/.checkstyle
@@ -0,0 +1,8 @@
+<?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="core\\src\\" include-pattern="true"/>

+        <file-match-pattern match-pattern="linux\\src\\" include-pattern="true"/>

+    </fileset>

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

+</fileset-config>

diff --git a/eclipse/dev/linux/.project b/eclipse/dev/linux/.project
index 47c939b..3ce5845 100644
--- a/eclipse/dev/linux/.project
+++ b/eclipse/dev/linux/.project
@@ -1,29 +1,35 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-	<name>gwt-dev-linux</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/dev/core</location>
-		</link>
-		<link>
-			<name>linux</name>
-			<type>2</type>
-			<location>GWT_ROOT/dev/linux</location>
-		</link>
-	</linkedResources>
-</projectDescription>
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>gwt-dev-linux</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>linux</name>

+			<type>2</type>

+			<locationURI>GWT_ROOT/dev/linux</locationURI>

+		</link>

+		<link>

+			<name>core</name>

+			<type>2</type>

+			<locationURI>GWT_ROOT/dev/core</locationURI>

+		</link>

+	</linkedResources>

+</projectDescription>