From fb11c8e5fe872902e451f1b0a3b990933a056d52 Mon Sep 17 00:00:00 2001 From: Diane Holt Date: Thu, 25 Apr 2002 00:38:12 +0000 Subject: [PATCH] properties -> system properties (as suggested by Knut Wannheden). git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272569 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/running.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/running.html b/docs/manual/running.html index 5b9bb9960..1ceff0eab 100644 --- a/docs/manual/running.html +++ b/docs/manual/running.html @@ -127,7 +127,7 @@ set):

to invoke a different JVM than JAVA_HOME/bin/java(.exe).
  • ANT_OPTS - command-line arguments that should be - passed to the JVM. For example, you can define properties or set + passed to the JVM. For example, you can define system properties or set the maximum Java heap size here.
  • ANT_ARGS - Ant command-line arguments. For example,