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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]