aboutsummaryrefslogtreecommitdiffstats
path: root/org.aspectj.ajdt.core
diff options
context:
space:
mode:
authoraclement <aclement>2008-09-19 00:01:34 +0000
committeraclement <aclement>2008-09-19 00:01:34 +0000
commit4f13384c8c09fbdfad5fbc724a49740bee36690a (patch)
tree33350e424842364d5c0f1eefce312ca3f4dcea52 /org.aspectj.ajdt.core
parent18b8862db0bcdaea54600f27faeadf9aad1e96ba (diff)
downloadaspectj-4f13384c8c09fbdfad5fbc724a49740bee36690a.tar.gz
aspectj-4f13384c8c09fbdfad5fbc724a49740bee36690a.zip
more cp contents: might fix prob with test that had to be excluded
Diffstat (limited to 'org.aspectj.ajdt.core')
-rw-r--r--org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
index d15b6e2d9..2abb07d85 100644
--- a/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
+++ b/org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/AjcTestCase.java
@@ -73,6 +73,7 @@ public class AjcTestCase extends TestCase {
+ File.pathSeparator + ".." + File.separator + "aspectj5rt" + File.separator + "bin"
+ File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"junit"+File.separator+"junit.jar"
+ File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"bcel"+File.separator+"bcel.jar"
+ + File.pathSeparator+ ".."+File.separator+"lib"+File.separator+"bcel"+File.separator+"bcel-verifier.jar"
// When the build machine executes the tests, it is using code built into jars rather than code build into
// bin directories. This means for the necessary types to be found we have to put these jars on the classpath: