diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-31 12:20:25 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-31 12:20:25 -0800 |
commit | 241ce080c1c4a625ebcab1108663b74271a8eae1 (patch) | |
tree | 14309b1103d62d307d313e7f44ebecbca58caa7b /run-all-junit-tests/.classpath | |
parent | b5a9f23c80222f8d68985173c50016ab66c69115 (diff) | |
download | aspectj-241ce080c1c4a625ebcab1108663b74271a8eae1.tar.gz aspectj-241ce080c1c4a625ebcab1108663b74271a8eae1.zip |
mavenizing run-all-junit-tests - wip
Diffstat (limited to 'run-all-junit-tests/.classpath')
-rw-r--r-- | run-all-junit-tests/.classpath | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/run-all-junit-tests/.classpath b/run-all-junit-tests/.classpath deleted file mode 100644 index 48efada18..000000000 --- a/run-all-junit-tests/.classpath +++ /dev/null @@ -1,30 +0,0 @@ -<?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="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 combineaccessrules="false" kind="src" path="/loadtime5"/> - <classpathentry combineaccessrules="false" kind="src" path="/weaver5"/> - <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/> - <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/> - <classpathentry kind="output" path="bin"/> -</classpath> |