Added new eclipse projects for simple RPC example.
Reviewed by: mmendez

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@559 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/samples/SimpleRPC/.checkstyle b/eclipse/samples/SimpleRPC/.checkstyle
new file mode 100644
index 0000000..1e5b59a
--- /dev/null
+++ b/eclipse/samples/SimpleRPC/.checkstyle
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>

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

+    <fileset name="all" enabled="true" check-config-name="GWT Checks" local="false">

+        <file-match-pattern match-pattern="." include-pattern="true"/>

+    </fileset>

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

+</fileset-config>

diff --git a/eclipse/samples/SimpleRPC/.classpath b/eclipse/samples/SimpleRPC/.classpath
new file mode 100644
index 0000000..13126ca
--- /dev/null
+++ b/eclipse/samples/SimpleRPC/.classpath
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<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 kind="output" path="bin"/>

+</classpath>

diff --git a/eclipse/samples/SimpleRPC/.project b/eclipse/samples/SimpleRPC/.project
new file mode 100644
index 0000000..7332863
--- /dev/null
+++ b/eclipse/samples/SimpleRPC/.project
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>

+<projectDescription>

+	<name>SimpleRPC</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>

+			<locationURI>GWT_ROOT/samples/simplerpc</locationURI>

+		</link>

+	</linkedResources>

+</projectDescription>