]> source.dussan.org Git - aspectj.git/commitdiff
path fix
authoraclement <aclement>
Thu, 30 Oct 2008 19:10:36 +0000 (19:10 +0000)
committeraclement <aclement>
Thu, 30 Oct 2008 19:10:36 +0000 (19:10 +0000)
org.aspectj.ajdt.core/testsrc/org/aspectj/tools/ajc/Ajc.java

index 798eac42482ea1db64d17d9b9515ed53ed93d8d5..f0ccb306f53416eb7696d059676e77abee54bd6e 100644 (file)
@@ -54,9 +54,9 @@ public class Ajc {
        private static final String TESTER_PATH = ".." + File.separator + "testing-client" + File.separator + "bin"
                        + File.pathSeparator + ".." + File.separator + "runtime" + File.separator + "bin" + File.pathSeparator + ".."
                        + File.separator + "aspectj5rt" + File.separator + "bin" + File.pathSeparator + ".." + File.separator + "lib"
-                       + File.separator + "junit" + File.separator + "junit.jar" + File.separator + "lib" + File.separator + "bcel"
-                       + File.separator + "bcel.jar" + File.separator + "lib" + File.separator + "bcel" + File.separator + "bcel-verifier.jar"
-                       +
+                       + File.separator + "junit" + File.separator + "junit.jar" + File.pathSeparator + "lib" + File.separator + "bcel"
+                       + File.separator + "bcel.jar" + File.pathSeparator + "lib" + File.separator + "bcel" + File.separator
+                       + "bcel-verifier.jar" +
 
                        File.pathSeparator + ".." + File.separator + "bridge" + File.separator + "bin" + File.pathSeparator + ".."
                        + File.separator + "loadtime" + File.separator + "bin" + File.pathSeparator