Checkstyle enabled. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@140 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/DynaTable/.project b/eclipse/samples/DynaTable/.project index 96bd4ad..c7dc4b1 100644 --- a/eclipse/samples/DynaTable/.project +++ b/eclipse/samples/DynaTable/.project
@@ -1,24 +1,30 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>DynaTable</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/dynatable</location> - </link> - </linkedResources> -</projectDescription> +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>DynaTable</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> + <location>GWT_ROOT/samples/dynatable</location> + </link> + </linkedResources> +</projectDescription>