Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Wright2002-11-04 21:31:08 +0000
committerDarin Wright2002-11-04 21:31:08 +0000
commit3e1c713b7b486cfc4e7f16c84bd362b093c73d33 (patch)
treee9c749f9d23513e4e82bba1d5c2d3bcbf882ca9b /org.eclipse.ui.externaltools/.classpath
parent67a645a230a4bf7b137cdca86ea3ffa1bcc83d29 (diff)
downloadeclipse.platform.debug-3e1c713b7b486cfc4e7f16c84bd362b093c73d33.tar.gz
eclipse.platform.debug-3e1c713b7b486cfc4e7f16c84bd362b093c73d33.tar.xz
eclipse.platform.debug-3e1c713b7b486cfc4e7f16c84bd362b093c73d33.zip
external tools and launch configs
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath36
1 files changed, 19 insertions, 17 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index 3910c4010..676ba199b 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -1,17 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="Ant Runner Support"/>
- <classpathentry kind="src" path="Ant Tools Support"/>
- <classpathentry kind="src" path="External Tools Base"/>
- <classpathentry kind="src" path="Program Tools Support"/>
- <classpathentry kind="src" path="Ant View"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="src" path="/org.apache.ant"/>
- <classpathentry kind="src" path="/org.eclipse.ant.core"/>
- <classpathentry kind="src" path="/org.eclipse.core.resources"/>
- <classpathentry kind="src" path="/org.eclipse.ui"/>
- <classpathentry kind="src" path="/org.eclipse.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="src" path="/org.apache.xerces"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="Ant Runner Support/"/>
+ <classpathentry kind="src" path="External Tools Base/"/>
+ <classpathentry kind="src" path="Program Tools Support/"/>
+ <classpathentry kind="src" path="Ant Tools Support/"/>
+ <classpathentry kind="src" path="Ant View/"/>
+ <classpathentry kind="src" path="/org.apache.ant"/>
+ <classpathentry kind="src" path="/org.apache.xerces"/>
+ <classpathentry kind="src" path="/org.eclipse.ant.core"/>
+ <classpathentry kind="src" path="/org.eclipse.core.resources"/>
+ <classpathentry kind="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="src" path="/org.eclipse.debug.core"/>
+ <classpathentry kind="src" path="/org.eclipse.debug.ui"/>
+ <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