Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjszursze2001-06-05 18:27:49 +0000
committerjszursze2001-06-05 18:27:49 +0000
commit429fbb221d7614cbacaf064b822aeb292996b18d (patch)
tree469cc60fbf745f56a4048e8ebdefac131db18d4e /org.eclipse.debug.ui/.classpath
parent3726a33bbb28d37b2f294f7af47030a462ac65d3 (diff)
downloadeclipse.platform.debug-429fbb221d7614cbacaf064b822aeb292996b18d.tar.gz
eclipse.platform.debug-429fbb221d7614cbacaf064b822aeb292996b18d.tar.xz
eclipse.platform.debug-429fbb221d7614cbacaf064b822aeb292996b18d.zip
classpath variable
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a2051e7eb..b359646f8 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Eclipse Debug UI"/>
- <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.swt/swt.jar" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
<classpathentry kind="var" path="JRE_LIB"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
+ <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="var"
+ path="WORKSPACE_ROOT/org.eclipse.swt/swt.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.swt/swtsrc.zip"/>
+ <classpathentry kind="var"
+ path="WORKSPACE_ROOT/org.eclipse.ui/workbench.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.ui/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top