diff options
author | nick | 2001-12-11 16:45:43 +0000 |
---|---|---|
committer | nick | 2001-12-11 16:45:43 +0000 |
commit | a02471a040843eac215c4769b03be1e0af77dffd (patch) | |
tree | f90d42f409517fbf2d575b3003d0f2d236b1e7be /org.eclipse.ui.examples.javaeditor | |
parent | e69af5286e0bdbde56672552ccd601857400e204 (diff) | |
download | eclipse.platform.text-a02471a040843eac215c4769b03be1e0af77dffd.tar.gz eclipse.platform.text-a02471a040843eac215c4769b03be1e0af77dffd.tar.xz eclipse.platform.text-a02471a040843eac215c4769b03be1e0af77dffd.zip |
Changed to self-hosting classpathv20011211
Diffstat (limited to 'org.eclipse.ui.examples.javaeditor')
-rw-r--r-- | org.eclipse.ui.examples.javaeditor/.classpath | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/org.eclipse.ui.examples.javaeditor/.classpath b/org.eclipse.ui.examples.javaeditor/.classpath index 9fcf4d1f53f..973aed0d7ef 100644 --- a/org.eclipse.ui.examples.javaeditor/.classpath +++ b/org.eclipse.ui.examples.javaeditor/.classpath @@ -2,12 +2,9 @@ <classpath> <classpathentry kind="src" path="Eclipse Java Editor Example"/> <classpathentry kind="src" path="/org.eclipse.ui"/> - <classpathentry kind="var" - path="ECLIPSE_HOME/plugins/org.eclipse.core.resources/resources.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.core.resources/resourcessrc.zip"/> - <classpathentry kind="var" - path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.core.runtime/runtimesrc.zip"/> - <classpathentry kind="var" - path="ECLIPSE_HOME/plugins/org.eclipse.swt/swt.jar" sourcepath="ECLIPSE_HOME/plugins/org.eclipse.swt/swtsrc.zip"/> + <classpathentry kind="src" path="/org.eclipse.swt"/> + <classpathentry kind="src" path="/org.eclipse.core.resources"/> + <classpathentry kind="src" path="/org.eclipse.core.runtime"/> <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> <classpathentry kind="output" path="bin"/> </classpath> |