holtdl 02/04/08 08:12:14
Modified: docs/manual/OptionalTasks starteam.html
Log:
Doc fixes (PR 7453).
Also, add column headings to tables.
Revision Changes Path
1.13 +29 -4 jakarta-ant/docs/manual/OptionalTasks/starteam.html
Index: starteam.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/starteam.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- starteam.html 3 Feb 2002 22:09:09 -0000 1.12
+++ starteam.html 8 Apr 2002 15:12:14 -0000 1.13
@@ -30,6 +30,11 @@
<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>
<td valign="top">username</td>
<td valign="top">The username of the account used to log in to the
StarTeam server.</td>
<td align="center" valign="top">yes</td>
@@ -84,6 +89,11 @@
<h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam
parameters</A>.<br></br>
<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>
<td valign="top">rootstarteamfolder</td>
@@ -273,6 +283,11 @@
See also <A href="#common-params">the required common StarTeam
parameters</A>.<br></br>
<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>
<td valign="top">rootstarteamfolder</td>
<td valign="top">The root of the subtree in the StarTeam repository into
which to
files will be checked. Defaults to the root folder of the view ('/').
</td>
@@ -309,7 +324,7 @@
</tr>
<tr>
<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>
</tr>
<tr>
@@ -473,6 +488,11 @@
<h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam
parameters</A>.<br></br>
<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>
<td valign="top">label</td>
@@ -486,7 +506,7 @@
</tr>
<tr>
<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>
</tr>
</table>
@@ -504,7 +524,7 @@
password="secret"
label="Version 6.2"
lastbuild="${nowstamp}"
- description-"Thorough description"
+ description="Thorough description"
/>
</pre>
@@ -519,6 +539,11 @@
<h3>Parameters</h3>
See also <A href="#common-params">the required common StarTeam
parameters</A>.<br></br>
<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>
<td valign="top">rootstarteamfolder</td>
@@ -800,4 +825,4 @@
</p>
</body>
-</html>
\ No newline at end of file
+</html>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>