diff options
author | wisberg <wisberg> | 2005-06-08 23:55:13 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2005-06-08 23:55:13 +0000 |
commit | cb7cd13f822303a93f1020c1ab3e92b9f0d86f5a (patch) | |
tree | 0df5bd6fd0707c46b0e4e7c936c5221ad4d8b3d9 /run-all-junit-tests | |
parent | ce2236f048e5c154152631358fa236b9a17d3c1d (diff) | |
download | aspectj-cb7cd13f822303a93f1020c1ab3e92b9f0d86f5a.tar.gz aspectj-cb7cd13f822303a93f1020c1ab3e92b9f0d86f5a.zip |
adding ajdoc and loadtime to run those JUnit tests. Not sure why unable to add AspectJ project org.aspectj.lib.
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/.classpath | 102 |
1 files changed, 22 insertions, 80 deletions
diff --git a/run-all-junit-tests/.classpath b/run-all-junit-tests/.classpath index b0e87bef0..9a6f8b7ee 100644 --- a/run-all-junit-tests/.classpath +++ b/run-all-junit-tests/.classpath @@ -1,84 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="testsrc"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/ajbrowser"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/ajde"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/asm"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/bridge"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/build"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/org.eclipse.jdt.core"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/runtime"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/taskdefs"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing-client"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing-drivers"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/testing-util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry kind="src" path="/util"> - <attributes> - </attributes> - </classpathentry> - <classpathentry 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="src" path="/tests"> - <attributes> - </attributes> - </classpathentry> - <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"> - <attributes> - </attributes> - </classpathentry> + <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> + <classpathentry kind="src" path="/ajbrowser"/> + <classpathentry kind="src" path="/ajde"/> + <classpathentry kind="src" path="/asm"/> + <classpathentry kind="src" path="/bridge"/> + <classpathentry kind="src" path="/build"/> + <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> + <classpathentry kind="src" path="/org.eclipse.jdt.core"/> + <classpathentry kind="src" path="/runtime"/> + <classpathentry kind="src" path="/taskdefs"/> + <classpathentry kind="src" path="/testing"/> + <classpathentry kind="src" path="/testing-client"/> + <classpathentry kind="src" path="/testing-drivers"/> + <classpathentry kind="src" path="/testing-util"/> + <classpathentry kind="src" path="/util"/> + <classpathentry kind="src" path="/weaver"/> + <classpathentry sourcepath="/lib/junit/junit-src.jar" kind="lib" path="/lib/junit/junit.jar"/> + <classpathentry kind="src" path="/tests"/> + <classpathentry combineaccessrules="false" kind="src" path="/aspectj5rt"/> + <classpathentry combineaccessrules="false" kind="src" path="/ajdoc"/> + <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/> <classpathentry kind="output" path="bin"/> </classpath> |