From 0621db78dea9d7a24bdba50466384d7c9627233a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 25 Sep 2003 09:26:40 +0000 Subject: [PATCH] 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 --- docs/manual/OptionalTasks/starteam.html | 4 ++-- .../tools/ant/taskdefs/optional/starteam/StarTeamLabel.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. */