antoine     2003/04/20 23:36:46

  Modified:    docs/manual coretasklist.html tasksoverview.html
  Log:
  adding index entries for subant bugrep 19181
  
  Revision  Changes    Path
  1.46      +1 -0      ant/docs/manual/coretasklist.html
  
  Index: coretasklist.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/coretasklist.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- coretasklist.html 9 Jul 2002 21:05:50 -0000       1.45
  +++ coretasklist.html 21 Apr 2003 06:36:46 -0000      1.46
  @@ -74,6 +74,7 @@
   <a href="CoreTasks/sleep.html">Sleep</a><br>
   <a href="CoreTasks/sql.html">Sql</a><br>
   <a href="CoreTasks/style.html">Style</a><br>
  +<a href="CoreTasks/subant.html">Subant</a><br>
   <a href="CoreTasks/tar.html">Tar</a><br>
   <a href="CoreTasks/taskdef.html">Taskdef</a><br>
   <a href="CoreTasks/tempfile.html">Tempfile</a><br>
  
  
  
  1.21      +5 -0      ant/docs/manual/tasksoverview.html
  
  Index: tasksoverview.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/tasksoverview.html,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- tasksoverview.html        14 Apr 2003 18:42:15 -0000      1.20
  +++ tasksoverview.html        21 Apr 2003 06:36:46 -0000      1.21
  @@ -425,6 +425,11 @@
     </tr>
   
     <tr valign="top">
  +    <td nowrap><a href="CoreTasks/subant.html">Subant</a></td>
  +    <td><p><i>EXPERIMENTAL:</i> This task is experimental and may be under 
continual change till Ant1.6 ships; it may even be omitted from the product. 
<p> Calls a given target for all defined sub-builds. This is an extension of 
ant for bulk project execution.</p></td>
  +  </tr>
  +
  +  <tr valign="top">
       <td nowrap><a href="CoreTasks/waitfor.html">Waitfor</a></td>
       <td><p>Blocks execution until a set of specified conditions become true.
        This task is intended to be used with the
  
  
  

Reply via email to