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 <SOSGet> Retrieves file(s) from a SOS database<br/> - The <SOSCheckin> Commits and unlocks file(s) in a SOS database<br/> - The <SOSCheckout> Retrieves and lock file(s) in a SOS database<br/> - The <SOSLabel> Label a SOS database - </p> + <dl> + <dt><SOSGet></dt><dd>Retrieves file(s) from a SOS database</dd> + <dt><SOSCheckin></dt><dd>Commits and unlocks file(s) in a SOS database</dd> + <dt><SOSCheckout></dt><dd>Retrieves and lock file(s) in a SOS database</dd> + <dt><SOSLabel></dt><dd>Label a SOS database</dd> + </dl> </body> </html>
