peterreilly    2004/06/12 08:47:19

  Modified:    docs/manual/CoreTypes antlib.html
  Log:
  Fix example of usage of macrodef in an antlib
  
  Revision  Changes    Path
  1.8       +1 -1      ant/docs/manual/CoreTypes/antlib.html
  
  Index: antlib.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/antlib.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- antlib.html       3 Dec 2003 13:16:01 -0000       1.7
  +++ antlib.html       12 Jun 2004 15:47:19 -0000      1.8
  @@ -134,7 +134,7 @@
            <current:if>
               <current:isallowed test="@{action}"/>
               <current:then>
  -               <current:do/>
  +               <do/>
               </current:then>
            </current:if>
         </sequential>
  
  
  

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

Reply via email to