From b361fabe04c2d8e6dec41af36a728575d1399e90 Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Thu, 11 Jan 2007 15:22:53 +0000 Subject: [PATCH] bugzilla 41345. s/true true/true/ from Darin Swanson git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@495253 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/java.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/java.html b/docs/manual/CoreTasks/java.html index de73fdfcc..cc46d7418 100644 --- a/docs/manual/CoreTasks/java.html +++ b/docs/manual/CoreTasks/java.html @@ -200,7 +200,7 @@ attributes.

clonevm - If set to true true, then all system properties + If set to true, then all system properties and the bootclasspath of the forked Java Virtual Machine will be the same as those of the Java VM running Ant. Default is "false" (ignored if fork is disabled).