You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2002/07/20 13:05:48 UTC

cvs commit: jakarta-cactus/sample-servlet/conf/sample/build/j2ee13 build.properties.sample

vmassol     2002/07/20 04:05:48

  Modified:    .        build.properties.sample
               framework build.properties.sample
               sample-servlet build.properties.sample
               sample-servlet/conf/sample/build/j2ee12
                        build.properties.sample
               sample-servlet/conf/sample/build/j2ee13
                        build.properties.sample
  Log:
  update to latest Log4j (1.2.5) - Cactus will deliver it as part of its distribution
  
  Revision  Changes    Path
  1.15      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.properties.sample	19 Jun 2002 22:02:52 -0000	1.14
  +++ build.properties.sample	20 Jul 2002 11:05:48 -0000	1.15
  @@ -32,7 +32,7 @@
   servlet.jar = ${lib.repo}/servletapi-2.3.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j-1.2.3.jar
  +log4j.jar = ${lib.repo}/log4j-1.2.5.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = ${lib.repo}/commons-httpclient-2.0alpha1-20020606.jar
  
  
  
  1.8       +2 -2      jakarta-cactus/framework/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.properties.sample,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.sample	9 Jun 2002 18:28:07 -0000	1.7
  +++ build.properties.sample	20 Jul 2002 11:05:48 -0000	1.8
  @@ -28,7 +28,7 @@
   j2ee.jar = ${lib.repo}/servletapi-2.3.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j-1.2.3.jar
  +log4j.jar = ${lib.repo}/log4j-1.2.5.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = ${lib.repo}/commons-httpclient-2.0alpha1-20020606.jar
  
  
  
  1.13      +2 -2      jakarta-cactus/sample-servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/build.properties.sample,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties.sample	19 Jun 2002 22:02:53 -0000	1.12
  +++ build.properties.sample	20 Jul 2002 11:05:48 -0000	1.13
  @@ -31,7 +31,7 @@
   aspectjrt.jar = ${lib.repo}/aspectjrt-1.0.4.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j-1.2.3.jar
  +log4j.jar = ${lib.repo}/log4j-1.2.5.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = ${lib.repo}/commons-httpclient-2.0alpha1-20020606.jar
  
  
  
  1.11      +2 -2      jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee12/build.properties.sample,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.sample	19 Jun 2002 22:02:53 -0000	1.10
  +++ build.properties.sample	20 Jul 2002 11:05:48 -0000	1.11
  @@ -30,7 +30,7 @@
   
   # The location of the log4j jar (optional). Only needed if you want Cactus to
   # generate logs
  -log4j.jar = ../lib/log4j-1.2.3.jar
  +log4j.jar = ../lib/log4j-1.2.5.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020606.jar
  
  
  
  1.9       +2 -2      jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/sample-servlet/conf/sample/build/j2ee13/build.properties.sample,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- build.properties.sample	19 Jun 2002 22:02:53 -0000	1.8
  +++ build.properties.sample	20 Jul 2002 11:05:48 -0000	1.9
  @@ -30,7 +30,7 @@
   
   # The location of the log4j jar (optional). Only needed if you want Cactus to
   # generate logs
  -log4j.jar = ../lib/log4j-1.2.3.jar
  +log4j.jar = ../lib/log4j-1.2.5.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = ../lib/commons-httpclient-2.0alpha1-20020606.jar
  
  
  

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