summaryrefslogtreecommitdiffstats
path: root/ajde
diff options
context:
space:
mode:
authoracolyer <acolyer>2005-04-25 16:01:57 +0000
committeracolyer <acolyer>2005-04-25 16:01:57 +0000
commit1ff2a95b303cd615d5b689b1bdf79a7f201c62a3 (patch)
tree79d198abda52ad0bbdeba2c19b3098bfbf73330d /ajde
parent5901afbac3d80334f727457ff2c06325a1f28128 (diff)
downloadaspectj-1ff2a95b303cd615d5b689b1bdf79a7f201c62a3.tar.gz
aspectj-1ff2a95b303cd615d5b689b1bdf79a7f201c62a3.zip
add aspectj5rt to classpath
Diffstat (limited to 'ajde')
-rw-r--r--ajde/testsrc/org/aspectj/ajde/NullIdeProperties.java2
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");
}