conor       01/07/06 08:11:32

  Modified:    docs/manual/CoreTasks exec.html execon.html
  Log:
  Update documentation stating where os attribute values come from.
  PR:   1656
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-ant/docs/manual/CoreTasks/exec.html
  
  Index: exec.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/exec.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- exec.html 2001/07/06 11:23:16     1.4
  +++ exec.html 2001/07/06 15:11:28     1.5
  @@ -39,7 +39,9 @@
     <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>
  
  
  
  1.5       +3 -2      jakarta-ant/docs/manual/CoreTasks/execon.html
  
  Index: execon.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/execon.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- execon.html       2001/07/06 11:23:18     1.4
  +++ execon.html       2001/07/06 15:11:29     1.5
  @@ -36,8 +36,9 @@
     <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>
  
  
  

Reply via email to