From e854f481c9a76b41680eb0f605de524556b059ad Mon Sep 17 00:00:00 2001 From: Stephane Bailliez Date: Sat, 15 Dec 2001 13:41:39 +0000 Subject: [PATCH] Remove mention of fork attribute in ANTLR documentation. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270157 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/OptionalTasks/antlr.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/OptionalTasks/antlr.html b/docs/manual/OptionalTasks/antlr.html index ad3b2d777..91814de0d 100644 --- a/docs/manual/OptionalTasks/antlr.html +++ b/docs/manual/OptionalTasks/antlr.html @@ -45,15 +45,15 @@ No - + dir - The directory to invoke the VM in. (ignored if - fork is disabled) + The directory to invoke the VM in. No @@ -68,11 +68,11 @@ ANTLR jar in the normal Ant lib repository will be enough.

jvmarg

-

If fork is enabled, additional parameters may be passed to the new +

Additional parameters may be passed to the new VM via nested <jvmarg> attributes, for example:

-<antlr fork="yes" target=...>
+<antlr target=...>
   <jvmarg value="-Djava.compiler=NONE"/>
   ...
 </antlr>