You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by do...@apache.org on 2002/05/28 08:09:11 UTC

cvs commit: jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon Constants.java

donaldp     02/05/27 23:09:11

  Modified:    container/src/java/org/apache/myrmidon Constants.java
  Log:
  Add another BUILD_BANNER constant
  
  Revision  Changes    Path
  1.9       +3 -2      jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/Constants.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- Constants.java	7 Feb 2002 13:02:40 -0000	1.8
  +++ Constants.java	28 May 2002 06:09:11 -0000	1.9
  @@ -11,7 +11,7 @@
    * Abstract interface to hold constants.
    *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
  - * @version $Revision: 1.8 $ $Date: 2002/02/07 13:02:40 $
  + * @version $Revision: 1.9 $ $Date: 2002/05/28 06:09:11 $
    */
   public interface Constants
   {
  @@ -19,5 +19,6 @@
       String BUILD_DATE = "@@DATE@@";
       String BUILD_VERSION = "@@VERSION@@";
   
  -    String BUILD_DESCRIPTION = "Myrmidon " + BUILD_VERSION + " compiled on " + BUILD_DATE;
  +    String BUILD_BANNER = "Myrmidon " + BUILD_VERSION;
  +    String BUILD_DESCRIPTION = BUILD_BANNER + " compiled on " + BUILD_DATE;
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>