vmassol     2004/02/29 12:25:07

  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 3.0.5 to 3.0.6
  
  Revision  Changes    Path
  1.102     +2 -2      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.101
  retrieving revision 1.102
  diff -u -r1.101 -r1.102
  --- build.properties.sample   29 Feb 2004 20:15:33 -0000      1.101
  +++ build.properties.sample   29 Feb 2004 20:25:07 -0000      1.102
  @@ -195,7 +195,7 @@
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.12
  -#cactus.home.resin3x = c:/Apps/resin-3.0.5
  +#cactus.home.resin3x = c:/Apps/resin-3.0.6
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.19
  
  
  
  1.11      +2 -2      jakarta-cactus/build.properties.vmassol
  
  Index: build.properties.vmassol
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.vmassol,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- build.properties.vmassol  29 Feb 2004 20:15:33 -0000      1.10
  +++ build.properties.vmassol  29 Feb 2004 20:25:07 -0000      1.11
  @@ -163,7 +163,7 @@
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
   cactus.home.resin2x = c:/Apps/resin-2.1.12
  -#cactus.home.resin3x = c:/Apps/resin-3.0.5
  +#cactus.home.resin3x = c:/Apps/resin-3.0.6
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.19
  
  
  
  1.21      +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.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- build.properties  29 Feb 2004 20:15:33 -0000      1.20
  +++ build.properties  29 Feb 2004 20:25:07 -0000      1.21
  @@ -34,7 +34,7 @@
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.12
  -#cactus.home.resin3x = c:/Apps/resin-3.0.5
  +#cactus.home.resin3x = c:/Apps/resin-3.0.6
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.19
  
  
  
  1.4       +1 -0      
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.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- build.properties.sample   29 Feb 2004 20:15:33 -0000      1.3
  +++ build.properties.sample   29 Feb 2004 20:25:07 -0000      1.4
  @@ -11,6 +11,7 @@
   

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

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

  +cactus.home.resin3x = C:/Apps/resin-3.0.6

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

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

   

  
  
  
  1.20      +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.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- build.properties  29 Feb 2004 20:15:33 -0000      1.19
  +++ build.properties  29 Feb 2004 20:25:07 -0000      1.20
  @@ -40,7 +40,7 @@
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.12
  -#cactus.home.resin3x = c:/Apps/resin-3.0.5
  +#cactus.home.resin3x = c:/Apps/resin-3.0.6
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.19
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
  
  
  
  1.25      +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.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- build.properties.sample   29 Feb 2004 20:15:33 -0000      1.24
  +++ build.properties.sample   29 Feb 2004 20:25:07 -0000      1.25
  @@ -53,7 +53,7 @@
   #       tests on Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.12
  -#cactus.home.resin3x = c:/Apps/resin-3.0.5
  +#cactus.home.resin3x = c:/Apps/resin-3.0.6
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
   #cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.30
   #cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.19
  
  
  

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

Reply via email to