vmassol     2003/07/13 06:38:17

  Modified:    .        build.properties.sample
               framework build.properties.sample
               samples/jetty/src/script build.properties
               integration/ant build.properties.sample
               documentation/docs/xdocs changes.xml
  Log:
  Updated to use latest released log4j version (1.2.8)
  
  Revision  Changes    Path
  1.73      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- build.properties.sample   13 Jul 2003 13:12:06 -0000      1.72
  +++ build.properties.sample   13 Jul 2003 13:38:16 -0000      1.73
  @@ -34,7 +34,7 @@
   commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.3.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
  
  
  
  1.27      +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.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- build.properties.sample   13 Jul 2003 13:12:06 -0000      1.26
  +++ build.properties.sample   13 Jul 2003 13:38:16 -0000      1.27
  @@ -31,7 +31,7 @@
   commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.3.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
  
  
  
  1.3       +2 -2      jakarta-cactus/samples/jetty/src/script/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/jetty/src/script/build.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties  8 Jul 2003 21:26:15 -0000       1.2
  +++ build.properties  13 Jul 2003 13:38:17 -0000      1.3
  @@ -47,7 +47,7 @@
   # Optional properties
   # -----------------------------------------------------------------------------
   
  -# The location of the log4j jar (optional). Only needed if you want Cactus to
# generate logs
log4j.jar = ../../lib/log4j-1.2.7.jar
  +# The location of the log4j jar (optional). Only needed if you want Cactus to
# generate logs
log4j.jar = ../../lib/log4j-1.2.8.jar
   
   # The port to use for starting the servers during unit testing. If not
   # sepcified, it defaults to port 8080.
  
  
  
  1.15      +1 -1      jakarta-cactus/integration/ant/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/build.properties.sample,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- build.properties.sample   13 Jul 2003 13:12:06 -0000      1.14
  +++ build.properties.sample   13 Jul 2003 13:38:17 -0000      1.15
  @@ -31,7 +31,7 @@
   commons.logging.jar = ${lib.repo}/commons-logging/jars/commons-logging-1.0.3.jar
   
   # The location of the log4j jar
  -log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.7.jar
  +log4j.jar = ${lib.repo}/log4j/jars/log4j-1.2.8.jar
   
   # The location of the Commons Httpclient jar
   commons.httpclient.jar = 
${lib.repo}/commons-httpclient/jars/commons-httpclient-2.0-alpha3.jar
  
  
  
  1.115     +7 -7      jakarta-cactus/documentation/docs/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/changes.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- changes.xml       13 Jul 2003 13:12:06 -0000      1.114
  +++ changes.xml       13 Jul 2003 13:38:17 -0000      1.115
  @@ -78,6 +78,13 @@
   -->
        
         <release version="1.5" date="- in CVS">
  +        <action dev="VMA" type="update">
  +          Update of jars bundled in the Cactus distribution: Commons Logging
  +          1.0.3, Log4j 1.2.8, HttpClient 2.0alpha3, HttpUnit 1.5 and 
  +          JUnit 3.8.1. In addition the requirements for the jars needed to 
  +          build Cactus were also updated: Checkstyle 3.1 (and the dependent
  +          jars: BeanUtils 1.6.1, Collections 2.1, Regexp 1.2 and Antlr 2.7.2).
  +        </action>
           <action dev="VMA" type="add">
             Added a <a href="site:resources_books">Cactus books</a> section
             for books covering the Cactus framework.
  @@ -157,13 +164,6 @@
             that takes a String parameter (a default constructor is good enough).
             Obviously, this feature works only with JUnit 3.8.1 (but Cactus
             continues to support JUnit 3.7).
  -        </action>
  -        <action dev="CML" type="update">
  -          Update of jars bundled in the Cactus distribution: Commons Logging
  -          1.0.3, Log4j 1.2.7, HttpClient 2.0alpha3, HttpUnit 1.5 and 
  -          JUnit 3.8.1. In addition the requirements for the jars needed to 
  -          build Cactus were also updated: Checkstyle 3.1 (and the dependent
  -          jars: BeanUtils 1.6.1, Collections 2.1, Regexp 1.2 and Antlr 2.7.2).
           </action>
           <action dev="VMA" type="add">
             Added ability to add any additional HTTP parameters to the request 
  
  
  

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

Reply via email to