From 17208490a19e28f648deeb9277c2570b278df48f Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 29 Jan 2002 16:47:32 +0000
Subject: [PATCH] make documentation match the code.
The sentence I've removed must be a left-over from the time before the
newenvironment attribute has been added.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271002 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/apply.html | 5 +----
docs/manual/CoreTasks/exec.html | 5 +----
docs/manual/CoreTasks/java.html | 3 ---
docs/manual/OptionalTasks/junit.html | 4 ----
4 files changed, 2 insertions(+), 15 deletions(-)
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>
.
Examples
<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.