Removed the gwt-dev-windows reference from eclipse/.classpath files
Patch by: amitmanjhi
git-svn-id: https://google-web-toolkit.googlecode.com/svn/branches/farewellSwt@6183 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/dev/oophm/.classpath b/eclipse/dev/oophm/.classpath
index dc7e14f..81f308f 100644
--- a/eclipse/dev/oophm/.classpath
+++ b/eclipse/dev/oophm/.classpath
@@ -6,6 +6,6 @@
<classpathentry exported="true" kind="var" path="GWT_TOOLS/lib/sun/swingworker/swing-worker-1.1.jar" sourcepath="/GWT_TOOLS/lib/sun/swingworker/swing-worker-1.1-src.zip"/>
<classpathentry kind="var" path="GWT_TOOLS/lib/htmlunit/htmlunit-core-js-2.5.jar" sourcepath="/GWT_TOOLS/lib/htmlunit/htmlunit-core-js-2.5-sources.jar"/>
<classpathentry kind="var" path="GWT_TOOLS/lib/htmlunit/htmlunit-2.5.jar" sourcepath="/GWT_TOOLS/lib/htmlunit/htmlunit-2.5-sources.jar"/>
- <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev-windows"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/eclipse/lang/.classpath b/eclipse/lang/.classpath
index 18d86da..3963a6e 100644
--- a/eclipse/lang/.classpath
+++ b/eclipse/lang/.classpath
@@ -7,6 +7,6 @@
<classpathentry kind="src" path="user/super/com/google/gwt/junit/translatable"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/gwt-user"/>
- <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev-windows"/>
+ <classpathentry combineaccessrules="false" kind="src" path="/gwt-dev"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/eclipse/tools/api-checker/.classpath b/eclipse/tools/api-checker/.classpath
index 0b3d37b..ff3cff0 100644
--- a/eclipse/tools/api-checker/.classpath
+++ b/eclipse/tools/api-checker/.classpath
@@ -4,6 +4,6 @@
<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 combineaccessrules="false" exported="true" kind="src" path="/gwt-dev"/>
<classpathentry kind="output" path="bin"/>
</classpath>