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="[EMAIL 
PROTECTED]'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>
  
  
  

Reply via email to