gianugo     2003/05/02 03:03:34

  Modified:    src/documentation cocoon.xconf
  Log:
  Removed the deprecated FileSourceFactory from the documentation xconf:
  it's not needed anymore and under normal conditions (./build.sh docs)
  documentation build barfs since it's not finding that factory (moved
  to deprecated).
  
  Revision  Changes    Path
  1.8       +0 -1      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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- cocoon.xconf      28 Apr 2003 14:37:15 -0000      1.7
  +++ cocoon.xconf      2 May 2003 10:03:34 -0000       1.8
  @@ -71,7 +71,6 @@
       <component-instance 
class="org.apache.excalibur.source.impl.ResourceSourceFactory" name="resource"/>
       <component-instance 
class="org.apache.cocoon.components.source.impl.ContextSourceFactory" 
name="context"/>
       <component-instance 
class="org.apache.cocoon.components.source.impl.SitemapSourceFactory" 
name="cocoon"/>
  -    <component-instance 
class="org.apache.cocoon.components.source.impl.FileSourceFactory" name="file"/>
       <component-instance 
class="org.apache.excalibur.source.impl.URLSourceFactory" name="*"/>
     </source-factories>
   
  
  
  

Reply via email to