From 01793f8b47e5e28b67c666150c7f9ee44d9949a3 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Wed, 4 Apr 2001 11:44:48 +0000
Subject: [PATCH] document newenvironment attribute of apply.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268913 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/apply.html | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/manual/CoreTasks/apply.html b/docs/manual/CoreTasks/apply.html
index f4daa05f8..fb06531e2 100644
--- a/docs/manual/CoreTasks/apply.html
+++ b/docs/manual/CoreTasks/apply.html
@@ -65,6 +65,12 @@ one mapper element are required.
returncode other than 0.
No |
+
+ newenvironment |
+ Do not propagate old environment when new environment
+ variables are specified. |
+ No, default is false |
+
parallel |
Run the command only once, appending all files as
|