Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2001-05-31 11:04:26 +0000
committerDarin Swanson2001-05-31 11:04:26 +0000
commit330880967e398b23d42e99dcaac7ec8976cc8410 (patch)
tree8a7a81a008d69f1688e474e25e7f2369862f8347 /org.eclipse.debug.ui
parent6d899ce2eb601e921b23dac63eb5854d891b73aa (diff)
downloadeclipse.platform.debug-330880967e398b23d42e99dcaac7ec8976cc8410.tar.gz
eclipse.platform.debug-330880967e398b23d42e99dcaac7ec8976cc8410.tar.xz
eclipse.platform.debug-330880967e398b23d42e99dcaac7ec8976cc8410.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/.classpath3
-rw-r--r--org.eclipse.debug.ui/.vcm_meta1
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index ff5da2dd3..a2051e7eb 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -10,6 +10,7 @@
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="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="lib"
+ path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.debug.ui/.vcm_meta b/org.eclipse.debug.ui/.vcm_meta
index 60edc6a14..ae5f091bf 100644
--- a/org.eclipse.debug.ui/.vcm_meta
+++ b/org.eclipse.debug.ui/.vcm_meta
@@ -3,7 +3,6 @@
<comment></comment>
<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