You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by un...@apache.org on 2003/10/27 12:01:22 UTC

cvs commit: cocoon-2.1/src/blocks/repository/conf sourcedescriptor.xconf

unico       2003/10/27 03:01:22

  Modified:    src/blocks/repository/conf sourcedescriptor.xconf
  Log:
  fix role
  
  Revision  Changes    Path
  1.2       +1 -5      cocoon-2.1/src/blocks/repository/conf/sourcedescriptor.xconf
  
  Index: sourcedescriptor.xconf
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/src/blocks/repository/conf/sourcedescriptor.xconf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sourcedescriptor.xconf	23 Oct 2003 17:18:48 -0000	1.1
  +++ sourcedescriptor.xconf	27 Oct 2003 11:01:21 -0000	1.2
  @@ -1,12 +1,8 @@
   <?xml version="1.0"?>
   <xconf xpath="/cocoon" unless="component[@role='org.apache.cocoon.components.source.SourceInspector']">
   
  -  <!--
  -   - a source inspector handles source properties
  -   - a source descriptor handles read/write source properties
  -  -->
     <component 
  -    role="org.apache.cocoon.components.source.impl.SourceDescriptorManager" 
  +    role="org.apache.cocoon.components.source.impl.SourceDescriptor" 
       class="org.apache.cocoon.components.source.impl.SourceDescriptorManager" 
       logger="core.source.sourcedescriptor">