Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/.classpath18
-rw-r--r--org.eclipse.debug.ui/.vcm_meta14
2 files changed, 16 insertions, 16 deletions
diff --git a/org.eclipse.debug.ui/.classpath b/org.eclipse.debug.ui/.classpath
index a2051e7eb..b359646f8 100644
--- a/org.eclipse.debug.ui/.classpath
+++ b/org.eclipse.debug.ui/.classpath
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="Eclipse Debug UI"/>
- <classpathentry kind="lib" path="C:/eclipse/plugins/org.apache.xerces/xerces.jar"/>
<classpathentry kind="src" path="/org.eclipse.debug.core"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.swt/swt.jar" sourcepath="C:/eclipse/plugins/org.eclipse.swt/swtsrc.zip"/>
<classpathentry kind="var" path="JRE_LIB"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.core.resources/resources.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.resources/resourcessrc.zip"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.core.runtime/runtime.jar" sourcepath="C:/eclipse/plugins/org.eclipse.core.runtime/runtimesrc.zip"/>
- <classpathentry kind="lib"
- path="C:/eclipse/plugins/org.eclipse.ui/workbench.jar" sourcepath="C:/eclipse/plugins/org.eclipse.ui/workbenchsrc.zip"/>
+ <classpathentry kind="var" path="WORKSPACE_ROOT/org.apache.xerces/xerces.jar"/>
+ <classpathentry kind="var"
+ path="WORKSPACE_ROOT/org.eclipse.core.resources/resources.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.core.resources/resourcessrc.zip"/>
+ <classpathentry kind="var"
+ path="WORKSPACE_ROOT/org.eclipse.core.runtime/runtime.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.core.runtime/runtimesrc.zip"/>
+ <classpathentry kind="var"
+ path="WORKSPACE_ROOT/org.eclipse.swt/swt.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.swt/swtsrc.zip"/>
+ <classpathentry kind="var"
+ path="WORKSPACE_ROOT/org.eclipse.ui/workbench.jar" sourcepath="WORKSPACE_ROOT/org.eclipse.ui/workbenchsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git a/org.eclipse.debug.ui/.vcm_meta b/org.eclipse.debug.ui/.vcm_meta
index 3211a72da..0fe5b2e82 100644
--- a/org.eclipse.debug.ui/.vcm_meta
+++ b/org.eclipse.debug.ui/.vcm_meta
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project-description>
- <nature id="org.eclipse.jdt.core.javanature"/>
- <reference project-name="org.eclipse.debug.core"/>
- <builder name="org.eclipse.jdt.core.javabuilder">
- </builder>
-</project-description>
+<?xml version="1.0" encoding="UTF-8"?>
+<project-description>
+ <nature id="org.eclipse.jdt.core.javanature"/>
+ <reference project-name="org.eclipse.debug.core"/>
+ <builder name="org.eclipse.jdt.core.javabuilder">
+ </builder>
+</project-description>

Back to the top