unico       2003/10/27 09:42:20

  Modified:    src/blocks/repository/conf sourcedescriptor.xconf
  Log:
  fix role
  
  Revision  Changes    Path
  1.3       +7 -1      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sourcedescriptor.xconf    27 Oct 2003 11:01:21 -0000      1.2
  +++ sourcedescriptor.xconf    27 Oct 2003 17:42:20 -0000      1.3
  @@ -2,7 +2,7 @@
   <xconf xpath="/cocoon" unless="[EMAIL 
PROTECTED]'org.apache.cocoon.components.source.SourceInspector']">
   
     <component 
  -    role="org.apache.cocoon.components.source.impl.SourceDescriptor" 
  +    role="org.apache.cocoon.components.source.SourceDescriptor" 
       class="org.apache.cocoon.components.source.impl.SourceDescriptorManager" 
       logger="core.source.sourcedescriptor">
       
  @@ -15,6 +15,12 @@
       
       <sourceinspector 
class="org.apache.cocoon.components.source.impl.JPEGSourceInspector"/>
       <sourceinspector 
class="org.apache.cocoon.components.source.impl.GIFSourceInspector"/>
  +    
  +    <!--
  +    <sourcedescriptor 
class="org.apache.cocoon.components.source.impl.SimpleJdbcSourceDescriptor">
  +      <property name="meta" namespace="author" />
  +    </sourcedescriptor>
  +    -->
       
     </component>
    
  
  
  

Reply via email to