You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ov...@apache.org on 2002/09/24 10:21:13 UTC

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor treeprocessor-builtins.xml

ovidiu      2002/09/24 01:21:13

  Modified:    src/java/org/apache/cocoon/components/treeprocessor
                        treeprocessor-builtins.xml
  Log:
  Modified to support the new syntax for defining and invoking flows.
  
  Revision  Changes    Path
  1.8       +7 -5      xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml
  
  Index: treeprocessor-builtins.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/treeprocessor/treeprocessor-builtins.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- treeprocessor-builtins.xml	13 Aug 2002 21:35:44 -0000	1.7
  +++ treeprocessor-builtins.xml	24 Sep 2002 08:21:13 -0000	1.8
  @@ -142,7 +142,7 @@
         
         <!-- Sitemap root node -->
         <node name="sitemap" builder="org.apache.cocoon.components.treeprocessor.sitemap.SitemapNodeBuilder">
  -        <allowed-children>components, views, action-sets, resources, pipelines</allowed-children>
  +        <allowed-children>components, views, action-sets, resources, pipelines, flow</allowed-children>
         </node>
       
         <node name="components" builder="org.apache.cocoon.components.treeprocessor.sitemap.ComponentsNodeBuilder"/>
  @@ -151,7 +151,11 @@
           <allowed-children>pipeline</allowed-children>
           <ignored-children>global-parameters, component-configurations</ignored-children>
         </node>
  -      
  +
  +      <node name="components" builder="org.apache.cocoon.components.treeprocessor.sitemap.ComponentsNodeBuilder"/>
  +
  +      <node name="flow" builder="org.apache.cocoon.components.treeprocessor.sitemap.FlowNodeBuilder"/>
  +
         <node name="views" builder="org.apache.cocoon.components.treeprocessor.CategoryNodeBuilder"/>
         
         <node name="view" builder="org.apache.cocoon.components.treeprocessor.sitemap.ViewNodeBuilder"/>
  @@ -159,7 +163,7 @@
         <node name="resources" builder="org.apache.cocoon.components.treeprocessor.CategoryNodeBuilder"/>
         
         <node name="resource" builder="org.apache.cocoon.components.treeprocessor.NamedContainerNodeBuilder"/>
  -      
  +
         <node name="action-sets" builder="org.apache.cocoon.components.treeprocessor.CategoryNodeBuilder"/>
         
         <node name="action-set" builder="org.apache.cocoon.components.treeprocessor.sitemap.ActionSetNodeBuilder"/>
  @@ -195,8 +199,6 @@
         <node name="serialize" builder="org.apache.cocoon.components.treeprocessor.sitemap.SerializeNodeBuilder"/>
   
         <node name="script" builder="org.apache.cocoon.components.treeprocessor.sitemap.ScriptNodeBuilder"/>
  -
  -      <node name="continue" builder="org.apache.cocoon.components.treeprocessor.sitemap.ContinueNodeBuilder"/>
   
         <node name="handle-errors" builder="org.apache.cocoon.components.treeprocessor.sitemap.HandleErrorsNodeBuilder"/>
   
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org