ovidiu 02/03/31 17:58:58
Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
flow.xconf
Log:
Added Scheme.
Revision Changes Path
1.6 +7 -2
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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- flow.xconf 21 Mar 2002 23:20:40 -0000 1.5
+++ flow.xconf 1 Apr 2002 01:58:58 -0000 1.6
@@ -45,8 +45,13 @@
check-time="2000"
logger="flow">
<component-instance name="JavaScript"
- class="org.apache.cocoon.components.flow.JavaScriptInterpreter"
-
load-on-startup="file:/home/ovidiu/src/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript/system.js"/>
+
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"/>
</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]