diff --git a/docs/manual/OptionalTasks/starteam.html b/docs/manual/OptionalTasks/starteam.html index 64de0f548..91d5d513e 100644 --- a/docs/manual/OptionalTasks/starteam.html +++ b/docs/manual/OptionalTasks/starteam.html @@ -571,10 +571,10 @@ See also the required common StarTeam parameters. buildlabel - Yes (default) means that the label attribute is to be saved as a "build label". + 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 revisionlabel is also true. + No (default) means that no CRs will have this label assigned to them. This will have no effect if revisionlabel is also true. no diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java b/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java index 1e91d42f9..b78b6467d 100644 --- a/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java +++ b/src/main/org/apache/tools/ant/taskdefs/optional/starteam/StarTeamLabel.java @@ -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. */