cziegeler    2004/07/13 03:28:13

  Modified:    src/documentation/xdocs/installing updating.xml
  Log:
  Hopefully clarifying a little bit
  
  Revision  Changes    Path
  1.28      +6 -3      
cocoon-2.1/src/documentation/xdocs/installing/updating.xml
  
  Index: updating.xml
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/documentation/xdocs/installing/updating.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- updating.xml      2 Jul 2004 15:47:33 -0000       1.27
  +++ updating.xml      13 Jul 2004 10:28:12 -0000      1.28
  @@ -221,9 +221,12 @@
           the <em>sax-connectors</em> configuration from 
<em>cocoon.xconf</em>.</p>
      </s2>
      <s2 title="Source Resolver">
  -    <p>The SourceResolver is now an Avalon component
  -      which can be accessed using 
<em>cocoon.manager.lookup(SourceResolver.ROLE).</em>.
  -      The package name of the component is 
<em>org.apache.excalibur.source</em>.</p>
  +    <p>
  +      Every sitemap component gets a SourceResolver from the sitemap 
processor.
  +      For all other components that need access to a SourceResolver, the 
SourceResolver 
  +      is now an Avalon component that can be accessed using 
<em>cocoon.manager.lookup(SourceResolver.ROLE).</em>.
  +      The package name of the component is 
<em>org.apache.excalibur.source</em>.
  +    </p>
      </s2>
      <s2 title="XSLT Processor">
       <p>There are some issues related to JDK 1.4.</p>
  
  
  

Reply via email to