vmassol     01/06/17 06:33:29

  Modified:    cactus/conf/sample/build/servlet22 build.properties.sample
               cactus/conf/sample/build/servlet23 build.properties.sample
  Log:
  added support for Resin 2.0 + added logging using log4j
  
  Revision  Changes    Path
  1.3       +3 -1      
jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet22/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   2001/04/14 18:28:20     1.2
  +++ build.properties.sample   2001/06/17 13:33:28     1.3
  @@ -5,7 +5,8 @@
   servlet.jar = f:/applis/apache-dev/jakarta-servletapi/lib/servlet.jar
   cactus.jar = ../lib/commons-cactus.jar
   cactus.ant.jar = ../lib/commons-cactus-ant.jar
  -junit.jar=f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
  +junit.jar = f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
  +log4j.jar = ../lib/log4j-core.jar
   
   # Servlet engine locations for the tests
   
  @@ -13,6 +14,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on the Resin 1.2, comment the "resin.home.12" property.
   
  +resin.home.20 = f:/applis/resin-2.0.0
   resin.home.12 = f:/applis/resin-1.2.5
   tomcat.home.32 = f:/applis/jakarta-tomcat-3.2.1
   orion.home.14 = f:/applis/orion-1.4.5
  
  
  
  1.3       +3 -1      
jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/build/servlet23/build.properties.sample,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.properties.sample   2001/04/20 00:14:01     1.2
  +++ build.properties.sample   2001/06/17 13:33:28     1.3
  @@ -5,7 +5,8 @@
   servlet.jar = f:/applis/apache-dev/jakarta-servletapi/lib/servlet.jar
   cactus.jar = ../lib/commons-cactus.jar
   cactus.ant.jar = ../lib/commons-cactus-ant.jar
  -junit.jar=f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
  +junit.jar = f:/applis/jakarta-ant-1.4alpha/lib/junit.jar
  +log4j.jar = ../lib/log4j-core.jar
   
   # Servlet engine locations for the tests
   
  @@ -13,5 +14,6 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on the Resin 1.3, comment the "resin.home.13" property.
   
  +resin.home.20 = f:/applis/resin-2.0.0
   resin.home.13 = f:/applis/resin-1.3.s010125
   tomcat.home.40 = f:/applis/jakarta-tomcat-4.0-b1
  
  
  

Reply via email to