Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2003-02-20 17:45:18 +0000
committerDarin Swanson2003-02-20 17:45:18 +0000
commita7897f74b57baa839faa6c18dfbb5b5cf96395f7 (patch)
treeb304c5e6679d1dfd2488b28b5fee9e96d2bd2206 /org.eclipse.ui.externaltools/.classpath
parent10b67bca1a114c228759da89bb0a519b7c28b712 (diff)
downloadeclipse.platform.debug-a7897f74b57baa839faa6c18dfbb5b5cf96395f7.tar.gz
eclipse.platform.debug-a7897f74b57baa839faa6c18dfbb5b5cf96395f7.tar.xz
eclipse.platform.debug-a7897f74b57baa839faa6c18dfbb5b5cf96395f7.zip
Bug 32345 - Ant Editor doesn't support annotations
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath39
1 files changed, 19 insertions, 20 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index 58f993d73..f7b4768f2 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -1,20 +1,19 @@
-<?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 Editor"/>
- <classpathentry kind="src" path="Ant Editor New"/>
- <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" sourcepath="JRE_SRC"/>
- <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 Editor"/>
+ <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" sourcepath="JRE_SRC"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top