diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html index ac81e6df9..ac863e93d 100644 --- a/docs/manual/CoreTasks/apply.html +++ b/docs/manual/CoreTasks/apply.html @@ -152,9 +152,6 @@ attribute.
It is possible to specify environment variables to pass to the
system command via nested <env>
elements. See the
description in the section about exec
Please note that the environment of the current Ant process is
-not passed to the system command if you specify variables using
-<env>
.
<apply executable="ls" > @@ -199,7 +196,7 @@ of all files separated by spaces..o
, replacing TARGETFILE with the absolute filename of the.o
and SOURCEFILE with the absolute name of the.c
file. -Copyright © 2001 Apache Software Foundation. All rights +
Copyright © 2001-2002 Apache Software Foundation. All rights Reserved.