Cleaned up SimpleRPC's .classpath and .project files.

Review by: jat (desk check)



git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@596 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/SimpleRPC/.classpath b/eclipse/samples/SimpleRPC/.classpath
index 5d022e3..8996e78 100644
--- a/eclipse/samples/SimpleRPC/.classpath
+++ b/eclipse/samples/SimpleRPC/.classpath
@@ -2,7 +2,6 @@
 <classpath>
 	<classpathentry kind="src" path="core/src"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/gwt-dev-windows-head"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/gwt-user-head"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/eclipse/samples/SimpleRPC/.project b/eclipse/samples/SimpleRPC/.project
index 41a8bac..4aa9253 100644
--- a/eclipse/samples/SimpleRPC/.project
+++ b/eclipse/samples/SimpleRPC/.project
@@ -20,11 +20,11 @@
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>com.atlassw.tools.eclipse.checkstyle.CheckstyleNature</nature>
 	</natures>
-        <linkedResources>
+	<linkedResources>
 		<link>
 			<name>core</name>
 			<type>2</type>
-			<locationURI>GWT_ROOT/samples/simplerpc</locationURI>
+			<location>GWT_ROOT/samples/simplerpc</location>
 		</link>
 	</linkedResources>
 </projectDescription>