vmassol     2004/02/29 11:58:44

  Modified:    .        build.properties.sample build.properties.vmassol
               samples/servlet/src/scripts/j2ee12 build.properties
               integration/maven/samples/servlet build.properties.sample
               samples/servlet/src/scripts/j2ee13 build.properties
               samples/servlet build.properties.sample
  Log:
  upgrade resin 2.x to 2.1.12
  
  Revision  Changes    Path
  1.99      +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.98
  retrieving revision 1.99
  diff -u -r1.98 -r1.99
  --- build.properties.sample   29 Feb 2004 16:37:34 -0000      1.98
  +++ build.properties.sample   29 Feb 2004 19:58:44 -0000      1.99
  @@ -194,7 +194,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
  -#cactus.home.resin2x = c:/Apps/resin-2.1.11
  +#cactus.home.resin2x = c:/Apps/resin-2.1.12
   #cactus.home.resin3x = c:/Apps/resin-3.0.5
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  
  
  
  1.8       +2 -2      jakarta-cactus/build.properties.vmassol
  
  Index: build.properties.vmassol
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.vmassol,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- build.properties.vmassol  27 Feb 2004 12:34:06 -0000      1.7
  +++ build.properties.vmassol  29 Feb 2004 19:58:44 -0000      1.8
  @@ -162,7 +162,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
  -cactus.home.resin2x = c:/Apps/resin-2.1.11
  +cactus.home.resin2x = c:/Apps/resin-2.1.12
   #cactus.home.resin3x = c:/Apps/resin-3.0.5
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  
  
  
  1.18      +2 -2      
jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- build.properties  18 Jan 2004 11:03:05 -0000      1.17
  +++ build.properties  29 Feb 2004 19:58:44 -0000      1.18
  @@ -33,7 +33,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
  -#cactus.home.resin2x = c:/Apps/resin-2.1.11
  +#cactus.home.resin2x = c:/Apps/resin-2.1.12
   #cactus.home.resin3x = c:/Apps/resin-3.0.5
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  
  
  
  1.2       +1 -1      
jakarta-cactus/integration/maven/samples/servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/integration/maven/samples/servlet/build.properties.sample,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.properties.sample   20 Dec 2003 12:06:55 -0000      1.1
  +++ build.properties.sample   29 Feb 2004 19:58:44 -0000      1.2
  @@ -10,7 +10,7 @@
   # Paths to containers on which you wish to run the Cactus tests

   

   cactus.home.tomcat4x = C:/Apps/jakarta-tomcat-4.1.29

  -cactus.home.resin2x = C:/Apps/resin-2.1.11

  +cactus.home.resin2x = C:/Apps/resin-2.1.12

   cactus.home.jboss3x = C:/Apps/jboss-3.2.1

   cactus.home.weblogic7x = C:/bea/weblogic700

   

  
  
  
  1.17      +2 -2      
jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.properties  18 Jan 2004 11:03:05 -0000      1.16
  +++ build.properties  29 Feb 2004 19:58:44 -0000      1.17
  @@ -39,7 +39,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
  -#cactus.home.resin2x = c:/Apps/resin-2.1.11
  +#cactus.home.resin2x = c:/Apps/resin-2.1.12
   #cactus.home.resin3x = c:/Apps/resin-3.0.5
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.14
  
  
  
  1.22      +2 -2      jakarta-cactus/samples/servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.properties.sample   18 Jan 2004 11:03:04 -0000      1.21
  +++ build.properties.sample   29 Feb 2004 19:58:44 -0000      1.22
  @@ -52,7 +52,7 @@
   #       comment it's home property. For example, if you don't want to run the
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
  -#cactus.home.resin2x = c:/Apps/resin-2.1.11
  +#cactus.home.resin2x = c:/Apps/resin-2.1.12
   #cactus.home.resin3x = c:/Apps/resin-3.0.5
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.29
  
  
  

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

Reply via email to