summaryrefslogtreecommitdiffstats
path: root/testing/newsrc
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-30 19:03:57 +0000
committeraclement <aclement>2008-10-30 19:03:57 +0000
commit9272f7aaa5401f5b7c8ee62be6750cc5c249338a (patch)
tree16122c6f4df98bf4dd28de09514f7c4f11f1ff7e /testing/newsrc
parent3594800a4c212228183822ec2db3962635655d83 (diff)
downloadaspectj-9272f7aaa5401f5b7c8ee62be6750cc5c249338a.tar.gz
aspectj-9272f7aaa5401f5b7c8ee62be6750cc5c249338a.zip
fixed path
Diffstat (limited to 'testing/newsrc')
-rw-r--r--testing/newsrc/org/aspectj/testing/AntSpec.java2
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;