Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
diff options
context:
space:
mode:
authorDavid Inglis2004-03-12 16:02:32 +0000
committerDavid Inglis2004-03-12 16:02:32 +0000
commitcde152c3d029b90c5d69331e59282296b56ca567 (patch)
tree9a6f8fd1f12dcc80acbdb411c9ba8f41a78b1f73 /debug
parentc8ecd11deb971097a11e135fd3a56615fd63f1d3 (diff)
downloadorg.eclipse.cdt-cde152c3d029b90c5d69331e59282296b56ca567.tar.gz
org.eclipse.cdt-cde152c3d029b90c5d69331e59282296b56ca567.tar.xz
org.eclipse.cdt-cde152c3d029b90c5d69331e59282296b56ca567.zip
update
Diffstat (limited to 'debug')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/.classpath4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/.classpath b/debug/org.eclipse.cdt.debug.mi.core/.classpath
index 579bce41594..fdbf17e6a4e 100644
--- a/debug/org.eclipse.cdt.debug.mi.core/.classpath
+++ b/debug/org.eclipse.cdt.debug.mi.core/.classpath
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="mi"/>
<classpathentry kind="src" path="cdi"/>
+ <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