Browse Source

Make docs match the code, PR 20576

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275342 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
0621db78de
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      docs/manual/OptionalTasks/starteam.html
  2. +1
    -1
      src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java

+ 2
- 2
docs/manual/OptionalTasks/starteam.html View File

@@ -571,10 +571,10 @@ See also <A href="#common-params">the required common StarTeam parameters</A>.<b
</tr>
<tr>
<td valign="top">buildlabel</td>
<td valign="top">Yes (default) means that the label attribute is to be saved as a &quot;build label&quot;.
<td valign="top">Yes means that the label attribute is to be saved as a &quot;build label&quot;.
This means that Change Requests which have an &quot;AddressedIn&quot; field value of &quot;next build&quot;
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>



+ 1
- 1
src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java View File

@@ -93,7 +93,7 @@ public class StarTeamLabel extends StarTeamTask {
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.
*/


Loading…
Cancel
Save