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

svn commit: rev 37377 - cocoon/trunk/src/blocks/scratchpad/conf

Author: vgritsenko
Date: Thu Sep  2 06:15:21 2004
New Revision: 37377

Modified:
   cocoon/trunk/src/blocks/scratchpad/conf/delay-refresher.xconf
Log:
sync


Modified: cocoon/trunk/src/blocks/scratchpad/conf/delay-refresher.xconf
==============================================================================
--- cocoon/trunk/src/blocks/scratchpad/conf/delay-refresher.xconf	(original)
+++ cocoon/trunk/src/blocks/scratchpad/conf/delay-refresher.xconf	Thu Sep  2 06:15:21 2004
@@ -15,7 +15,8 @@
   limitations under the License.
 -->
 
-<xconf xpath="/cocoon" unless="component[@role='org.apache.cocoon.components.source.impl.Refresher/Delay']">
+<xconf xpath="/cocoon"
+       unless="component[@role='org.apache.cocoon.components.source.impl.Refresher/Delay']">
 
   <!--+
       | A Refresher is a component that is used by the CachingSource protocol.
@@ -46,11 +47,12 @@
     -->
   </component>
   
-  <!-- This is the default CronJob for updating the Source files 
-       used by the DelayRefresher.
-  -->
+  <!--+
+      | This is the default CronJob for updating the Source files 
+      | used by the DelayRefresher.
+      +-->
   <component role="org.apache.cocoon.components.cron.CronJob/UpdateTarget"
              class="org.apache.cocoon.components.source.impl.UpdateTarget"
-             logger="core.refresher.update" />
+             logger="core.refresher.update"/>
   
 </xconf>