You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by jh...@apache.org on 2015/06/11 09:20:24 UTC

ant git commit: Bug 53017: fix 1st sentence of antlib manual

Repository: ant
Updated Branches:
  refs/heads/master 9953e3cbc -> 3a3575562


Bug 53017: fix 1st sentence of antlib manual


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/3a357556
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/3a357556
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/3a357556

Branch: refs/heads/master
Commit: 3a3575562d720953744ad04008eb7eeeb605f4fb
Parents: 9953e3c
Author: Jan Matèrne <jh...@apache.org>
Authored: Thu Jun 11 08:34:32 2015 +0200
Committer: Jan Matèrne <jh...@apache.org>
Committed: Thu Jun 11 08:34:32 2015 +0200

----------------------------------------------------------------------
 manual/Types/antlib.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/3a357556/manual/Types/antlib.html
----------------------------------------------------------------------
diff --git a/manual/Types/antlib.html b/manual/Types/antlib.html
index 3b1f408..925320a 100644
--- a/manual/Types/antlib.html
+++ b/manual/Types/antlib.html
@@ -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>