| @@ -19,7 +19,7 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"></meta> | <meta http-equiv="Content-Language" content="en-us"></meta> | ||||
| <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | <link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> | ||||
| <title>AntLib</title> | |||||
| <title>AntLib</title> | |||||
| </head> | </head> | ||||
| <body> | <body> | ||||
| @@ -30,8 +30,7 @@ | |||||
| <p> | <p> | ||||
| An antlib file is an xml file with a root element of "antlib". | An antlib file is an xml file with a root element of "antlib". | ||||
| Antlib's elements are Apache Ant definition tasks - like | Antlib's elements are Apache Ant definition tasks - like | ||||
| and <a href="../Tasks/taskdef.html">Taskdef</a>, | |||||
| <a href="../Tasks/taskdef.html">Taskdef</a> | |||||
| or any Ant task that extends | or any Ant task that extends | ||||
| <code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>. | <code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>. | ||||
| </p> | </p> | ||||