vgritsenko 2004/05/28 05:42:40
Modified: src/blocks/scratchpad/conf delay-refresher.xconf
Log:
Correct configuration of the delay refresher
Revision Changes Path
1.3 +2 -3
cocoon-2.1/src/blocks/scratchpad/conf/delay-refresher.xconf
Index: delay-refresher.xconf
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/scratchpad/conf/delay-refresher.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- delay-refresher.xconf 23 Mar 2004 16:28:54 -0000 1.2
+++ delay-refresher.xconf 28 May 2004 12:42:40 -0000 1.3
@@ -15,7 +15,7 @@
limitations under the License.
-->
-<xconf xpath="/cocoon"
unless="component[role='org.apache.cocoon.components.source.impl.Refresher/Delay']">
+<xconf xpath="/cocoon" unless="[EMAIL
PROTECTED]'org.apache.cocoon.components.source.impl.Refresher/Delay']">
<!--+
| A Refresher is a component that is used by the CachingSource
protocol.
@@ -51,7 +51,6 @@
-->
<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>