ovidiu 02/03/21 15:31:25 Modified: src/scratchpad/schecoon/webapp user.roles Log: Added the continuations manager role. Revision Changes Path 1.4 +6 -6 xml-cocoon2/src/scratchpad/schecoon/webapp/user.roles Index: user.roles =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/webapp/user.roles,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- user.roles 13 Mar 2002 19:09:18 -0000 1.3 +++ user.roles 21 Mar 2002 23:31:25 -0000 1.4 @@ -19,13 +19,13 @@ shorthand="scheme-interpreter" default-class="org.apache.cocoon.scheme.sitemap.SchemeInterpreterImpl"/> --> + <role name="org.apache.cocoon.components.flow.Interpreter" default-class="org.apache.cocoon.components.flow.InterpreterSelector" - shorthand="flow-interpreters"> -<!-- - <hint shorthand="JavaScript" - class="org.apache.cocoon.components.flow.JavaScriptInterpreter"/> ---> - </role> + shorthand="flow-interpreters"/> + + <role name="org.apache.cocoon.components.flow.ContinuationsManager" + default-class="org.apache.cocoon.components.flow.ContinuationsManagerImpl" + shorthand="continuations"/> </role-list>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]