ovidiu      02/04/09 23:20:19

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/components/flow
                        flow.xconf
  Log:
  Use the element and attribute names expected by
  ExcaliburComponentSelector when initializing the components of the
  InterpreterSelector.
  
  Revision  Changes    Path
  1.9       +4 -4      
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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- flow.xconf        10 Apr 2002 01:48:39 -0000      1.8
  +++ flow.xconf        10 Apr 2002 06:20:19 -0000      1.9
  @@ -46,7 +46,7 @@
                        logger="flow">
   
       <component-instance name="JavaScript"
  -           
class="org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter">
  +                        
class="org.apache.cocoon.components.flow.javascript.JavaScriptInterpreter">
         
<load-on-startup>resource://org/apache/cocoon/components/flow/javascript/system.js</load-on-startup>
       </component-instance>
   
  @@ -55,11 +55,11 @@
   -->
   
   <!--
  -    <language name="Scheme">
  -      <class>org.apache.cocoon.components.flow.scheme.SchemeInterpreter</class>
  +    <component-instance name="Scheme"
  +                        
class="org.apache.cocoon.components.flow.scheme.SchemeInterpreter">
         
<load-on-startup>resource://org/apache/cocoon/components/flow/scheme/system.scm</load-on-startup>
         <heap>/WEB-INF/sisc.heap</heap>
  -    </language>
  +    </component-instance>
   -->
   
     </flow-interpreters>
  
  
  

----------------------------------------------------------------------
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