diff options
author | aclement <aclement> | 2011-08-05 16:21:51 +0000 |
---|---|---|
committer | aclement <aclement> | 2011-08-05 16:21:51 +0000 |
commit | 4b9ef3b0e35fe2acce66e2084eb182a3be401296 (patch) | |
tree | 032e2d3df4759ac0ad9a4ced11a027b403bec6b8 /testing/.classpath | |
parent | be14485b795b8a31b6a7f4680bb7a28321be4b18 (diff) | |
download | aspectj-4b9ef3b0e35fe2acce66e2084eb182a3be401296.tar.gz aspectj-4b9ef3b0e35fe2acce66e2084eb182a3be401296.zip |
refactoring: pulled testcode up into this class from subtypes
Diffstat (limited to 'testing/.classpath')
-rw-r--r-- | testing/.classpath | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/.classpath b/testing/.classpath index 6f19408e9..55bc2144b 100644 --- a/testing/.classpath +++ b/testing/.classpath @@ -23,5 +23,6 @@ <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> |