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

cvs commit: xml-cocoon2/src/java/org/apache/cocoon cocoon.roles

stefano     2003/02/21 14:54:21

  Modified:    src/java/org/apache/cocoon cocoon.roles
  Log:
  merging all xrole files from core into the cocoon role file
  
  Revision  Changes    Path
  1.46      +30 -11    xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles
  
  Index: cocoon.roles
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/cocoon.roles,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- cocoon.roles	30 Jan 2003 10:59:23 -0000	1.45
  +++ cocoon.roles	21 Feb 2003 22:54:21 -0000	1.46
  @@ -14,7 +14,6 @@
   
   <role-list>
   
  -
     <!-- Parser:
     
          Starting with Cocoon 2.1 we have a bunch of different parser:
  @@ -47,9 +46,7 @@
     <!-- A Dom Serializer -->
     <role default-class="org.apache.excalibur.xml.dom.DefaultDOMSerializer" name="org.apache.excalibur.xml.dom.DOMSerializer" shorthand="dom-serializer"/>
   
  -  <!-- XSLT:
  -  -->
  -
  +  <!-- XSLT: -->
     <role name="org.apache.excalibur.xml.xslt.XSLTProcessor"
           shorthand="xslt-processor"
           default-class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl"/>
  @@ -58,8 +55,7 @@
           shorthand="xpath-processor"
           default-class="org.apache.excalibur.xml.xpath.XPathProcessorImpl"/>
   
  -  <!-- Stores:
  -    -->
  +  <!-- Stores: -->
     <role name="org.apache.excalibur.store.Store"
          shorthand="persistent-store"
          default-class="org.apache.cocoon.components.store.impl.FilesystemStore"/>
  @@ -72,11 +68,6 @@
          shorthand="store-janitor"
          default-class="org.apache.excalibur.store.impl.StoreJanitorImpl"/>
   
  -
  -<!-- For backwards compatibility, the shorthand for this role is "sitemap"
  -  <role name="org.apache.cocoon.Processor"
  -        shorthand="processor"/>
  --->
     <role name="org.apache.cocoon.components.browser.Browser"
           shorthand="browser"
           default-class="org.apache.cocoon.components.browser.BrowserImpl"/>
  @@ -215,6 +206,34 @@
     <role name="org.apache.cocoon.i18n.BundleFactory"
           shorthand="i18n-bundles"
           default-class="org.apache.cocoon.i18n.XMLResourceBundleFactory"/>
  +
  +  <role name="org.apache.cocoon.components.deli.Deli"
  +        shorthand="deli"
  +        default-class="org.apache.cocoon.components.deli.DeliImpl"/>
  +
  +  <!-- Control flow layer: the interpreters selector and continuations  manager -->
  +  <role name="org.apache.cocoon.components.flow.Interpreter" 
  +        shorthand="flow-interpreters"
  +        default-class="org.apache.cocoon.components.flow.InterpreterSelector" />
  +
  +  <role name="org.apache.cocoon.components.flow.ContinuationsManager" 
  +        shorthand="continuations-manager"
  +        default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl" />
  +
  +  <!-- input/output modules -->
  +  <role name="org.apache.cocoon.components.modules.input.InputModuleSelector"
  +        shorthand="input-modules"
  +        default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
  +
  +  <role name="org.apache.cocoon.components.modules.output.OutputModuleSelector"
  +        shorthand="output-modules"
  +        default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector"/>
  +
  +  <role name="org.apache.cocoon.components.modules.input.SitemapVariableHolder"
  +        shorthand="global-variables"
  +        default-class="org.apache.cocoon.components.modules.input.SitemapVariableHolder"/>
  +
  +   <!-- ====================== deprecated ======================== -->
   
     <!-- DEPRECATED, use the avalon excalibur entity-resolver instead -->
     <role name="org.apache.cocoon.components.resolver.Resolver"