Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2002-10-10 21:24:46 +0000
committerDarin Swanson2002-10-10 21:24:46 +0000
commita23e4197dc3023fc1e85f948325b43e133ac0854 (patch)
tree3fa7cade810021768e736f9726f9c8af50f93ee9 /org.eclipse.debug.core/.classpath
parent524445dafe4c9f65b992f712e400fd1ae98aae46 (diff)
downloadeclipse.platform.debug-a23e4197dc3023fc1e85f948325b43e133ac0854.tar.gz
eclipse.platform.debug-a23e4197dc3023fc1e85f948325b43e133ac0854.tar.xz
eclipse.platform.debug-a23e4197dc3023fc1e85f948325b43e133ac0854.zip
Changes in classpath ordering
Diffstat (limited to 'org.eclipse.debug.core/.classpath')
-rw-r--r--org.eclipse.debug.core/.classpath6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.core/.classpath b/org.eclipse.debug.core/.classpath
index 3366e37ff..9760a4434 100644
--- a/org.eclipse.debug.core/.classpath
+++ b/org.eclipse.debug.core/.classpath
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="core"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
+ <classpathentry kind="src" path="core/"/>
<classpathentry kind="src" path="/org.apache.xerces"/>
<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>

Back to the top