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 2005/01/26 17:45:30 UTC

cvs commit: jakarta-cactus/integration/ant/src/confs/share/resin3x resin.conf

vmassol     2005/01/26 08:45:30

  Modified:    documentation/docs/xdocs changes.xml
               integration/ant/src/confs/share/resin3x resin.conf
  Log:
  Added support for Resin 3.0.9 and above.
  
  Revision  Changes    Path
  1.206     +3 -0      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.205
  retrieving revision 1.206
  diff -u -r1.205 -r1.206
  --- changes.xml	26 Jan 2005 15:08:25 -0000	1.205
  +++ changes.xml	26 Jan 2005 16:45:29 -0000	1.206
  @@ -92,6 +92,9 @@
   
         <release version="1.7dev" date="in CVS">
           <action dev="VMA" type="update">
  +          Added support for Resin 3.0.9 and above.
  +        </action>
  +        <action dev="VMA" type="update">
             Upgraded following dependencies: Commons BeanUtils to 1.7.0, Commons
             Collections to 3.1, Commons HttpClient to 2.0.2 and Commons Logging
             to 1.0.4.
  
  
  
  1.4       +4 -2      jakarta-cactus/integration/ant/src/confs/share/resin3x/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/ant/src/confs/share/resin3x/resin.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resin.conf	23 Jul 2004 09:56:29 -0000	1.3
  +++ resin.conf	26 Jan 2005 16:45:30 -0000	1.4
  @@ -91,9 +91,11 @@
       <ignore-client-disconnect>true</ignore-client-disconnect>
   
       <!--
  -       - Enables the cache
  +       - Enables the cache (available in Resin Professional) 
         -->
  -    <cache path="cache" memory-size="10M"/>
  +    <resin:if test="${isResinProfessional}">
  +      <cache path="cache" memory-size="10M"/>
  +    </resin:if>
   
       <!--
          - Sets timeout values for cacheable pages, e.g. static pages.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org