diff options
Diffstat (limited to 'ajde')
-rw-r--r-- | ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } |