Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2002-11-01 21:45:35 +0000
committerJared Burns2002-11-01 21:45:35 +0000
commitf51c9f4a9077c7b80a00f6c40fc801dc1c53339b (patch)
treef32eadecbd8b0a17b5ae3384fe3f056e46b5c05d /org.eclipse.ui.externaltools/.classpath
parent9544e949e622a8f6f00cd2c9fc6e136aca1e2723 (diff)
downloadeclipse.platform.debug-f51c9f4a9077c7b80a00f6c40fc801dc1c53339b.tar.gz
eclipse.platform.debug-f51c9f4a9077c7b80a00f6c40fc801dc1c53339b.tar.xz
eclipse.platform.debug-f51c9f4a9077c7b80a00f6c40fc801dc1c53339b.zip
Simon's code + ant view
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath31
1 files changed, 17 insertions, 14 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index adcec91cd..3910c4010 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -1,14 +1,17 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="src" path="Ant Builder"/>
- <classpathentry kind="src" path="External Tools/"/>
- <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.core.runtime"/>
- <classpathentry kind="src" path="/org.eclipse.core.boot"/>
- <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="src" path="/org.apache.ant"/>
- <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="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>

Back to the top