Browse Source

Bug 53017: fix 1st sentence of antlib manual

master
Jan Matrne 10 years ago
parent
commit
3a3575562d
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      manual/Types/antlib.html

+ 2
- 3
manual/Types/antlib.html View File

@@ -19,7 +19,7 @@
<head>
<meta http-equiv="Content-Language" content="en-us"></meta>
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css">
<title>AntLib</title>
<title>AntLib</title>
</head>

<body>
@@ -30,8 +30,7 @@
<p>
An antlib file is an xml file with a root element of "antlib".
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
<code>org.apache.tools.ant.taskdefs.AntlibDefinition</code>.
</p>


Loading…
Cancel
Save