yoavs       2004/06/15 11:42:06

  Modified:    .        RELEASE-NOTES build.properties.default
  Log:
  Updated commons-collections dependency to 2.1.1, updated release notes to more 
accurately describe common library versions.
  
  Revision  Changes    Path
  1.18      +6 -6      jakarta-tomcat-5/RELEASE-NOTES
  
  Index: RELEASE-NOTES
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/RELEASE-NOTES,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- RELEASE-NOTES     28 May 2004 15:57:44 -0000      1.17
  +++ RELEASE-NOTES     15 Jun 2004 18:42:06 -0000      1.18
  @@ -53,12 +53,12 @@
   
   A standard installation of Tomcat 5 makes all of the following APIs available
   for use by web applications (by placing them in "common/lib" or "shared/lib"):
  -* ant.jar (Apache Ant 1.6)
  -* commons-collections.jar (Commons Collections 2.1)
  -* commons-dbcp.jar (Commons DBCP 1.1)
  +* ant.jar (Apache Ant 1.6 or later)
  +* commons-collections*.jar (Commons Collections 2.1 or later)
  +* commons-dbcp.jar (Commons DBCP 1.1 or later)
   * commons-el.jar (Commons Expression Language 1.0)
  -* commons-logging-api.jar (Commons Logging API 1.0.3)
  -* commons-pool.jar (Commons Pool 1.1)
  +* commons-logging-api.jar (Commons Logging API 1.0.3 or later)
  +* commons-pool.jar (Commons Pool 1.1 or later)
   * jasper-compiler.jar (Jasper 2 Compiler)
   * jasper-runtime.jar (Jasper 2 Runtime)
   * jsp-api.jar (JSP 2.0 API)
  
  
  
  1.127     +4 -4      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- build.properties.default  15 Jun 2004 18:14:39 -0000      1.126
  +++ build.properties.default  15 Jun 2004 18:42:06 -0000      1.127
  @@ -61,10 +61,10 @@
   
   
   # ----- Commons Collections, version 2.0 or later -----
  -commons-collections.home=${base.path}/commons-collections-2.1
  +commons-collections.home=${base.path}/commons-collections-2.1.1
   commons-collections.lib=${commons-collections.home}
  -commons-collections.jar=${commons-collections.lib}/commons-collections.jar
  
-commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/collections-2.1.tar.gz
  +commons-collections.jar=${commons-collections.lib}/commons-collections-2.1.1.jar
  
+commons-collections.loc=${base-jakarta.loc}/commons/collections/binaries/commons-collections-2.1.1.tar.gz
   
   
   # ----- Commons Launcher, version 0.9 or later -----
  
  
  

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

Reply via email to