Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2003-10-27 20:18:25 +0000
committerMikhail Khodjaiants2003-10-27 20:18:25 +0000
commit5df215664c08cbf72b95a81bea87a0ecf7317fe3 (patch)
tree35d2bd9dbcab3e8236b3ae99ba4da36ba90825b2 /debug/org.eclipse.cdt.debug.ui/.classpath
parent330c815c5ff6d38122ce810a8d9ee293c7a313d8 (diff)
downloadorg.eclipse.cdt-5df215664c08cbf72b95a81bea87a0ecf7317fe3.tar.gz
org.eclipse.cdt-5df215664c08cbf72b95a81bea87a0ecf7317fe3.tar.xz
org.eclipse.cdt-5df215664c08cbf72b95a81bea87a0ecf7317fe3.zip
Moved 'DefaultSourceLocator' from the 'org.eclipse.cdt.launch' plugin and merge it with 'CUISourceLocator'.
Added dependency to 'org.apache.xerces'. Moved the 'org.eclipse.debug.core.sourceLocators' extension from the launcher. Changed the initialization of 'SourceLookupBlock'.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/.classpath')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/.classpath b/debug/org.eclipse.cdt.debug.ui/.classpath
index 3ca60357b63..712ef3d8f53 100644
--- a/debug/org.eclipse.cdt.debug.ui/.classpath
+++ b/debug/org.eclipse.cdt.debug.ui/.classpath
@@ -8,6 +8,7 @@
<classpathentry kind="src" path="/org.eclipse.cdt.debug.core"/>
<classpathentry kind="src" path="/org.eclipse.cdt.ui"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>

Back to the top