diff options
author | aclement <aclement> | 2005-09-26 15:38:56 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-09-26 15:38:56 +0000 |
commit | 0be5213588a2a262c7d294f42b146b27312b8334 (patch) | |
tree | 936e7ff5c616c0c394eb0b2b38e0c03c984d5bad | |
parent | 06ce6cb6bf34b4419e5667edb97889a9359657bb (diff) | |
download | aspectj-0be5213588a2a262c7d294f42b146b27312b8334.tar.gz aspectj-0be5213588a2a262c7d294f42b146b27312b8334.zip |
depending on weaver5 will keep the packaging happy...
-rw-r--r-- | loadtime5/.classpath | 51 |
1 files changed, 11 insertions, 40 deletions
diff --git a/loadtime5/.classpath b/loadtime5/.classpath index 18574d27d..bf0c68bee 100644 --- a/loadtime5/.classpath +++ b/loadtime5/.classpath @@ -1,44 +1,15 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="java5-src"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="java5-testsrc"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="testsrc"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/asm"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/bridge"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/loadtime"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/weaver"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/testing-util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"> - <attributes> - </attributes> - </classpathentry> + <classpathentry kind="src" path="java5-src"/> + <classpathentry kind="src" path="java5-testsrc"/> + <classpathentry kind="src" path="testsrc"/> + <classpathentry combineaccessrules="false" kind="src" path="/asm"/> + <classpathentry combineaccessrules="false" kind="src" path="/bridge"/> + <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/> + <classpathentry combineaccessrules="false" kind="src" path="/weaver"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry combineaccessrules="false" kind="src" path="/testing-util"/> + <classpathentry sourcepath="/JRE15_SRC" kind="var" path="JRE15_LIB"/> + <classpathentry combineaccessrules="false" kind="src" path="/weaver5"/> <classpathentry kind="output" path="bin"/> </classpath> |