From: acolyer Date: Mon, 25 Apr 2005 16:01:57 +0000 (+0000) Subject: add aspectj5rt to classpath X-Git-Tag: PRE_ANDY~445 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1ff2a95b303cd615d5b689b1bdf79a7f201c62a3;p=aspectj.git add aspectj5rt to classpath --- diff --git a/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java b/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java index 0ea8c7cca..4b609adca 100644 --- a/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java +++ b/ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java @@ -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"); }