[EMAIL PROTECTED] wrote:
> jfclere     02/05/29 03:44:02
> 
>   Modified:    .        build.xml build.properties.sample
>   Log:
>   Commons has been released ;-)

Of course I meant commons-pool (See 
http://jakarta.apache.org/commons/pool/downloads.html).

>   
>   Revision  Changes    Path
>   1.70      +3 -10     jakarta-tomcat-4.0/build.xml
>   
>   Index: build.xml
>   ===================================================================
>   RCS file: /home/cvs/jakarta-tomcat-4.0/build.xml,v
>   retrieving revision 1.69
>   retrieving revision 1.70
>   diff -u -r1.69 -r1.70
>   --- build.xml       23 May 2002 20:35:59 -0000      1.69
>   +++ build.xml       29 May 2002 10:44:02 -0000      1.70
>   @@ -485,18 +485,11 @@
>          <param name="subdir" value="${commons-daemon.home}"/>
>          <param name="destfile" value="${commons-daemon.jar}"/>
>        </antcall>
>   -    <antcall target="cvsbuild">
>   -      <!-- Pool uses name to build the jar file -->
>   -      <param name="name" value="commons-pool"/>
>   -      <param name="location" value="${commons-pool.loc}"/>
>   -      <param name="subdir" value="${commons-pool.home}"/>
>   +    <!-- Pool 1.0 -->
>   +    <antcall target="downloadgz">
>   +      <param name="sourcefile" value="${commons-pool.loc}"/>
>          <param name="destfile" value="${commons-pool.jar}"/>
>        </antcall>
>   -    <!-- Pool does not put commons-pool.jar in ${commons-pool.home} -->
>   -    <copy
>   -      file="${commons-pool.home}/dist/commons-pool.jar"
>   -      tofile="${commons-pool.jar}"
>   -    />
>    
>        <!-- commons-dbcp needs pool and ../LICENSE -->
>        <!-- That is ugly XXX needs a review -->
>   
>   
>   
>   1.41      +2 -2      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.40
>   retrieving revision 1.41
>   diff -u -r1.40 -r1.41
>   --- build.properties.sample 27 May 2002 10:01:12 -0000      1.40
>   +++ build.properties.sample 29 May 2002 10:44:02 -0000      1.41
>   @@ -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.40 2002/05/27 10:01:12 jfclere Exp $
>   +# $Id: build.properties.sample,v 1.41 2002/05/29 10:44:02 jfclere Exp $
>    # -----------------------------------------------------------------------------
>    
>    
>   @@ -159,7 +159,7 @@
>    commons-pool.home=${base.path}/commons-pool-1.0
>    commons-pool.lib=${commons-pool.home}
>    commons-pool.jar=${commons-pool.lib}/commons-pool.jar
>   -commons-pool.loc=jakarta-commons/pool
>   
>+commons-pool.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-pool/v1.0/commons-pool-1.0.tar.gz
>    
>    
>    # ----- JavaService, version 1.2.0 or later -----
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 
> 




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

Reply via email to