ovidiu 02/04/09 17:38:54 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow flow.xconf Log: Use elements instead of attributes to configure components. Temporarily disable the Scheme support, as it's not ready for prime time yet. Revision Changes Path 1.7 +17 -7 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- flow.xconf 1 Apr 2002 01:58:58 -0000 1.6 +++ flow.xconf 10 Apr 2002 00:38:54 -0000 1.7 @@ -44,14 +44,24 @@ reload-scripts="true" check-time="2000" logger="flow"> - <component-instance name="JavaScript" - class="org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter" - load-on-startup="resource://org/apache/cocoon/components/flow/javascript/system.js"/> - <component-instance name="Scheme" - heap="/WEB-INF/sisc.heap" - class="org.apache.cocoon.components.flow.scheme.SchemeInterpreter" - load-on-startup="resource://org/apache/cocoon/components/flow/scheme/system.scm"/> + <language name="JavaScript"> + <class>org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter</class> + <load-on-startup>resource://org/apache/cocoon/components/flow/javascript/system.js</load-on-startup> + </language> + +<!-- + Temporarily disable Scheme, until full support is completed +--> + +<!-- + <language name="Scheme"> + <class>org.apache.cocoon.components.flow.scheme.SchemeInterpreter</class> + <load-on-startup>resource://org/apache/cocoon/components/flow/scheme/system.scm</load-on-startup> + <heap>/WEB-INF/sisc.heap</heap> + </language> +--> + </flow-interpreters> <continuations time-to-live="3600"/>
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]