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 /ajde/.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 'ajde/.classpath')
-rw-r--r-- | ajde/.classpath | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ajde/.classpath b/ajde/.classpath index 0a864e2b8..8b462a1e0 100644 --- a/ajde/.classpath +++ b/ajde/.classpath @@ -2,13 +2,12 @@ <classpath> <classpathentry kind="src" path="src"/> <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/> + <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> <classpathentry kind="src" path="/util"/> <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/asm"/> <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> <classpathentry kind="src" path="/org.eclipse.jdt.core"/> - <classpathentry kind="lib" path="/lib/eclipse2.0/jdtDepends.jar" sourcepath="/lib/eclipse2.0/jdtDependsSrc.zip"/> <classpathentry kind="output" path="bin"/> </classpath> |