You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by st...@apache.org on 2002/04/08 08:41:27 UTC

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

stevel      02/04/07 23:41:27

  Modified:    docs/manual/CoreTasks antcall.html
  Log:
  adding inheritRefs to <antcall>, for better consistency with ant. The default is of course false.
  
  No need to update whatsnew, as that already implies that antcall does this.
  
  Revision  Changes    Path
  1.10      +6 -0      jakarta-ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- antcall.html	3 Feb 2002 22:00:41 -0000	1.9
  +++ antcall.html	8 Apr 2002 06:41:27 -0000	1.10
  @@ -55,6 +55,12 @@
       </td>
       <td align="center" valign="top">No</td>
     </tr>
  +  <tr>
  +    <td valign="top">inheritRefs</td> 
  +    <td valign="top">If <code>true</code>, pass all references to the
  +      new Ant project.  Defaults to <code>false</code>.</td>
  +    <td align="center" valign="top">No</td>
  +  </tr>  
   </table>
   <h3>Parameters specified as nested elements</h3>
   <h4>param</h4>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>