Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2003-11-28 20:48:54 +0000
committerDarin Wright2003-11-28 20:48:54 +0000
commit1335a9bcbc4530d646001d16b1ab686c599dc548 (patch)
tree71f9f6cc83b3bb60cd6f79aa29ef304c7615bd68 /org.eclipse.debug.ui/.classpath
parent7e9b11009b005198824b94abe851c4a162aec8d9 (diff)
downloadeclipse.platform.debug-1335a9bcbc4530d646001d16b1ab686c599dc548.tar.gz
eclipse.platform.debug-1335a9bcbc4530d646001d16b1ab686c599dc548.tar.xz
eclipse.platform.debug-1335a9bcbc4530d646001d16b1ab686c599dc548.zip
osgi migration + PDE container classpath
Diffstat (limited to 'org.eclipse.debug.ui/.classpath')
-rw-r--r--org.eclipse.debug.ui/.classpath13
1 files changed, 1 insertions, 12 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index 88983197a..34566f502 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,18 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="ui"/>
- <classpathentry kind="src" path="/org.eclipse.core.resources"/>
- <classpathentry kind="src" path="/org.eclipse.core.variables"/>
- <classpathentry kind="src" path="/org.eclipse.ui"/>
- <classpathentry kind="src" path="/org.eclipse.ui.console"/>
- <classpathentry kind="src" path="/org.eclipse.help"/>
- <classpathentry kind="src" path="/org.eclipse.debug.core"/>
- <classpathentry kind="src" path="/org.eclipse.jface.text"/>
- <classpathentry kind="src" path="/org.eclipse.ui.workbench.texteditor"/>
- <classpathentry kind="src" path="/org.eclipse.ui.ide"/>
- <classpathentry kind="src" path="/org.eclipse.ui.editors"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top