You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ch...@apache.org on 2001/09/25 12:44:11 UTC

cvs commit: jakarta-james/src/java/org/apache/james James.java

charlesb    01/09/25 03:44:11

  Modified:    .        build.xml
               src/java/org/apache/james James.java
  Log:
  Set version for upcoming release
  
  Revision  Changes    Path
  1.79      +2 -2      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- build.xml	2001/09/25 04:51:18	1.78
  +++ build.xml	2001/09/25 10:44:11	1.79
  @@ -7,7 +7,7 @@
   Authors:
    Federico Barbieri <sc...@systemy.it>
    Serge
  - Charles Benett (charles@benet1.demon.co.uk>
  + Charles Benett <ch...@apache.org>
    Peter Donald <do...@apache.org>
    Harmeet Bedi <ha...@kodemuse.com>
   
  @@ -28,7 +28,7 @@
   
     <property name="name" value="james"/>
     <property name="Name" value="James"/>
  -  <property name="version" value="1.3-dev"/>
  +  <property name="version" value="2.0a1-dev"/>
     <property name="year" value="1999-2001"/>
   
     <!-- There should be no need to override default compiler but need to change
  
  
  
  1.9       +4 -4      jakarta-james/src/java/org/apache/james/James.java
  
  Index: James.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/James.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- James.java	2001/09/06 13:19:32	1.8
  +++ James.java	2001/09/25 10:44:11	1.9
  @@ -52,15 +52,15 @@
    * @author Serge
    * @author <a href="mailto:charles@benett1.demon.co.uk">Charles Benett</a>
    *
  - * This is $Revision: 1.8 $
  - * Committed on $Date: 2001/09/06 13:19:32 $ by: $Author: donaldp $
  + * This is $Revision: 1.9 $
  + * Committed on $Date: 2001/09/25 10:44:11 $ by: $Author: charlesb $
    */
   public class James
       extends AbstractLoggable
       implements Block, Contextualizable, Composable, Configurable,
                  Initializable, MailServer, MailetContext {
   
  -    public final static String VERSION = "jakarta-james 1.3-dev";
  +    private final static String VERSION = Constants.SOFTWARE_NAME + " " + Constants.SOFTWARE_VERSION;
       private final static boolean DEEP_DEBUG = true;
   
       private DefaultComponentManager compMgr; //Components shared
  @@ -264,7 +264,7 @@
           // an attribute
           attributes.put(Constants.AVALON_COMPONENT_MANAGER, compMgr);
   
  -        System.out.println("James "+VERSION);
  +        System.out.println(VERSION);
           getLogger().info("JAMES ...init end");
       }
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org