Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorAlain Magloire2002-07-21 02:18:38 +0000
committerAlain Magloire2002-07-21 02:18:38 +0000
commit67563f87769320619f17bc97133670cfc40713f4 (patch)
tree5e20bee8fcf3eb523d0455e7b38e8b33935a328a /debug
parent47fa1d4a793cf742243ef7e67608451f3f74f05a (diff)
downloadorg.eclipse.cdt-67563f87769320619f17bc97133670cfc40713f4.tar.gz
org.eclipse.cdt-67563f87769320619f17bc97133670cfc40713f4.tar.xz
org.eclipse.cdt-67563f87769320619f17bc97133670cfc40713f4.zip
remove hardcode paths and add dependencies
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.core/.classpath9
-rw-r--r--debug/org.eclipse.cdt.debug.core/.project5
2 files changed, 7 insertions, 7 deletions
diff --git a/debug/org.eclipse.cdt.debug.core/.classpath b/debug/org.eclipse.cdt.debug.core/.classpath
index 25ba13cc493..303dfc90c8f 100644
--- a/debug/org.eclipse.cdt.debug.core/.classpath
+++ b/debug/org.eclipse.cdt.debug.core/.classpath
@@ -1,12 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/"/>
- <classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.core.resources_2.0.0/resources.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.resources_2.0.0/resourcessrc.zip"/>
- <classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.core.runtime_2.0.0/runtime.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.runtime_2.0.0/runtimesrc.zip"/>
- <classpathentry kind="var"
- path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.0/boot.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.0/bootsrc.zip"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <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"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/debug/org.eclipse.cdt.debug.core/.project b/debug/org.eclipse.cdt.debug.core/.project
index 64dcdd3eb64..be368aefc88 100644
--- a/debug/org.eclipse.cdt.debug.core/.project
+++ b/debug/org.eclipse.cdt.debug.core/.project
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
- <name>org.eclipse.cdt.debug.core1</name>
+ <name>org.eclipse.cdt.debug.core</name>
<comment></comment>
<projects>
+ <project>org.eclipse.core.boot</project>
+ <project>org.eclipse.core.resources</project>
+ <project>org.eclipse.core.runtime</project>
</projects>
<buildSpec>
<buildCommand>

Back to the top