ovidiu 02/03/13 11:09:18 Modified: src/scratchpad/schecoon/webapp user.roles Log: Define the InterpreterSelector component. Revision Changes Path 1.3 +10 -0 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.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- user.roles 19 Jan 2002 01:09:53 -0000 1.2 +++ user.roles 13 Mar 2002 19:09:18 -0000 1.3 @@ -14,8 +14,18 @@ <role-list> +<!-- <role name="org.apache.cocoon.scheme.sitemap.SchemeInterpreter" 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> </role-list>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]