Skip to main content
summaryrefslogtreecommitdiffstats
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.ui
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.ui')
-rw-r--r--org.eclipse.debug.ui/.classpath16
-rw-r--r--org.eclipse.debug.ui/.vcm_meta1
2 files changed, 8 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>
diff --git a/org.eclipse.debug.ui/.vcm_meta b/org.eclipse.debug.ui/.vcm_meta
index 0fe5b2e82..73e054753 100644
--- a/org.eclipse.debug.ui/.vcm_meta
+++ b/org.eclipse.debug.ui/.vcm_meta
@@ -2,6 +2,7 @@
<project-description>
<nature id="org.eclipse.jdt.core.javanature"/>
<reference project-name="org.eclipse.debug.core"/>
+ <reference project-name="org.eclipse.ui"/>
<builder name="org.eclipse.jdt.core.javabuilder">
</builder>
</project-description>

Back to the top