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/10/04 10:43:48 UTC

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

jfclere     2002/10/04 01:43:48

  Modified:    .        build.properties.sample
  Log:
  Update to the laster commons-logging (the older gives problems with log4j).
  
  Revision  Changes    Path
  1.51      +3 -3      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.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- build.properties.sample	4 Sep 2002 13:38:50 -0000	1.50
  +++ build.properties.sample	4 Oct 2002 08:43:48 -0000	1.51
  @@ -78,11 +78,11 @@
   
   
   # ----- Commons Logging, version 1.0.1 or later -----
  -commons-logging.home=${base.path}/commons-logging-1.0.1
  +commons-logging.home=${base.path}/commons-logging-1.0.2
   commons-logging.lib=${commons-logging.home}
   commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
   commons-logging.jar=${commons-logging.lib}/commons-logging.jar
  -commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
  +commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/commons-logging-1.0.2.tar.gz
   
   
   # ----- Java Naming and Directory Interface (JNDI), version 1.2 or later -----
  
  
  

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


Re: cvs commit: jakarta-tomcat-4.0 build.properties.sample

Posted by jean-frederic clere <jf...@fujitsu-siemens.com>.
Hi,

Well the downlaod task needs a little more.
I would like to test *.loc:
if starting with http then use a download task.
if not use a cvs + build task.

Any comments?

Cheers

Jean-frederic


jfclere@apache.org wrote:
> jfclere     2002/10/04 01:43:48
> 
>   Modified:    .        build.properties.sample
>   Log:
>   Update to the laster commons-logging (the older gives problems with log4j).
>   
>   Revision  Changes    Path
>   1.51      +3 -3      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.50
>   retrieving revision 1.51
>   diff -u -r1.50 -r1.51
>   --- build.properties.sample	4 Sep 2002 13:38:50 -0000	1.50
>   +++ build.properties.sample	4 Oct 2002 08:43:48 -0000	1.51
>   @@ -78,11 +78,11 @@
>    
>    
>    # ----- Commons Logging, version 1.0.1 or later -----
>   -commons-logging.home=${base.path}/commons-logging-1.0.1
>   +commons-logging.home=${base.path}/commons-logging-1.0.2
>    commons-logging.lib=${commons-logging.home}
>    commons-logging-api.jar=${commons-logging.lib}/commons-logging-api.jar
>    commons-logging.jar=${commons-logging.lib}/commons-logging.jar
>   -commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/commons-logging-1.0.1.tar.gz
>   +commons-logging.loc=http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/commons-logging-1.0.2.tar.gz
>    
>    
>    # ----- Java Naming and Directory Interface (JNDI), version 1.2 or later -----
>   
>   
>   
> 
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>
> 
> 




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