diff options
author | aclement <aclement> | 2005-05-04 16:27:03 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-05-04 16:27:03 +0000 |
commit | e86b7b522bacc9d7a6945a1da2a690c85038e535 (patch) | |
tree | 7f3516d31c1209a017c2de3b18be553228bbc66c /loadtime/.classpath | |
parent | 7f26983bfb187f19506b08e495f96f94fd21d13e (diff) | |
download | aspectj-e86b7b522bacc9d7a6945a1da2a690c85038e535.tar.gz aspectj-e86b7b522bacc9d7a6945a1da2a690c85038e535.zip |
eclipse stuff for loadtime module to become Java Project.
Diffstat (limited to 'loadtime/.classpath')
-rw-r--r-- | loadtime/.classpath | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/loadtime/.classpath b/loadtime/.classpath new file mode 100644 index 000000000..e944a33fd --- /dev/null +++ b/loadtime/.classpath @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path="src"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="testsrc"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> + <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="/util"> + <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 kind="output" path="bin"/> +</classpath> |