Adds an eclipse project for api-checker.
Patch by: amitmanjhi
Review by: me
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2530 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/tools/api-checker/.classpath b/eclipse/tools/api-checker/.classpath
new file mode 100644
index 0000000..0b3d37b
--- /dev/null
+++ b/eclipse/tools/api-checker/.classpath
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="core/src"/>
+ <classpathentry kind="src" path="core/test"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
+ <classpathentry combineaccessrules="false" exported="true" kind="src" path="/gwt-dev-windows"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/eclipse/tools/api-checker/.project b/eclipse/tools/api-checker/.project
new file mode 100644
index 0000000..d2f37bb
--- /dev/null
+++ b/eclipse/tools/api-checker/.project
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>api-checker</name>
+ <comment>API compatibility checker project</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/tools/api-checker</locationURI>
+ </link>
+ </linkedResources>
+</projectDescription>