diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-30 13:02:20 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-30 13:02:20 -0800 |
commit | cda73a6a5864b76e252ed0d3b69ff4b55a6def4b (patch) | |
tree | adf492da7642210404007562155c6b337f0cb1c7 /testing/.classpath | |
parent | b4e0f23248e09079f646bcc4f036e3c688b93f5e (diff) | |
download | aspectj-cda73a6a5864b76e252ed0d3b69ff4b55a6def4b.tar.gz aspectj-cda73a6a5864b76e252ed0d3b69ff4b55a6def4b.zip |
mavenizing testing - wip
Diffstat (limited to 'testing/.classpath')
-rw-r--r-- | testing/.classpath | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/.classpath b/testing/.classpath deleted file mode 100644 index 55bc2144b..000000000 --- a/testing/.classpath +++ /dev/null @@ -1,28 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <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 combineaccessrules="false" kind="src" path="/weaver"/> - <classpathentry combineaccessrules="false" kind="src" path="/loadtime"/> - <classpathentry combineaccessrules="false" kind="src" path="/ajde.core"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry combineaccessrules="false" kind="src" path="/org.aspectj.matcher"/> - <classpathentry kind="lib" path="/lib/bcel/bcel.jar" sourcepath="/lib/bcel/bcel-src.zip"/> - <classpathentry kind="output" path="bin"/> -</classpath> |