Author: bruno
Date: Mon Nov 22 05:34:54 2004
New Revision: 106180

Modified:
   cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf
Log:
sync from trunk:
Adding flow-attr as alias for flow-attribute input module.
Was previously there too. Leave flow-attribute for backwards
compatibility.


Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf
Url: 
http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf?view=diff&rev=106180&p1=cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf&r1=106179&p2=cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf&r2=106180
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf        
(original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/WEB-INF/cocoon.xconf        Mon Nov 
22 05:34:54 2004
@@ -176,6 +176,7 @@
       <file src="resource://org/apache/cocoon/cocoon.properties" />
     </component-instance>
     <component-instance logger="core.modules.input" name="flow-attribute"     
class="org.apache.cocoon.components.modules.input.FlowAttributeModule"/>
+    <component-instance logger="core.modules.input" name="flow-attr"          
class="org.apache.cocoon.components.modules.input.FlowAttributeModule"/>
     <component-instance logger="core.modules.input" name="flow-continuation"  
class="org.apache.cocoon.components.modules.input.FlowContinuationModule"/>
 
     <component-instance logger="core.modules.input" name="xmlmeta"      
class="org.apache.cocoon.components.modules.input.XMLMetaModule"/>

Reply via email to