Repository: ant Updated Branches: refs/heads/master 172ca141c -> f6919079d
Use rowspan in parameter tables of dual-use tasks Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/f6919079 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/f6919079 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/f6919079 Branch: refs/heads/master Commit: f6919079da28e72fde262c2b0b6017241e1899dd Parents: 172ca14 Author: Gintas Grigelionis <[email protected]> Authored: Thu Jul 26 17:54:43 2018 +0200 Committer: Gintas Grigelionis <[email protected]> Committed: Thu Jul 26 17:55:17 2018 +0200 ---------------------------------------------------------------------- manual/Tasks/ejb.html | 9 +++------ manual/Tasks/length.html | 6 ++---- manual/Tasks/resourcecount.html | 3 +-- manual/Tasks/serverdeploy.html | 2 +- 4 files changed, 7 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/f6919079/manual/Tasks/ejb.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/ejb.html b/manual/Tasks/ejb.html index 2bc8793..9fa87b5 100644 --- a/manual/Tasks/ejb.html +++ b/manual/Tasks/ejb.html @@ -347,14 +347,13 @@ stopped.</p> <td>wlclasspath</td> <td>The WebLogic classpath used by the WebLogic Server.</td> <td class="center">No</td> - <td>N/A</td> + <td rowspan="2">N/A</td> </tr> <tr> <td>properties</td> <td>The name of the server's properties file within the WebLogic home directory used to control the WebLogic instance.</td> <td class="center">Yes</td> - <td>N/A</td> </tr> <tr> <td>name</td> @@ -370,19 +369,17 @@ stopped.</p> <tr> <td>username</td> <td>The management username used to manage the server</td> - <td class="center">N/A</td> + <td class="center" rowspan="3">N/A</td> <td>No</td> </tr> <tr> <td>password</td> <td>The server's management password</td> - <td class="center">N/A</td> <td>Yes</td> </tr> <tr> <td>pkPassword</td> <td>The private key password so the server can decrypt the SSL private key file</td> - <td class="center">N/A</td> <td>No</td> </tr> <tr> @@ -392,7 +389,7 @@ stopped.</p> </tr> <tr> <td>weblogicMainClass</td> - <td>name of the main class for WebLogic</td> + <td>The name of the main class for WebLogic</td> <td colspan="2">No</td> </tr> </table> http://git-wip-us.apache.org/repos/asf/ant/blob/f6919079/manual/Tasks/length.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/length.html b/manual/Tasks/length.html index b3995e3..ec3e379 100644 --- a/manual/Tasks/length.html +++ b/manual/Tasks/length.html @@ -45,7 +45,7 @@ a <code>condition</code>.</p> <td>property</td> <td>The property to set.</td> <td class="center">No; by default, output value to the log</td> - <td>Ignored</td> + <td rowspan="2">Ignored</td> </tr> <tr> <td>mode</td> @@ -53,7 +53,6 @@ a <code>condition</code>.</p> lengths; when <q>each</q> the task outputs the absolute path and length of each included resource, one per line.</td> <td class="center">No; default is <q>all</q></td> - <td>Ignored</td> </tr> <tr> <td>file</td> @@ -79,7 +78,7 @@ a <code>condition</code>.</p> <tr> <td>length</td> <td>Comparison length.</td> - <td class="center">Ignored</td> + <td class="center" rowspan="2">Ignored</td> <td>Yes</td> </tr> <tr> @@ -87,7 +86,6 @@ a <code>condition</code>.</p> <td>Comparison type: <q>equal</q>, <q>eq</q>, <q>greater</q>, <q>gt</q>, <q>less</q>, <q>lt</q>, <q>ge</q> (greater or equal), <q>ne</q> (not equal), <q>le</q> (less or equal).</td> - <td class="center">Ignored</td> <td>No; default is <q>equal</q></td> </tr> </table> http://git-wip-us.apache.org/repos/asf/ant/blob/f6919079/manual/Tasks/resourcecount.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/resourcecount.html b/manual/Tasks/resourcecount.html index 677a6ac..c98eca6 100644 --- a/manual/Tasks/resourcecount.html +++ b/manual/Tasks/resourcecount.html @@ -55,7 +55,7 @@ a <code>condition</code>.</p> <tr> <td>count</td> <td>Comparison count.</td> - <td class="center">Ignored</td> + <td class="center" rowspan="2">Ignored</td> <td>Yes</td> </tr> <tr> @@ -63,7 +63,6 @@ a <code>condition</code>.</p> <td>Comparison type: <q>equal</q>, <q>eq</q>, <q>greater</q>, <q>gt</q>, <q>less</q>, <q>lt</q>, <q>ge</q> (greater or equal), <q>ne</q> (not equal), <q>le</q> (less or equal).</td> - <td class="center">Ignored</td> <td>No; default is <q>equal</q></td> </tr> </table> http://git-wip-us.apache.org/repos/asf/ant/blob/f6919079/manual/Tasks/serverdeploy.html ---------------------------------------------------------------------- diff --git a/manual/Tasks/serverdeploy.html b/manual/Tasks/serverdeploy.html index c6411f9..545f0b1 100644 --- a/manual/Tasks/serverdeploy.html +++ b/manual/Tasks/serverdeploy.html @@ -191,7 +191,7 @@ it defaults to <q>system</q>. The <var>password</var> attribute is required for form <code><component>:<target1>,<target2>...</code> Where component is the archive name (minus the <samp>.jar</samp>, <samp>.ear</samp>, <samp>.war</samp> extension). Targets are the servers where the components will be deployed</td> - <td>no</td> + <td>No</td> </tr> <tr> <td>debug</td>
