peterreilly    2003/08/14 07:06:54

  Modified:    docs/manual/CoreTasks conditions.html
  Log:
  add link to custom condition
  
  Revision  Changes    Path
  1.20      +10 -0     ant/docs/manual/CoreTasks/conditions.html
  
  Index: conditions.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/conditions.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- conditions.html   10 Jul 2003 11:52:50 -0000      1.19
  +++ conditions.html   14 Aug 2003 14:06:54 -0000      1.20
  @@ -8,6 +8,16 @@
   <body>
   
   <h2><a name="Conditions">Conditions</a></h2>
  +  <p>Conditions are nested elements of the 
  +<a href="condition.html"><code>&lt;condition&gt;</code></a> and
  +<a href="waitfor.html"><code>&lt;waitfor&gt;</code></a> tasks.
  +    There are core conditions and custom conditions. Custom
  +    conditions are described in
  +    <a href="../CoreTypes/custom-programming.html#customconditions">
  +      Custom Conditions</a>.
  +    Core Conditions are described below.
  +  </p>
  +  <h3><a name="coreconditions">Core Conditions</a></h3>
   
   <p>These are the nested elements that can be used as conditions in the
   <a href="condition.html"><code>&lt;condition&gt;</code></a> and
  
  
  

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

Reply via email to