diff options
author | wisberg <wisberg> | 2003-10-31 22:36:16 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-10-31 22:36:16 +0000 |
commit | 73ea8b743c9c0e711f181126c0324b09ff8b9e9d (patch) | |
tree | b1822b3e48d6dadb1dfb2ae93898491fe4b56d5d /run-all-junit-tests/.classpath | |
parent | e72c52476b8b393fecb4f0795e51ae07b3739e9b (diff) | |
download | aspectj-73ea8b743c9c0e711f181126c0324b09ff8b9e9d.tar.gz aspectj-73ea8b743c9c0e711f181126c0324b09ff8b9e9d.zip |
initial version of common JUnit driver usable from Eclipse
Diffstat (limited to 'run-all-junit-tests/.classpath')
-rw-r--r-- | run-all-junit-tests/.classpath | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/run-all-junit-tests/.classpath b/run-all-junit-tests/.classpath new file mode 100644 index 000000000..46a1b3557 --- /dev/null +++ b/run-all-junit-tests/.classpath @@ -0,0 +1,22 @@ +<?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 kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> + <classpathentry kind="output" path="bin"/> +</classpath> |