Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Inglis2002-09-18 13:49:43 +0000
committerDavid Inglis2002-09-18 13:49:43 +0000
commitf45c2224185cc9cf83e8e2f47cb1607f98918fb4 (patch)
tree966bba485f9208a44c5cce6da1c1b58444337cb7 /core/org.eclipse.cdt.core.win32/.classpath
parent4f7803089b34208738f6684deab3f2738a18b554 (diff)
downloadorg.eclipse.cdt-f45c2224185cc9cf83e8e2f47cb1607f98918fb4.tar.gz
org.eclipse.cdt-f45c2224185cc9cf83e8e2f47cb1607f98918fb4.tar.xz
org.eclipse.cdt-f45c2224185cc9cf83e8e2f47cb1607f98918fb4.zip
cleanup fragment supported IProcessList extension
Diffstat (limited to 'core/org.eclipse.cdt.core.win32/.classpath')
-rw-r--r--core/org.eclipse.cdt.core.win32/.classpath7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/org.eclipse.cdt.core.win32/.classpath b/core/org.eclipse.cdt.core.win32/.classpath
index 782d615590a..d2b793e8a1f 100644
--- a/core/org.eclipse.cdt.core.win32/.classpath
+++ b/core/org.eclipse.cdt.core.win32/.classpath
@@ -1,15 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="/org.eclipse.core.resources"/>
- <classpathentry kind="src" path="/org.eclipse.ui"/>
<classpathentry kind="src" path="/org.eclipse.cdt.core"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.core.runtime"/>
<classpathentry kind="src" path="/org.apache.xerces"/>
<classpathentry kind="src" path="/org.eclipse.search"/>
<classpathentry kind="src" path="/org.eclipse.compare"/>
- <classpathentry kind="src" path="/org.eclipse.debug.ui"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
<classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="output" path=""/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
</classpath>

Back to the top