You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/12/10 06:27:39 UTC

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

crossley    2003/12/09 21:27:39

  Modified:    src/blocks/eventcache/conf eventregistry.xconf
  Log:
  Fix dos2unix issue.
  
  Revision  Changes    Path
  1.3       +9 -9      cocoon-2.1/src/blocks/eventcache/conf/eventregistry.xconf
  
  Index: eventregistry.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/eventcache/conf/eventregistry.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- eventregistry.xconf	16 Nov 2003 00:28:40 -0000	1.2
  +++ eventregistry.xconf	10 Dec 2003 05:27:39 -0000	1.3
  @@ -1,9 +1,9 @@
  -<?xml version="1.0"?>
  -
  -<xconf xpath="/cocoon" 
  -       unless="component[@class='org.apache.cocoon.caching.impl.DefaultEventRegistryImpl']">
  -
  -  <!-- The event registry which maps Cache events to Pipeline keys -->
  -  <component role="org.apache.cocoon.caching.EventRegistry"
  -             class="org.apache.cocoon.caching.impl.DefaultEventRegistryImpl"/>
  -</xconf>
  +<?xml version="1.0"?>
  +
  +<xconf xpath="/cocoon" 
  +       unless="component[@class='org.apache.cocoon.caching.impl.DefaultEventRegistryImpl']">
  +
  +  <!-- The event registry which maps Cache events to Pipeline keys -->
  +  <component role="org.apache.cocoon.caching.EventRegistry"
  +             class="org.apache.cocoon.caching.impl.DefaultEventRegistryImpl"/>
  +</xconf>