Browse Source

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
master
Conor MacNeill 24 years ago
parent
commit
54550bf317
2 changed files with 6 additions and 3 deletions
  1. +3
    -1
      docs/manual/CoreTasks/exec.html
  2. +3
    -2
      docs/manual/CoreTasks/execon.html

+ 3
- 1
docs/manual/CoreTasks/exec.html View File

@@ -39,7 +39,9 @@ systems.</p>
<tr>
<td valign="top">os</td>
<td valign="top">list of Operating Systems on which the command may be
executed.</td>
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 &quot;os.name&quot; system property.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>


+ 3
- 2
docs/manual/CoreTasks/execon.html View File

@@ -36,8 +36,9 @@ command. At least one nested <code>&lt;fileset&gt;</code> is required.</p>
<tr>
<td valign="top">os</td>
<td valign="top">list of Operating Systems on which the command may be
executed.</td>
<td align="center" valign="top">No</td>
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 &quot;os.name&quot; system property.</td>
</tr>
<tr>
<td valign="top">output</td>


Loading…
Cancel
Save