Browse Source

Doc fixes (PR 7453).

Also, add column headings to tables.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272295 13f79535-47bb-0310-9956-ffa450edef68
master
Diane Holt 23 years ago
parent
commit
9212083abf
1 changed files with 29 additions and 4 deletions
  1. +29
    -4
      docs/manual/OptionalTasks/starteam.html

+ 29
- 4
docs/manual/OptionalTasks/starteam.html View File

@@ -29,6 +29,11 @@ The following parameters, having to do with making the connection to a StarTeam
</p> </p>


<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>
<tr> <tr>
<td valign="top">username</td> <td valign="top">username</td>
<td valign="top">The username of the account used to log in to the StarTeam server.</td> <td valign="top">The username of the account used to log in to the StarTeam server.</td>
@@ -84,6 +89,11 @@ other tasks in Ant. Inclusion/exclusion by folder is NOT supported.
<h3>Parameters</h3> <h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br> See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>


<tr> <tr>
<td valign="top">rootstarteamfolder</td> <td valign="top">rootstarteamfolder</td>
@@ -272,6 +282,11 @@ other tasks in Ant. Inclusion/exclusion by folder is NOT supported.
<h3>Parameters</h3> <h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br> See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>
<tr> <tr>
<td valign="top">rootstarteamfolder</td> <td valign="top">rootstarteamfolder</td>
<td valign="top">The root of the subtree in the StarTeam repository into which to <td valign="top">The root of the subtree in the StarTeam repository into which to
@@ -309,7 +324,7 @@ added to the repository. Defaults to "false".</td>
</tr> </tr>
<tr> <tr>
<td valign="top">recursive</td> <td valign="top">recursive</td>
<td valign="top">Indicates if subfolders should be searched for files to check in. Defaults to "true".</td>
<td valign="top">Indicates if subfolders should be searched for files to check in. Defaults to "false".</td>
<td align="center" valign="top">no</td> <td align="center" valign="top">no</td>
</tr> </tr>
<tr> <tr>
@@ -473,6 +488,11 @@ Creates a view label in StarTeam at the specified view. The label will be class
<h3>Parameters</h3> <h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br> See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>


<tr> <tr>
<td valign="top">label</td> <td valign="top">label</td>
@@ -486,7 +506,7 @@ See also <A href="#common-params">the required common StarTeam parameters</A>.<b
</tr> </tr>
<tr> <tr>
<td valign="top">description</td> <td valign="top">description</td>
<td valign="top">A description of the view to be stored in the StarTeam project.</td>
<td valign="top">A description of the label to be stored in the StarTeam project.</td>
<td align="center" valign="top">no</td> <td align="center" valign="top">no</td>
</tr> </tr>
</table> </table>
@@ -504,7 +524,7 @@ This example shows the use of this tag. It will create a label named <i>Version
password="secret" password="secret"
label="Version 6.2" label="Version 6.2"
lastbuild="${nowstamp}" lastbuild="${nowstamp}"
description-"Thorough description"
description="Thorough description"
/&gt; /&gt;
</pre> </pre>


@@ -519,6 +539,11 @@ Produces a listing of the contents of the StarTeam repository at the specified v
<h3>Parameters</h3> <h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br> See also <A href="#common-params">the required common StarTeam parameters</A>.<br></br>
<table border="1" cellpadding="2" cellspacing="0"> <table border="1" cellpadding="2" cellspacing="0">
<tr>
<td valign="top"><b>Attribute</b></td>
<td valign="top"><b>Description</b></td>
<td align="center" valign="top"><b>Required</b></td>
</tr>


<tr> <tr>
<td valign="top">rootstarteamfolder</td> <td valign="top">rootstarteamfolder</td>
@@ -800,4 +825,4 @@ Copyright &copy; 2001-2002 Apache Software Foundation. All rights Reserved.
</p> </p>


</body> </body>
</html>
</html>

Loading…
Cancel
Save