You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/04/04 13:44:49 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks apply.html

bodewig     01/04/04 04:44:49

  Modified:    docs/manual/CoreTasks apply.html
  Log:
  document newenvironment attribute of apply.
  
  Revision  Changes    Path
  1.3       +6 -0      jakarta-ant/docs/manual/CoreTasks/apply.html
  
  Index: apply.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/apply.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apply.html	2001/02/13 12:31:50	1.2
  +++ apply.html	2001/04/04 11:44:48	1.3
  @@ -66,6 +66,12 @@
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  +    <td valign="top">newenvironment</td>
  +    <td valign="top">Do not propagate old environment when new environment
  +      variables are specified.</td>
  +    <td align="center" valign="top">No, default is <i>false</i></td>
  +  </tr>
  +  <tr>
       <td valign="top">parallel</td>
       <td valign="top">Run the command only once, appending all files as
         arguments. If false, command will be executed once for every file.