Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath16
1 files changed, 7 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 42eebb456..060749986 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -3,14 +3,12 @@
<classpathentry kind="src" path="Eclipse Debug UI"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" 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="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="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="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="lib" path="/org.eclipse.swt/swt.jar" sourcepath="/org.eclipse.swt/swtsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top