Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipe Mulet2001-10-08 09:24:37 +0000
committerPhilipe Mulet2001-10-08 09:24:37 +0000
commitf36dccda199949f7eb3aad93fd551bd05c380996 (patch)
tree90e491c9875898a2316e8a082c338757ff96fafa
parent0c598a8a3eae6fe79556c222c3effae9618168ca (diff)
downloadeclipse.jdt.core-unlabeled-1.7.2.tar.gz
eclipse.jdt.core-unlabeled-1.7.2.tar.xz
eclipse.jdt.core-unlabeled-1.7.2.zip
*** empty log message ***unlabeled-1.7.2
-rw-r--r--org.eclipse.jdt.core/.classpath24
1 files changed, 12 insertions, 12 deletions
diff --git a/org.eclipse.jdt.core/.classpath b/org.eclipse.jdt.core/.classpath
index 7bc53746d0..57e4fd3e08 100644
--- a/org.eclipse.jdt.core/.classpath
+++ b/org.eclipse.jdt.core/.classpath
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
+ <classpathentry kind="src" path="ant"/>
+ <classpathentry kind="src" path="batch"/>
+ <classpathentry kind="src" path="codeassist"/>
+ <classpathentry kind="src" path="compiler"/>
+ <classpathentry kind="src" path="eval"/>
+ <classpathentry kind="src" path="formatter"/>
+ <classpathentry kind="src" path="jdom"/>
+ <classpathentry kind="src" path="model"/>
+ <classpathentry kind="src" path="search"/>
+ <classpathentry kind="lib" path="/org.eclipse.ant.core/ant.jar"/>
+ <classpathentry kind="lib"
+ path="/org.eclipse.ant.core/antsupport.jar" sourcepath="/org.eclipse.ant.core/antsupportsrc.zip"/>
<classpathentry kind="lib"
path="/org.eclipse.core.resources/resources.jar" sourcepath="/org.eclipse.core.resources/resourcessrc.zip"/>
<classpathentry kind="lib" path="/org.apache.xerces/xerces.jar"/>
<classpathentry kind="lib"
path="/org.eclipse.core.runtime/runtime.jar" sourcepath="/org.eclipse.core.runtime/runtimesrc.zip"/>
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
- <classpathentry kind="src" path="Eclipse Java Ant Compiler"/>
- <classpathentry kind="src" path="Eclipse Java Batch Compiler"/>
- <classpathentry kind="src" path="Eclipse Java Code Assist"/>
- <classpathentry kind="src" path="Eclipse Java Compiler"/>
- <classpathentry kind="src" path="Eclipse Java Core Search"/>
- <classpathentry kind="src" path="Eclipse Java DOM"/>
- <classpathentry kind="src" path="Eclipse Java Evaluation"/>
- <classpathentry kind="src" path="Eclipse Java Model"/>
- <classpathentry kind="src" path="Eclipse Java Formatter"/>
- <classpathentry kind="lib" path="/org.eclipse.ant.core/ant.jar"/>
- <classpathentry kind="lib"
- path="/org.eclipse.ant.core/antsupport.jar" sourcepath="/org.eclipse.ant.core/antsupportsrc.zip"/>
<classpathentry kind="output" path="bin"/>
</classpath>

Back to the top