You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2003/09/25 11:26:40 UTC

cvs commit: ant/src/main/org/apache/tools/ant/taskdefs/optional/starteam StarTeamLabel.java

bodewig     2003/09/25 02:26:40

  Modified:    docs/manual/OptionalTasks starteam.html
               src/main/org/apache/tools/ant/taskdefs/optional/starteam
                        StarTeamLabel.java
  Log:
  Make docs match the code, PR 20576
  
  Revision  Changes    Path
  1.23      +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.23
  diff -u -r1.22 -r1.23
  --- starteam.html	16 Sep 2003 10:38:14 -0000	1.22
  +++ starteam.html	25 Sep 2003 09:26:40 -0000	1.23
  @@ -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 &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.17      +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.17
  diff -u -r1.16 -r1.17
  --- StarTeamLabel.java	9 Jul 2003 14:44:16 -0000	1.16
  +++ StarTeamLabel.java	25 Sep 2003 09:26:40 -0000	1.17
  @@ -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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org