You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cr...@apache.org on 2003/11/18 02:12:29 UTC

cvs commit: cocoon-2.1/src/blocks/apples/conf apples-category.xlog apples-processor.xconf

crossley    2003/11/17 17:12:29

  Modified:    src/blocks/apples/conf apples-category.xlog
                        apples-processor.xconf
  Log:
  Remove hidden control-characters.
  
  Revision  Changes    Path
  1.3       +6 -6      cocoon-2.1/src/blocks/apples/conf/apples-category.xlog
  
  Index: apples-category.xlog
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/apples/conf/apples-category.xlog,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apples-category.xlog	4 Aug 2003 09:01:01 -0000	1.2
  +++ apples-category.xlog	18 Nov 2003 01:12:29 -0000	1.3
  @@ -1,14 +1,14 @@
   <?xml version="1.0"?>
   
   <!-- mind how xpatch oddly requires the file extension to 
  -	be equal to the root elm -->
  -	
  +  be equal to the root elm -->
  +
   <xlog xpath="/logkit/categories" 
         unless="category[@name='apples']">
  -    
  +
       <category log-level="ERROR" name="apples">
  -    	<log-target id-ref="apples" />
  -    	<log-target id-ref="error" />
  +      <log-target id-ref="apples" />
  +      <log-target id-ref="error" />
       </category>
  -    
  +
   </xlog>
  
  
  
  1.3       +4 -4      cocoon-2.1/src/blocks/apples/conf/apples-processor.xconf
  
  Index: apples-processor.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/apples/conf/apples-processor.xconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- apples-processor.xconf	4 Aug 2003 09:01:01 -0000	1.2
  +++ apples-processor.xconf	18 Nov 2003 01:12:29 -0000	1.3
  @@ -1,16 +1,16 @@
   <?xml version="1.0"?>
   
  -<xconf xpath="/cocoon/flow-interpreters" 
  +<xconf xpath="/cocoon/flow-interpreters"
          unless="component-instance[@name='apples']">
  -       
  +
     <component-instance 
         class="org.apache.cocoon.components.flow.apples.ApplesProcessor" 
         name="apples" logger="apples">
  -	<!--
  +  <!--
         <load-on-startup>resource://org/apache/cocoon/components/flow/javascript/fom/fom_system.js</load-on-startup>
         <reload-scripts>true</reload-scripts>
         <check-time>4000</check-time>
         -->
     </component-instance>
   
  -</xconf>  	
  +</xconf>