You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2002/05/27 12:01:13 UTC

cvs commit: jakarta-tomcat-4.0 BUILDING.txt build.properties.sample

jfclere     02/05/27 03:01:12

  Modified:    .        BUILDING.txt build.properties.sample
  Log:
  Update tyrex to 1.0.
  
  Revision  Changes    Path
  1.30      +2 -2      jakarta-tomcat-4.0/BUILDING.txt
  
  Index: BUILDING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/BUILDING.txt,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- BUILDING.txt	15 Apr 2002 09:42:03 -0000	1.29
  +++ BUILDING.txt	27 May 2002 10:01:12 -0000	1.30
  @@ -1,4 +1,4 @@
  -$Id: BUILDING.txt,v 1.29 2002/04/15 09:42:03 remm Exp $
  +$Id: BUILDING.txt,v 1.30 2002/05/27 10:01:12 jfclere Exp $
   
   
                  Building The Tomcat 4.0 Servlet/JSP Container
  @@ -355,7 +355,7 @@
   NOTE:  This step is only required if you wish to build the Tyrex connection
   pool implementation for JNDI-accessed data sources.
   
  -* Download the Tyrex JAR or release (version 0.9.7) from:
  +* Download the Tyrex JAR or release (version 1.0) from:
   
       http://tyrex.exolab.org/download.html
   
  
  
  
  1.40      +5 -5      jakarta-tomcat-4.0/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/build.properties.sample,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- build.properties.sample	8 May 2002 21:00:20 -0000	1.39
  +++ build.properties.sample	27 May 2002 10:01:12 -0000	1.40
  @@ -6,7 +6,7 @@
   # modules that Tomcat depends on.  Copy this file to "build.properties"
   # in the top-level source directory, and customize it as needed.
   #
  -# $Id: build.properties.sample,v 1.39 2002/05/08 21:00:20 jfclere Exp $
  +# $Id: build.properties.sample,v 1.40 2002/05/27 10:01:12 jfclere Exp $
   # -----------------------------------------------------------------------------
   
   
  @@ -219,10 +219,10 @@
   struts.loc=http://jakarta.apache.org/builds/jakarta-struts/release/v1.0.2/jakarta-struts-1.0.2.tar.gz
   
   
  -# ----- Tyrex Data Source, version 0.9.7 -----
  -tyrex.home=${base.path}/tyrex-0.9.7.0
  +# ----- Tyrex Data Source, version 1.0 -----
  +tyrex.home=${base.path}/tyrex-1.0
   tyrex.lib=${tyrex.home}
  -tyrex.jar=${tyrex.lib}/tyrex-0.9.7.0.jar
  -tyrex.loc=ftp://ftp.exolab.org/pub/tyrex/tyrex-0.9.7.0/tyrex-0.9.7.0.jar
  +tyrex.jar=${tyrex.lib}/tyrex-1.0.jar
  +tyrex.loc=ftp://ftp.exolab.org/pub/tyrex/tyrex-1.0/tyrex-1.0.jar
   
   
  
  
  

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