Fixes issue #702.  Adds benchmarking capability to GWT as an extension to JUnit.

Patch by: tobyr
Review by: mmendez



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@813 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/user/.checkstyle b/eclipse/user/.checkstyle
index b705c56..a3f85e6 100644
--- a/eclipse/user/.checkstyle
+++ b/eclipse/user/.checkstyle
@@ -1,11 +1,11 @@
-<?xml version="1.0" encoding="UTF-8"?>

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

-    <fileset name="Java source for production code" enabled="true" check-config-name="GWT Checks" local="false">

-        <file-match-pattern match-pattern=".*src.*\.java" include-pattern="true"/>

-    </fileset>

-    <fileset name="Java source for test cases" enabled="true" check-config-name="GWT Checks for Tests" local="false">

-        <file-match-pattern match-pattern=".*test.*com[/\\]google[/\\].*\.java$" include-pattern="true"/>

-        <file-match-pattern match-pattern=".*test.*test[/\\].*\.java$" include-pattern="true"/>

-    </fileset>

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

-</fileset-config>

+<?xml version="1.0" encoding="UTF-8"?>
+<fileset-config file-format-version="1.2.0" simple-config="false">
+    <fileset name="Java source for production code" enabled="true" check-config-name="GWT Checks" local="false">
+        <file-match-pattern match-pattern=".*src.*\.java" include-pattern="true"/>
+    </fileset>
+    <fileset name="Java source for test cases" enabled="true" check-config-name="GWT Checks (Tests)" local="false">
+        <file-match-pattern match-pattern=".*test.*com[/\\]google[/\\].*\.java$" include-pattern="true"/>
+        <file-match-pattern match-pattern=".*test.*test[/\\].*\.java$" include-pattern="true"/>
+    </fileset>
+    <filter name="NonSrcDirs" enabled="true"/>
+</fileset-config>
diff --git a/eclipse/user/.classpath b/eclipse/user/.classpath
index 3b1d4bc..2591d4c 100644
--- a/eclipse/user/.classpath
+++ b/eclipse/user/.classpath
@@ -4,9 +4,10 @@
 	<classpathentry kind="src" path="core/javadoc"/>
 	<classpathentry kind="src" path="core/test"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry exported="true" sourcepath="/GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2-src.zip" kind="var" path="GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2.jar"/>
-	<classpathentry exported="true" sourcepath="/GWT_TOOLS/lib/junit/junit-3.8.1-src.zip" kind="var" path="GWT_TOOLS/lib/junit/junit-3.8.1.jar"/>
+	<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2.jar" sourcepath="/GWT_TOOLS/lib/apache/tapestry-util-text-4.0.2-src.zip"/>
+	<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/junit/junit-3.8.1.jar" sourcepath="/GWT_TOOLS/lib/junit/junit-3.8.1-src.zip"/>
 	<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/tomcat/servlet-api-2.4.jar"/>
 	<classpathentry combineaccessrules="false" kind="src" path="/gwt-dev-linux"/>
+	<classpathentry kind="var" path="GWT_TOOLS/lib/eclipse/jdt-3.1.1.jar" sourcepath="/GWT_TOOLS/lib/eclipse/jdt-3.1.1-src.zip"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/eclipse/user/.project b/eclipse/user/.project
index 3bd7525..26f6979 100644
--- a/eclipse/user/.project
+++ b/eclipse/user/.project
@@ -24,7 +24,7 @@
 		<link>
 			<name>core</name>
 			<type>2</type>
-			<location>GWT_ROOT/user</location>
+			<locationURI>GWT_ROOT/user</locationURI>
 		</link>
 	</linkedResources>
 </projectDescription>