Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 77513 invoked from network); 2 Oct 2003 10:14:26 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 2 Oct 2003 10:14:26 -0000 Received: (qmail 11341 invoked by uid 500); 2 Oct 2003 10:13:58 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 11203 invoked by uid 500); 2 Oct 2003 10:13:57 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 11190 invoked by uid 500); 2 Oct 2003 10:13:57 -0000 Received: (qmail 11187 invoked from network); 2 Oct 2003 10:13:56 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 2 Oct 2003 10:13:56 -0000 Received: (qmail 77464 invoked by uid 1146); 2 Oct 2003 10:14:23 -0000 Date: 2 Oct 2003 10:14:23 -0000 Message-ID: <20031002101423.77463.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam StarTeamLabel.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@ yes + description + A description of the label to be stored in the StarTeam project. + yes + + revisionlabel 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" no @@ -581,11 +586,6 @@ lastbuild The timestamp of the build that will be stored with the label. Must be formatted yyyyMMddHHmmss - no - - - description - A description of the label to be stored in the StarTeam project. no 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: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org