You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2004/03/17 21:09:35 UTC

cvs commit: cocoon-2.1/src/blocks/eventcache/conf eventcache.xconf eventregistry.xconf

cziegeler    2004/03/17 12:09:35

  Modified:    src/blocks/eventcache/conf eventcache.xconf
  Removed:     src/blocks/eventcache/conf eventregistry.xconf
  Log:
  Reduce number of configuration files
  
  Revision  Changes    Path
  1.6       +5 -0      cocoon-2.1/src/blocks/eventcache/conf/eventcache.xconf
  
  Index: eventcache.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/eventcache/conf/eventcache.xconf,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- eventcache.xconf	6 Mar 2004 02:25:38 -0000	1.5
  +++ eventcache.xconf	17 Mar 2004 20:09:35 -0000	1.6
  @@ -18,4 +18,9 @@
   <xconf xpath="/cocoon" unless="component[@class='org.apache.cocoon.caching.impl.EventAwareCacheImpl']">
       <component role="org.apache.cocoon.caching.Cache/EventAware"
                  class="org.apache.cocoon.caching.impl.EventAwareCacheImpl"/>
  +    <!-- The event registry which maps Cache events to Pipeline keys -->
  +    <!--component role="org.apache.cocoon.caching.EventRegistry"
  +                  class="org.apache.cocoon.caching.impl.DefaultEventRegistryImpl"/-->
  +    <component role="org.apache.cocoon.caching.EventRegistry"
  +               class="org.apache.cocoon.caching.impl.StoreEventRegistryImpl"/>
   </xconf>