Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2002-10-03 17:48:04 +0000
committerJared Burns2002-10-03 17:48:04 +0000
commit66dcc11895b946605d522644f3c6a31b4a74a6a2 (patch)
treef0d90f874513756f97156e0676bc6e6403b4cb76 /org.eclipse.ui.externaltools/.classpath
parentc7155160655f3efe861b61e502351415906aa96d (diff)
downloadeclipse.platform.debug-66dcc11895b946605d522644f3c6a31b4a74a6a2.tar.gz
eclipse.platform.debug-66dcc11895b946605d522644f3c6a31b4a74a6a2.tar.xz
eclipse.platform.debug-66dcc11895b946605d522644f3c6a31b4a74a6a2.zip
Finish migrating new stream to HEAD
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath30
1 files changed, 16 insertions, 14 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index 7103b9205..bd288985c 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -1,14 +1,16 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="External Tools"/>
- <classpathentry kind="src" path="Ant Builder"/>
- <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="Ant Tools Support"/>
+ <classpathentry kind="src" path="External Tools Base"/>
+ <classpathentry kind="src" path="Program Tools Support"/>
+ <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>

Back to the top