You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by cz...@apache.org on 2002/06/05 15:56:45 UTC

cvs commit: jakarta-avalon-excalibur/sourceresolve/src/xdocs index.xml

cziegeler    2002/06/05 06:56:44

  Modified:    sourceresolve/src/xdocs index.xml
  Log:
  Minor docs update
  
  Revision  Changes    Path
  1.2       +10 -5     jakarta-avalon-excalibur/sourceresolve/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	5 Apr 2002 06:54:57 -0000	1.1
  +++ index.xml	5 Jun 2002 13:56:44 -0000	1.2
  @@ -16,14 +16,14 @@
         <p>
           The source resolver of Avalon Excalibur is a component
           helping you in this task. It resolves sources from a given
  -        URI. The URI can use all available protocols of the JDK.
  +        URI. The URI can use all available protocols of the JVM.
           In addition own protocols can be plugged-in.
         </p>
         <p>
           The architecture of this package is simple but powerful.
           The main component is the SourceResolver. It is used
           to resolve any URI. If the SourceResolver can resolve the
  -        protocol of the URI it returns a Source object. This Source
  +        protocol of the URI, it returns a Source object. This Source
           object is an abstraction of the underlying resource. This
           resource can be accessed by a provided InputStream.
         </p>
  @@ -37,7 +37,7 @@
         </p>
         <p>
           The Source object is handled similar to any other Avalon component.
  -        After it has been used it must be released using SourceResolver.
  +        After it has been used it must be released using the SourceResolver.
           In addition the implementation of the Source object can implement
           any of the lifecycle interfaces of usual components and it gets
           all the information from the SourceResolver.
  @@ -51,14 +51,19 @@
         <p>
           For caching purposes the Source object offers a SourceValidity object
           which can be used in addition to the system ID of the Source to verify
  -        if the cache contains a valid version of the Source object.
  +        if a cache contains a valid version of the Source object.
  +      </p>
  +    </s1>
  +    <s1 title="Projects">
  +      <p>You can see the source resolving in action in the Apache Cocoon
  +        project.
         </p>
       </s1>
     </body>
     <footer>
       <legal>
         Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision: 1.1 $ $Date: 2002/04/05 06:54:57 $
  +      $Revision: 1.2 $ $Date: 2002/06/05 13:56:44 $
       </legal>
     </footer>
   </document>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>