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 2005/08/17 22:25:22 UTC

cvs commit: ant/docs/manual/CoreTypes antlib.html

stevel      2005/08/17 13:25:22

  Modified:    docs/manual/CoreTypes antlib.html
  Log:
  documentation
  
  Revision  Changes    Path
  1.13      +16 -1     ant/docs/manual/CoreTypes/antlib.html
  
  Index: antlib.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTypes/antlib.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- antlib.html	29 Apr 2005 18:58:12 -0000	1.12
  +++ antlib.html	17 Aug 2005 20:25:22 -0000	1.13
  @@ -12,12 +12,27 @@
       <p>
         An antlib file is an xml file with a root element of "antlib".
         Antlib's elements are ant definition tasks - like
  -      <a href="../CoreTasks/typedef.html">Typedef</a>
  +      
         and <a href="../CoreTasks/taskdef.html">Taskdef</a>,
         or any ant task that extends
         <code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>.
       </p>
       <p>
  +        The current set of declarations bundled with Ant that do this are:
  +    </p>
  +        <ol>
  +            <li><a href="../CoreTasks/typedef.html">Typedef</a>
  +            </li>
  +            <li><a href="../CoreTasks/taskdef.html">Taskdef</a>
  +            </li>
  +            <li><a href="../CoreTasks/macrodef.html">Macrodef</a>
  +            </li>
  +            <li><a href="../CoreTasks/presetdef.html">Presetdef</a>
  +            </li>
  +            <li><a href="../OptionalTasks/scriptdef.html">Scriptdef</a>
  +            </li>
  +        </ol>
  +    <p>
         A group of tasks and types may be defined together in an antlib
         file. For example the file <i>sample.xml</i> contains the following:
       </p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org