ovidiu 02/04/09 18:48:39 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow flow.xconf Log: Use the ExcaliburComponentManager format instead. Revision Changes Path 1.8 +3 -3 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/flow.xconf Index: flow.xconf =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/flow.xconf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- flow.xconf 10 Apr 2002 00:38:54 -0000 1.7 +++ flow.xconf 10 Apr 2002 01:48:39 -0000 1.8 @@ -45,10 +45,10 @@ check-time="2000" logger="flow"> - <language name="JavaScript"> - <class>org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter</class> + <component-instance name="JavaScript" + class="org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter"> <load-on-startup>resource://org/apache/cocoon/components/flow/javascript/system.js</load-on-startup> - </language> + </component-instance> <!-- Temporarily disable Scheme, until full support is completed
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]