diff options
author | aclement <aclement> | 2005-04-26 18:07:07 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-04-26 18:07:07 +0000 |
commit | 6a9857bdde2616226b6dbe7e5094953c9bd4bf2d (patch) | |
tree | 4a00ecad10a33c96931015973137f02aecd11b92 /run-all-junit-tests | |
parent | 462e761d99dfe32f1e880c9bde83b3db9dd72c84 (diff) | |
download | aspectj-6a9857bdde2616226b6dbe7e5094953c9bd4bf2d.tar.gz aspectj-6a9857bdde2616226b6dbe7e5094953c9bd4bf2d.zip |
needed to add this dependency?
Diffstat (limited to 'run-all-junit-tests')
-rw-r--r-- | run-all-junit-tests/.classpath | 99 |
1 files changed, 80 insertions, 19 deletions
diff --git a/run-all-junit-tests/.classpath b/run-all-junit-tests/.classpath index 02762de95..b0e87bef0 100644 --- a/run-all-junit-tests/.classpath +++ b/run-all-junit-tests/.classpath @@ -1,23 +1,84 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <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 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="output" path="bin"/> </classpath> |