Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2001-10-17 00:58:30 +0000
committerDarin Wright2001-10-17 00:58:30 +0000
commit6e8bc98c3c404d519a6ce037cdc569ecacdb6fac (patch)
tree3ae0f6bd9d4a414619d52eea53c3fee1d1a3cbda /org.eclipse.debug.core
parent2b3970c698ddcc2e80ee57b4356841cecfffc70e (diff)
downloadeclipse.platform.debug-6e8bc98c3c404d519a6ce037cdc569ecacdb6fac.tar.gz
eclipse.platform.debug-6e8bc98c3c404d519a6ce037cdc569ecacdb6fac.tar.xz
eclipse.platform.debug-6e8bc98c3c404d519a6ce037cdc569ecacdb6fac.zip
workspace format changev205v204_5v204_4
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/.classpath11
-rw-r--r--org.eclipse.debug.core/.vcm_meta4
2 files changed, 9 insertions, 6 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 82af164d5..3366e37ff 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="core"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="src" sourcepath="JRE_SRC"/>
- <classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
- <classpathentry kind="lib"
- path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
- <classpathentry kind="lib"
- path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
+ <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.debug.core/.vcm_meta b/org.eclipse.debug.core/.vcm_meta
index 7655f8db4..4ef93511e 100644
--- a/org.eclipse.debug.core/.vcm_meta
+++ b/org.eclipse.debug.core/.vcm_meta
@@ -2,6 +2,10 @@
<project-description>
<comment></comment>
<nature id="org.eclipse.jdt.core.javanature"/>
+ <reference project-name="org.eclipse.core.boot"/>
+ <reference project-name="org.eclipse.core.runtime"/>
+ <reference project-name="org.apache.xerces"/>
+ <reference project-name="org.eclipse.core.resources"/>
<builder name="org.eclipse.jdt.core.javabuilder">
</builder>
</project-description>

Back to the top