diff options
author | aclement <aclement> | 2008-10-30 19:03:57 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-10-30 19:03:57 +0000 |
commit | 9272f7aaa5401f5b7c8ee62be6750cc5c249338a (patch) | |
tree | 16122c6f4df98bf4dd28de09514f7c4f11f1ff7e /testing/newsrc | |
parent | 3594800a4c212228183822ec2db3962635655d83 (diff) | |
download | aspectj-9272f7aaa5401f5b7c8ee62be6750cc5c249338a.tar.gz aspectj-9272f7aaa5401f5b7c8ee62be6750cc5c249338a.zip |
fixed path
Diffstat (limited to 'testing/newsrc')
-rw-r--r-- | testing/newsrc/org/aspectj/testing/AntSpec.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AntSpec.java b/testing/newsrc/org/aspectj/testing/AntSpec.java index 259dd8d20..7b76c3bf2 100644 --- a/testing/newsrc/org/aspectj/testing/AntSpec.java +++ b/testing/newsrc/org/aspectj/testing/AntSpec.java @@ -49,7 +49,7 @@ public class AntSpec implements ITestStep { + File.separator + "bridge/bin" + File.pathSeparator + ".." + File.separator + "loadtime/bin" + File.pathSeparator + ".." + File.separator + "loadtime5/bin" + File.pathSeparator + ".." + File.separator + "weaver/bin" + File.pathSeparator + ".." + File.separator + "org.aspectj.matcher/bin" + File.pathSeparator + ".." + File.separator - + "lib/bcel/bcel.jar" + File.separator + "lib/bcel/bcel-verifier.jar";; + + "lib/bcel/bcel.jar" + File.pathSeparator + "lib/bcel/bcel-verifier.jar";; private boolean m_verbose = false; private AjcTest m_ajcTest; |