]> source.dussan.org Git - aspectj.git/commitdiff
add aspectj5rt to classpath
authoracolyer <acolyer>
Mon, 25 Apr 2005 16:01:57 +0000 (16:01 +0000)
committeracolyer <acolyer>
Mon, 25 Apr 2005 16:01:57 +0000 (16:01 +0000)
ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java

index 0ea8c7cca51e6998dd0cd8f24a64a1f58ecbe6cf..4b609adca858dcc4495e9ef334cba25caa439408 100644 (file)
@@ -72,7 +72,7 @@ public class NullIdeProperties implements ProjectPropertiesAdapter {
        // AMC - subsequently added value of "aspectjrt.path property so that
        // when testing with a non-development jar the version tests find the right one. 
        return testProjectPath + File.pathSeparator +
-               System.getProperty("sun.boot.class.path") + File.pathSeparator +  "../runtime/bin" +
+               System.getProperty("sun.boot.class.path") + File.pathSeparator +  "../runtime/bin" + File.pathSeparator + "../aspectj5rt/bin" +
                File.pathSeparator + System.getProperty("aspectjrt.path");      
     }