diff options
author | wisberg <wisberg> | 2005-05-12 11:53:16 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-05-12 11:53:16 +0000 |
commit | 23571ff0520587189db0a64e035baa7eb63c7a35 (patch) | |
tree | abf77767ff0c883339acaa80de035522b6906de9 /testing/.classpath | |
parent | e843a7272732db92f7869969d9ca2d0fd96097cc (diff) | |
download | aspectj-23571ff0520587189db0a64e035baa7eb63c7a35.tar.gz aspectj-23571ff0520587189db0a64e035baa7eb63c7a35.zip |
adding weaver (hoping no one is using < M6)
Diffstat (limited to 'testing/.classpath')
-rw-r--r-- | testing/.classpath | 102 |
1 files changed, 81 insertions, 21 deletions
diff --git a/testing/.classpath b/testing/.classpath index e9c34bc7f..be4d3e954 100644 --- a/testing/.classpath +++ b/testing/.classpath @@ -1,24 +1,84 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="var" path="JRE_LIB" sourcepath="JRE_SRC"/> - <classpathentry kind="lib" path="/lib/ant/lib/ant.jar" sourcepath="/lib/ant/ant-src.zip"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> - <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"/> - <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="src" path="/testing-client"/> - <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"/> - <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"/> - <classpathentry exported="true" kind="lib" - path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> - <classpathentry kind="src" path="/testing-util"/> - <classpathentry kind="src" path="/ajde"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="src" path="/taskdefs"/> - <classpathentry kind="src" path="newsrc"/> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> - <classpathentry kind="output" path="bin"/> + <classpathentry kind="src" path="src"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="testsrc"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="JRE_SRC" kind="var" path="JRE_LIB"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="/lib/ant/ant-src.zip" kind="lib" path="/lib/ant/lib/ant.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="/lib/jdiff/jdiff.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="/lib/regexp/jakarta-regexp-1.2.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/bridge"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/util"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/testing-client"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="/lib/ant/lib/xercesImpl.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="lib" path="/lib/ant/lib/xml-apis.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry exported="true" sourcepath="/lib/commons/commons-src.zip" kind="lib" path="/lib/commons/commons.jar"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/testing-util"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/ajde"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/asm"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/taskdefs"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="newsrc"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"> + <attributes> + </attributes> + </classpathentry> + <classpathentry combineaccessrules="false" kind="src" path="/weaver"> + <attributes> + </attributes> + </classpathentry> + <classpathentry kind="output" path="bin"/> </classpath> |