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 2001/12/22 13:34:34 UTC

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

donaldp     01/12/22 04:34:34

  Modified:    proposal/myrmidon/src/java/org/apache/myrmidon
                        Constants.java
  Log:
  Restyled.
  
  Revision  Changes    Path
  1.6       +4 -4      jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java
  
  Index: Constants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/Constants.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Constants.java	2001/11/19 12:37:24	1.5
  +++ Constants.java	2001/12/22 12:34:34	1.6
  @@ -9,14 +9,14 @@
   
   /**
    * Abstract interface to hold constants.
  - * 
  + *
    * @author <a href="mailto:peter@apache.org">Peter Donald</a>
    */
   public interface Constants
   {
       //Constants to indicate the build of Myrmidon
  -    String  BUILD_DATE         = "@@DATE@@";
  -    String  BUILD_VERSION      = "@@VERSION@@";
  +    String BUILD_DATE = "@@DATE@@";
  +    String BUILD_VERSION = "@@VERSION@@";
   
  -    String  BUILD_DESCRIPTION  = "Myrmidon " + BUILD_VERSION + " compiled on " + BUILD_DATE;
  +    String BUILD_DESCRIPTION = "Myrmidon " + BUILD_VERSION + " compiled on " + BUILD_DATE;
   }
  
  
  

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