Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-08-09 15:22:08 +0000
committerDarin Wright2001-08-09 15:22:08 +0000
commit32eee0f3b76b0cada908db79999a924a298ef595 (patch)
treeba92983ecdf2ebd78f9566c104fd42332f043f0d /org.eclipse.debug.core/.classpath
parent3ce8e40b7d93d9ab96e90f33c2e7bd7b0dda240c (diff)
downloadeclipse.platform.debug-32eee0f3b76b0cada908db79999a924a298ef595.tar.gz
eclipse.platform.debug-32eee0f3b76b0cada908db79999a924a298ef595.tar.xz
eclipse.platform.debug-32eee0f3b76b0cada908db79999a924a298ef595.zip
share with ZRH
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 6db06ffcf..a6332293f 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -2,10 +2,10 @@
<classpath>
<classpathentry kind="src" path="Eclipse Debug Core"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
- <classpathentry kind="var" path="WORKSPACE_ROOT/org.apache.xerces/xerces.jar"/>
- <classpathentry kind="var"
- path="WORKSPACE_ROOT/org.eclipse.core.resources/resources.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.core.resources/resourcessrc.zip"/>
- <classpathentry kind="var"
- path="WORKSPACE_ROOT/org.eclipse.core.runtime/runtime.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.core.runtime/runtimesrc.zip"/>
+ <classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
+ <classpathentry kind="lib"
+ path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
+ <classpathentry kind="lib"
+ path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top