You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2004/01/12 18:16:46 UTC

cvs commit: cocoon-2.1/src/blocks/slide/samples sitemap.xmap

unico       2004/01/12 09:16:46

  Modified:    src/blocks/slide/samples sitemap.xmap
  Log:
  comment event caching
  
  Revision  Changes    Path
  1.18      +3 -1      cocoon-2.1/src/blocks/slide/samples/sitemap.xmap
  
  Index: sitemap.xmap
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/samples/sitemap.xmap,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- sitemap.xmap	12 Jan 2004 17:15:59 -0000	1.17
  +++ sitemap.xmap	12 Jan 2004 17:16:46 -0000	1.18
  @@ -19,13 +19,15 @@
       <map:serializers default="html"/>
       <map:matchers default="wildcard"/>
       <map:selectors default="browser"/>
  -  
  +    
  +    <!--
       <map:pipes default="noncaching">
         <map:pipe name="event-caching" 
                   src="org.apache.cocoon.components.pipeline.impl.CachingProcessingPipeline">
           <parameter name="cache-role" value="org.apache.cocoon.caching.Cache/EventAware"/>
         </map:pipe>
       </map:pipes>
  +    -->
     </map:components>
   
   <!-- ========================== Flowscript ================================= -->