You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2002/03/13 14:44:56 UTC

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

cziegeler    02/03/13 05:44:56

  Modified:    src/java/org/apache/cocoon cocoon.roles
  Log:
  Adding avalon resolver to roles
  
  Revision  Changes    Path
  1.14      +4 -0      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- cocoon.roles	28 Feb 2002 21:41:24 -0000	1.13
  +++ cocoon.roles	13 Mar 2002 13:44:56 -0000	1.14
  @@ -109,6 +109,10 @@
           shorthand="source-handler"
           default-class="org.apache.cocoon.components.source.SourceHandlerImpl"/>
   
  +  <role name="org.apache.avalon.excalibur.source.SourceResolver"
  +        shorthand="source-resolver"
  +        default-class="org.apache.avalon.excalibur.source.SourceResolverImpl"/>
  +
     <role name="org.apache.cocoon.components.sax.XMLSerializer"
           shorthand="xml-serializer"
           default-class="org.apache.cocoon.components.sax.XMLByteStreamCompiler"/>
  
  
  

----------------------------------------------------------------------
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