From d1226c0a621b71af02c746661ef71848f31b9f8f Mon Sep 17 00:00:00 2001 From: Steve Loughran Date: Wed, 17 Aug 2005 20:25:22 +0000 Subject: [PATCH] documentation git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278522 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/antlib.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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: