svn commit: r618822 - /lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf
[email protected] Tue, 05 Feb 2008 23:28:36 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
Author: andreas
Date: Tue Feb 5 15:28:26 2008
New Revision: 618822
URL: http://svn.apache.org/viewvc?rev=618822&view=rev
Log:
Update fallback module configuration
Modified:
lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf
Modified: lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf?rev=618822&r1=618821&r2=618822&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf (original)
+++ lenya/trunk/src/webapp/lenya/config/cocoon-xconf/input-modules/fallback.xconf Tue Feb 5 15:28:26 2008
@@ -23,7 +23,7 @@
<xconf xpath="/cocoon/input-modules" unless="/cocoon/input-modules/component-instance[@name = 'fallback']">
<component-instance logger="core.modules.input.fallback" name="fallback"
- class="org.apache.lenya.cms.cocoon.components.modules.input.PublicationTemplateFallbackModule">
- <directory src="context:///lenya"/>
+ class="org.apache.lenya.cms.cocoon.components.modules.input.FallbackModule">
+ <parameter name="protocol" value="fallback"/>
</component-instance>
</xconf>