From 54550bf3174a50792fcea4b5b1b780989e77f4f2 Mon Sep 17 00:00:00 2001
From: Conor MacNeill
Date: Fri, 6 Jul 2001 15:11:29 +0000
Subject: [PATCH] Update documentation stating where os attribute values come
from. PR: 1656
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269276 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/exec.html | 4 +++-
docs/manual/CoreTasks/execon.html | 5 +++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/manual/CoreTasks/exec.html b/docs/manual/CoreTasks/exec.html
index b9f0b1f33..219b1c0fb 100644
--- a/docs/manual/CoreTasks/exec.html
+++ b/docs/manual/CoreTasks/exec.html
@@ -39,7 +39,9 @@ systems.
os |
list of Operating Systems on which the command may be
- executed. |
+ executed. If the current OS's name is contained in this list, the command will
+ be executed. The OS's name is determined by the Java Virtual machine and is set
+ in the "os.name" system property.
No |
diff --git a/docs/manual/CoreTasks/execon.html b/docs/manual/CoreTasks/execon.html
index 89af14710..f00b90f50 100644
--- a/docs/manual/CoreTasks/execon.html
+++ b/docs/manual/CoreTasks/execon.html
@@ -36,8 +36,9 @@ command. At least one nested <fileset>
is required.
os |
list of Operating Systems on which the command may be
- executed. |
- No |
+ executed. If the current OS's name is contained in this list, the command will
+ be executed. The OS's name is determined by the Java Virtual machine and is set
+ in the "os.name" system property.
output |