noel        2004/06/14 13:50:14

  Modified:    .        build.xml include.properties
  Added:       lib      commons-dbcp-1.2.1.jar commons-pool-1.2.jar
  Log:
  Use release versions of Commons Pool and DBCP
  
  Revision  Changes    Path
  1.146     +16 -4     james-server/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/james-server/build.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- build.xml 17 Apr 2004 13:29:24 -0000      1.145
  +++ build.xml 14 Jun 2004 20:50:11 -0000      1.146
  @@ -11,8 +11,20 @@
    James Project <[EMAIL PROTECTED]>
   
   Legal:
  -  Copyright (c) 1999-2003 The Apache Software Foundation. All Rights Reserved.
  +  Copyright (c) 1999-2004 The Apache Software Foundation.
  +  All rights reserved.
   
  +  Licensed under the Apache License, Version 2.0 (the "License"); you
  +  may not use this file except in compliance with the License. You
  +  may obtain a copy of the License at:
  +
  +       http://www.apache.org/licenses/LICENSE-2.0
  +
  +   Unless required by applicable law or agreed to in writing, software
  +   distributed under the License is distributed on an "AS IS" BASIS,
  +   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
  +   implied.  See the License for the specific language governing
  +   permissions and limitations under the License.
   
   ==============================================================================
    -->
  @@ -482,8 +494,8 @@
             <include name="activation.jar"/>
             <include name="mail-1.3.1.jar"/>
             <include name="commons-net-1.0.0-dev.jar"/>
  -          <include name="commons-dbcp-1.1.jar"/>
  -          <include name="commons-pool-1.1.jar"/>
  +          <include name="commons-dbcp-1.2.1.jar"/>
  +          <include name="commons-pool-1.2.jar"/>
           </lib>
           <lib dir="lib/candidates">
             <include name="excalibur-thread-1.1.1.jar"/>
  
  
  
  1.12      +2 -2      james-server/include.properties
  
  Index: include.properties
  ===================================================================
  RCS file: /home/cvs/james-server/include.properties,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- include.properties        21 Oct 2003 01:49:58 -0000      1.11
  +++ include.properties        14 Jun 2004 20:50:11 -0000      1.12
  @@ -64,8 +64,8 @@
   
   # ----- Commons -----
   commons-net.jar=${lib.dir}/commons-net-1.0.0-dev.jar
  -commons-dbcp.jar=${lib.dir}/commons-dbcp-1.1.jar
  -commons-pool.jar=${lib.dir}/commons-pool-1.1.jar
  +commons-dbcp.jar=${lib.dir}/commons-dbcp-1.2.1.jar
  +commons-pool.jar=${lib.dir}/commons-pool-1.2.jar
   commons-collections.jar=${candidates.dir}/commons-collections-2.1.jar
   
   # ----- Jakarta ORO -----
  
  
  
  1.2       +465 -0    james-server/lib/commons-dbcp-1.2.1.jar
  
        <<Binary file>>
  
  
  1.2       +166 -0    james-server/lib/commons-pool-1.2.jar
  
        <<Binary file>>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to