ovidiu      02/03/21 15:20:40

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
                        flow.xconf
  Log:
  Define the "load-on-startup" attribute. Define the <continuations> element.
  
  Revision  Changes    Path
  1.5       +3 -1      
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.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- flow.xconf        19 Mar 2002 01:30:48 -0000      1.4
  +++ flow.xconf        21 Mar 2002 23:20:40 -0000      1.5
  @@ -46,7 +46,9 @@
                        logger="flow">
       <component-instance name="JavaScript"
                        class="org.apache.cocoon.components.flow.JavaScriptInterpreter"
  -                     
load-on-startup="resource://org/apache/cocoon/components/flow/javascript/system.js"/>
  +                     
load-on-startup="file:/home/ovidiu/src/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/javascript/system.js"/>
     </flow-interpreters>
  +
  +  <continuations time-to-live="3600"/>
   
   </xconf>
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to