You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2003/04/28 16:37:16 UTC

cvs commit: cocoon-2.1/src/documentation cocoon.xconf

cziegeler    2003/04/28 07:37:15

  Modified:    src/documentation cocoon.xconf
  Log:
  Renaming from component-instance to more correct component
  
  Revision  Changes    Path
  1.7       +8 -8      cocoon-2.1/src/documentation/cocoon.xconf
  
  Index: cocoon.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/documentation/cocoon.xconf,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- cocoon.xconf	19 Apr 2003 20:38:22 -0000	1.6
  +++ cocoon.xconf	28 Apr 2003 14:37:15 -0000	1.7
  @@ -49,22 +49,22 @@
         | For Interpreted Xalan use:
         | <transformer-factory>org.apache.xalan.processor.TransformerFactoryImpl</transformer-factory>
         +-->
  -  <component-instance logger="core.xslt-processor"
  -                      role="org.apache.excalibur.xml.xslt.XSLTProcessor/xsltc"
  -                      class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl">
  +  <component logger="core.xslt-processor"
  +             role="org.apache.excalibur.xml.xslt.XSLTProcessor/xsltc"
  +             class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl">
        <parameter name="use-store" value="false"/>
        <parameter name="transformer-factory" value="org.apache.xalan.xsltc.trax.TransformerFactoryImpl"/>
  -  </component-instance>
  +  </component>
     
     <!--+
         | Xalan XSLT Processor
         +-->
  -  <component-instance logger="core.xslt-processor"
  -                      role="org.apache.excalibur.xml.xslt.XSLTProcessor/xalan"
  -                      class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl">
  +  <component logger="core.xslt-processor"
  +             role="org.apache.excalibur.xml.xslt.XSLTProcessor/xalan"
  +             class="org.apache.excalibur.xml.xslt.XSLTProcessorImpl">
        <parameter name="use-store" value="false"/>
        <parameter name="transformer-factory" value="org.apache.xalan.processor.TransformerFactoryImpl"/>
  -  </component-instance>
  +  </component>
   
     <!-- Source Factories -->
     <source-factories>