diff options
author | jhugunin <jhugunin> | 2003-03-28 00:54:19 +0000 |
---|---|---|
committer | jhugunin <jhugunin> | 2003-03-28 00:54:19 +0000 |
commit | e3ad8bbd021d8949bc2c45a2e1749cb1d720a195 (patch) | |
tree | 031826b431705d94d1207e3174e7b8ee17c5e58b /org.eclipse.jdt.core/.classpath | |
parent | 8e31e9be0fe8c04fd6c1802a9262b9e1c00187dc (diff) | |
download | aspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.tar.gz aspectj-e3ad8bbd021d8949bc2c45a2e1749cb1d720a195.zip |
Major changes in order to move to Eclipse-JDT 2.1 as a base.
In the process of this many changes were made to try to make
keeping up with the Eclipse-JDT code base as easy as possible in
the future.
Diffstat (limited to 'org.eclipse.jdt.core/.classpath')
-rw-r--r-- | org.eclipse.jdt.core/.classpath | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/org.eclipse.jdt.core/.classpath b/org.eclipse.jdt.core/.classpath index 180682ab6..21e8fa306 100644 --- a/org.eclipse.jdt.core/.classpath +++ b/org.eclipse.jdt.core/.classpath @@ -1,19 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="src" path="antadapter"/> - <classpathentry kind="src" path="batch"/> - <classpathentry kind="src" path="codeassist"/> - <classpathentry kind="src" path="compiler"/> - <classpathentry kind="src" path="dom"/> - <classpathentry kind="src" path="eval"/> - <classpathentry kind="src" path="formatter"/> - <classpathentry kind="src" path="model"/> - <classpathentry kind="src" path="search"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar"/> - <classpathentry exported="true" kind="lib" - path="/lib/eclipse2.0/jdtDepends.jar" sourcepath="/lib/eclipse2.0/jdtDependsSrc.zip"/> - <classpathentry kind="lib" path="/lib/bcel/bcel.jar" - rootpath="bcel-5.0/src/java" sourcepath="/lib/bcel/bcel-src.zip"/> + <classpathentry exported="true" kind="lib" path="jdtcore.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |