Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornick2002-05-22 17:54:57 +0000
committernick2002-05-22 17:54:57 +0000
commit7ca671d9a5efd6411188681800fc305d47e241cf (patch)
tree6e348ff2d7d2c507e4c0d8440a060cae38d18d12 /org.eclipse.ui.externaltools/.classpath
parent83c46f3552d4e35676ae98311ffcbc9996792786 (diff)
downloadeclipse.platform.debug-7ca671d9a5efd6411188681800fc305d47e241cf.tar.gz
eclipse.platform.debug-7ca671d9a5efd6411188681800fc305d47e241cf.tar.xz
eclipse.platform.debug-7ca671d9a5efd6411188681800fc305d47e241cf.zip
16587
Diffstat (limited to 'org.eclipse.ui.externaltools/.classpath')
-rw-r--r--org.eclipse.ui.externaltools/.classpath27
1 files changed, 14 insertions, 13 deletions
diff --git a/org.eclipse.ui.externaltools/.classpath b/org.eclipse.ui.externaltools/.classpath
index c54661a86..7103b9205 100644
--- a/org.eclipse.ui.externaltools/.classpath
+++ b/org.eclipse.ui.externaltools/.classpath
@@ -1,13 +1,14 @@
-<?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="output" path="bin"/>
-</classpath>
+<?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>

Back to the top