bodewig     2003/10/14 05:14:24

  Modified:    docs/manual/CoreTasks ant.html antcall.html
  Log:
  Properly document <reference> behavior, PR 22690
  
  Revision  Changes    Path
  1.20      +3 -2      ant/docs/manual/CoreTasks/ant.html
  
  Index: ant.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ant.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- ant.html  25 Sep 2003 13:48:42 -0000      1.19
  +++ ant.html  14 Oct 2003 12:14:24 -0000      1.20
  @@ -42,8 +42,9 @@
   <p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements
   can also be used to copy references from the calling project to the
   new project, optionally under a different id.  References taken from
  -nested elements will override existing references in the new
  -project.</p>
  +nested elements will override existing references that have been
  +defined outside of targets in the new project - but not those defined
  +inside of targets.</p>
   
   <h3>Parameters</h3>
   <table border="1" cellpadding="2" cellspacing="0">
  
  
  
  1.20      +3 -2      ant/docs/manual/CoreTasks/antcall.html
  
  Index: antcall.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/antcall.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- antcall.html      25 Sep 2003 13:48:42 -0000      1.19
  +++ antcall.html      14 Oct 2003 12:14:24 -0000      1.20
  @@ -30,8 +30,9 @@
   <p>Nested <a href="#reference"><i>&lt;reference&gt;</i></a> elements can
   be used to copy references from the calling project to the new
   project, optionally under a different id.  References taken from
  -nested elements will override existing references in the new
  -project.</p>
  +nested elements will override existing references that have been
  +defined outside of targets in the new project - but not those defined
  +inside of targets.</p>
   
   <p>
   When a target is invoked by antcall, all of its dependent targets will
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to