summaryrefslogtreecommitdiffstats
path: root/testing-drivers
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-06-02 05:22:09 +0000
committerwisberg <wisberg>2003-06-02 05:22:09 +0000
commitad708998c210421ad40c8392856980c16047b70e (patch)
tree061573d76ba8a5c16ad8b89ae85fd403d8fa35c6 /testing-drivers
parent18b5821c73104c05477e47f75e566f1854edaa92 (diff)
downloadaspectj-ad708998c210421ad40c8392856980c16047b70e.tar.gz
aspectj-ad708998c210421ad40c8392856980c16047b70e.zip
corrected property name for forking run classpath
Diffstat (limited to 'testing-drivers')
-rw-r--r--testing-drivers/src/org/aspectj/testing/drivers/package.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing-drivers/src/org/aspectj/testing/drivers/package.html b/testing-drivers/src/org/aspectj/testing/drivers/package.html
index 6e8427bc6..92823a00e 100644
--- a/testing-drivers/src/org/aspectj/testing/drivers/package.html
+++ b/testing-drivers/src/org/aspectj/testing/drivers/package.html
@@ -302,7 +302,7 @@ arguments on the harness command line:
<li><u>javarun.java.home</u>: the value of the JAVA_HOME
environment variable, if it needs to be set.
</li>
- <li><u>javarun.classpath</u>: this is prepended to the
+ <li><u>javarun.bootclasspath</u>: this is prepended to the
run classpath. Multiple entries must be separated by
the system-dependent path separator.
</li>