Repository: ant
Updated Branches:
  refs/heads/master f3c4d4826 -> bb1f2c693


Java 9 javadoc objects to self-terminating tags in package.html

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

Branch: refs/heads/master
Commit: bb1f2c693e312dca82ae4ab5b767f656b149c1c6
Parents: f3c4d48
Author: Gintas Grigelionis <[email protected]>
Authored: Sat Jan 20 21:08:20 2018 +0100
Committer: Gintas Grigelionis <[email protected]>
Committed: Sat Jan 20 21:08:20 2018 +0100

----------------------------------------------------------------------
 .../apache/tools/ant/taskdefs/optional/sos/package.html | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/bb1f2c69/src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html 
b/src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html
index 401c7d7..4a34412 100644
--- a/src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html
+++ b/src/main/org/apache/tools/ant/taskdefs/optional/sos/package.html
@@ -19,11 +19,11 @@
   <p>
     Ant tasks for working with a SourceOffSite source control system.
   </p>
-  <p>
-    The &lt;SOSGet&gt; Retrieves file(s) from a SOS database<br/>
-    The &lt;SOSCheckin&gt; Commits and unlocks file(s) in a SOS database<br/>
-    The &lt;SOSCheckout&gt; Retrieves and lock file(s) in a SOS database<br/>
-    The &lt;SOSLabel&gt; Label a SOS database
-  </p>
+  <dl>
+    <dt>&lt;SOSGet&gt;</dt><dd>Retrieves file(s) from a SOS database</dd>
+    <dt>&lt;SOSCheckin&gt;</dt><dd>Commits and unlocks file(s) in a SOS 
database</dd>
+    <dt>&lt;SOSCheckout&gt;</dt><dd>Retrieves and lock file(s) in a SOS 
database</dd>
+    <dt>&lt;SOSLabel&gt;</dt><dd>Label a SOS database</dd>
+  </dl>
 </body>
 </html>

Reply via email to