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 do...@apache.org on 2001/03/05 03:06:04 UTC

cvs commit: jakarta-james build.xml

donaldp     01/03/04 18:06:04

  Modified:    .        build.xml
  Log:
  Temporarily turned off deprecation so GUMP messages will be clearer.
  
  Revision  Changes    Path
  1.41      +3 -3      jakarta-james/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml	2001/02/18 10:26:15	1.40
  +++ build.xml	2001/03/05 02:06:03	1.41
  @@ -8,8 +8,8 @@
    Federico Barbieri <sc...@systemy.it>
    Serge
    Charles Benett (charles@benet1.demon.co.uk>
  + Peter Donald <do...@apache.org>
   
  -
   Legal:
     Copyright (c) 1999-2001 The Apache Software Foundation. All Rights Reserved.
   
  @@ -43,12 +43,12 @@
   
     <property name="name" value="james"/>
     <property name="version" value="1.2.2alpha"/>
  -  <property name="year" value="1999-2000"/>
  +  <property name="year" value="1999-2001"/>
   
     <property name="build.compiler" value="classic"/>
     <property name="debug" value="off"/>
     <property name="optimize" value="on"/>
  -  <property name="deprecation" value="on"/>
  +  <property name="deprecation" value="off"/>
   
     <!-- The properties in the init section should not normally be changed
   -->