diff options
author | acolyer <acolyer> | 2005-04-29 20:21:59 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-04-29 20:21:59 +0000 |
commit | 9cc00566ff2209410037b752b47ca941fe6bf3dd (patch) | |
tree | 1784d60e202a26a3cfbb083a87f053662f1a2025 /org.aspectj.ajdt.core/.classpath | |
parent | a6291f59f0bd11e85b5018bb68d9d6e61ece43ec (diff) | |
download | aspectj-9cc00566ff2209410037b752b47ca941fe6bf3dd.tar.gz aspectj-9cc00566ff2209410037b752b47ca941fe6bf3dd.zip |
it's a whole new compiler in there...
Diffstat (limited to 'org.aspectj.ajdt.core/.classpath')
-rw-r--r-- | org.aspectj.ajdt.core/.classpath | 70 |
1 files changed, 57 insertions, 13 deletions
diff --git a/org.aspectj.ajdt.core/.classpath b/org.aspectj.ajdt.core/.classpath index f31838dd6..e0d09faec 100644 --- a/org.aspectj.ajdt.core/.classpath +++ b/org.aspectj.ajdt.core/.classpath @@ -1,17 +1,61 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/weaver"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="src" path="/runtime"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> - <classpathentry kind="src" path="/testing-util"/> - <classpathentry kind="src" path="/testing-client"/> - <classpathentry kind="src" path="/org.eclipse.jdt.core"/> + <classpathentry kind="src" path="src"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"> + <attributes> + <attribute value="http://java.sun.com/j2se/1.5.0/docs/api/" name="javadoc_location"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/bridge"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/weaver"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/asm"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/util"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/runtime"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="testsrc"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/testing-util"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/testing-client"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/aspectj5rt"> + <attributes> + </attributes> + </classpathentry> + <classpathentry combineaccessrules="false" kind="src" path="/org.eclipse.jdt.core"> + <attributes> + </attributes> + </classpathentry> <classpathentry kind="output" path="bin"/> </classpath> |