Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-10-08 05:54:28 +0000
committerDarin Wright2001-10-08 05:54:28 +0000
commitb778c618d9f53b0a7cdc23ec3a42595d881e6e4f (patch)
treedc8846d8d1f11b362a54563d78a0b421d6bfe40f
parent15ed7c8691f6cfb917ce9aa59adfc424eef15436 (diff)
downloadeclipse.platform.debug-unlabeled-1.14.2.tar.gz
eclipse.platform.debug-unlabeled-1.14.2.tar.xz
eclipse.platform.debug-unlabeled-1.14.2.zip
Source folder rename fix (db)unlabeled-1.14.2
-rw-r--r--org.eclipse.debug.ui/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a2e5df8a4..ae73f3348 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <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="lib" path="/org.apache.xerces/xerces.jar"/>
@@ -10,5 +9,6 @@
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/ws/win32/swt.jar"/>
+ <classpathentry kind="src" path="ui"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top