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

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

crossley    2002/08/13 01:30:19

  Modified:    src/java/org/apache/cocoon cocoon.roles
  Log:
  Fix some Deprecation comments about using entity-resolver instead.
  
  Revision  Changes    Path
  1.34      +2 -1      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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- cocoon.roles	2 Aug 2002 03:16:04 -0000	1.33
  +++ cocoon.roles	13 Aug 2002 08:30:19 -0000	1.34
  @@ -216,11 +216,12 @@
           default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl"
           shorthand="continuations"/>
   
  -  <!-- DEPRECATED, use the xml-parser and the avalon excalibur resolver instead ! -->
  +  <!-- DEPRECATED, use the avalon excalibur entity-resolver instead -->
     <role name="org.apache.cocoon.components.resolver.Resolver"
           shorthand="resolver"
           default-class="org.apache.cocoon.components.resolver.ResolverImpl"/>
   
  +  <!-- DEPRECATED, use the avalon excalibur xml-parser instead -->
     <role name="org.apache.cocoon.components.parser.Parser"
           shorthand="parser"
           default-class="org.apache.cocoon.components.parser.JaxpParser"/>
  
  
  

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