ovidiu 2002/10/01 00:33:07
Modified: src/java/org/apache/cocoon/components/flow flow.xconf
Log:
Pass the reload-scripts and check-time arguments on a per-interpreter
basis, rather than at the interpreter selector level.
Revision Changes Path
1.2 +2 -2
xml-cocoon2/src/java/org/apache/cocoon/components/flow/flow.xconf
Index: flow.xconf
===================================================================
RCS file:
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/flow/flow.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- flow.xconf 19 May 2002 19:19:38 -0000 1.1
+++ flow.xconf 1 Oct 2002 07:33:07 -0000 1.2
@@ -41,13 +41,13 @@
-->
<flow-interpreters default="JavaScript"
- 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</load-on-startup>
+ <reload-scripts>true</reload-scripts>
+ <check-time>4000</check-time>
</component-instance>
<!--
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]