diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-30 16:29:02 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-30 16:29:02 -0800 |
commit | 24676e3ad3d20ad7d9e7ce1d3e03347883c1ddfd (patch) | |
tree | 12e2c3875f917c123cc89df3550f9facaf53bbc7 /testing-drivers/.classpath | |
parent | f4d5e9485ae910220e06b0b6c778587ed6b4ebb3 (diff) | |
download | aspectj-24676e3ad3d20ad7d9e7ce1d3e03347883c1ddfd.tar.gz aspectj-24676e3ad3d20ad7d9e7ce1d3e03347883c1ddfd.zip |
mavenizing testing-drivers - wip
Diffstat (limited to 'testing-drivers/.classpath')
-rw-r--r-- | testing-drivers/.classpath | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/testing-drivers/.classpath b/testing-drivers/.classpath deleted file mode 100644 index 3ca4163de..000000000 --- a/testing-drivers/.classpath +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="src" path="/bridge"/> - <classpathentry kind="src" path="/weaver"/> - <classpathentry kind="src" path="/testing"/> - <classpathentry kind="src" path="/testing-client"/> - <classpathentry kind="src" path="/util"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.zip"/> - <classpathentry kind="lib" path="/lib/commons/commons.jar" sourcepath="/lib/commons/commons-src.zip"/> - <classpathentry kind="src" path="/org.aspectj.ajdt.core"/> - <classpathentry kind="src" path="/asm"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="bin"/> -</classpath> |