bodewig 2003/10/02 03:14:23
Modified: docs/manual/OptionalTasks starteam.html
src/main/org/apache/tools/ant/taskdefs/optional/starteam
StarTeamLabel.java
Log:
label description is not (no longer?) optional
Revision Changes Path
1.24 +5 -5 ant/docs/manual/OptionalTasks/starteam.html
Index: starteam.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/starteam.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- starteam.html 25 Sep 2003 09:26:40 -0000 1.23
+++ starteam.html 2 Oct 2003 10:14:23 -0000 1.24
@@ -565,6 +565,11 @@
<td align="center" valign="top">yes</td>
</tr>
<tr>
+ <td valign="top">description</td>
+ <td valign="top">A description of the label to be stored in the StarTeam
project.</td>
+ <td align="center" valign="top">yes</td>
+ </tr>
+ <tr>
<td valign="top">revisionlabel</td>
<td valign="top">Yes means that the label attribute is to be saved as a
"revision label". No (default) means that it will be saved as a
"view label"</td>
<td align="center" valign="top">no</td>
@@ -581,11 +586,6 @@
<tr>
<td valign="top">lastbuild</td>
<td valign="top">The timestamp of the build that will be stored with the
label. Must be formatted <code>yyyyMMddHHmmss</code></td>
- <td align="center" valign="top">no</td>
- </tr>
- <tr>
- <td valign="top">description</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>
1.18 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java
Index: StarTeamLabel.java
===================================================================
RCS file:
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- StarTeamLabel.java 25 Sep 2003 09:26:40 -0000 1.17
+++ StarTeamLabel.java 2 Oct 2003 10:14:23 -0000 1.18
@@ -123,7 +123,7 @@
}
/**
- * Optional description of the label to be stored in the StarTeam
project.
+ * Description of the label to be stored in the StarTeam project.
*/
public void setDescription(String description) {
this.description = description;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]