diff --git a/docs/manual/CoreTypes/antlib.html b/docs/manual/CoreTypes/antlib.html index 5dc43ab88..bcd8c09fe 100644 --- a/docs/manual/CoreTypes/antlib.html +++ b/docs/manual/CoreTypes/antlib.html @@ -12,11 +12,26 @@

An antlib file is an xml file with a root element of "antlib". Antlib's elements are ant definition tasks - like - Typedef + and Taskdef, or any ant task that extends org.apache.tools.ant.taskdefs.AntlibDefinition.

+

+ The current set of declarations bundled with Ant that do this are: +

+
    +
  1. Typedef +
  2. +
  3. Taskdef +
  4. +
  5. Macrodef +
  6. +
  7. Presetdef +
  8. +
  9. Scriptdef +
  10. +

A group of tasks and types may be defined together in an antlib file. For example the file sample.xml contains the following: