bodewig 2003/09/25 02:26:48
Modified: docs/manual/OptionalTasks Tag: ANT_16_BRANCH starteam.html
src/main/org/apache/tools/ant/taskdefs/optional/starteam
Tag: ANT_16_BRANCH StarTeamLabel.java
Log:
Make docs match the code, PR 20576
Revision Changes Path
No revision
No revision
1.22.2.1 +2 -2 ant/docs/manual/OptionalTasks/starteam.html
Index: starteam.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/starteam.html,v
retrieving revision 1.22
retrieving revision 1.22.2.1
diff -u -r1.22 -r1.22.2.1
--- starteam.html 16 Sep 2003 10:38:14 -0000 1.22
+++ starteam.html 25 Sep 2003 09:26:48 -0000 1.22.2.1
@@ -571,10 +571,10 @@
</tr>
<tr>
<td valign="top">buildlabel</td>
- <td valign="top">Yes (default) means that the label attribute is to be
saved as a "build label".
+ <td valign="top">Yes means that the label attribute is to be saved as a
"build label".
This means that Change Requests which have an "AddressedIn"
field value of "next build"
will have this label assigned to that field when the label is
created.
- No means that no CRs will have this label assigned to them. This
will have no effect if <b>revisionlabel</b> is also true. </td>
+ No (default) means that no CRs will have this label assigned to them.
This will have no effect if <b>revisionlabel</b> is also true. </td>
<td align="center" valign="top">no</td>
</tr>
No revision
No revision
1.16.2.1 +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.16
retrieving revision 1.16.2.1
diff -u -r1.16 -r1.16.2.1
--- StarTeamLabel.java 9 Jul 2003 14:44:16 -0000 1.16
+++ StarTeamLabel.java 25 Sep 2003 09:26:48 -0000 1.16.2.1
@@ -93,7 +93,7 @@
private String description;
/**
- * If true, this will be a build label. If false, it will be a build
+ * If true, this will be a build label. If false, it will be a non-build
* label. The default is false. Has no effect if revision label is
* true.
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]