You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by le...@apache.org on 2002/08/08 07:11:23 UTC

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

leif        2002/08/07 22:11:23

  Modified:    extension/src/xdocs index.xml menu.xml
  Log:
  Bring up to date with the current DTD
  
  Revision  Changes    Path
  1.6       +12 -10    jakarta-avalon-excalibur/extension/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml	7 Aug 2002 05:44:03 -0000	1.5
  +++ index.xml	8 Aug 2002 05:11:23 -0000	1.6
  @@ -1,22 +1,24 @@
   <?xml version="1.0"?>
   <document>
  -    <properties>
  +    <header>
           <title>Excalibur Extension - Overview</title>
  -        <author email="peter at apache.org">Peter Donald</author>
  -    </properties>
  +        <authors>
  +            <person name="Peter Donald" email="peter at apache.org"/>
  +        </authors>
  +    </header>
       <body>
  -        <section name="Introduction">
  +        <s1 title="Introduction">
               <p>
  -              Utility classes that contains methods to scan a manifest
  -              and return an array of either available or required optional packages
  -              documented in that manifest.
  +                Utility classes that contains methods to scan a manifest
  +                and return an array of either available or required optional packages
  +                documented in that manifest.
               </p>
               <p>
  -              For more information about optional packages, see the document
  +                For more information about optional packages, see the document
                   <em>Optional Package Versioning</em> in the documentation bundle
  -              for your Java2 Standard Edition package, in the file
  +                for your Java2 Standard Edition package, in the file
                   <code>guide/extensions/versioning.html</code>.
               </p>
  -        </section>
  +        </s1>
       </body>
   </document>
  
  
  
  1.2       +13 -14    jakarta-avalon-excalibur/extension/src/xdocs/menu.xml
  
  Index: menu.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/extension/src/xdocs/menu.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menu.xml	19 Jul 2002 16:24:40 -0000	1.1
  +++ menu.xml	8 Aug 2002 05:11:23 -0000	1.2
  @@ -1,15 +1,14 @@
   <?xml version="1.0" encoding="UTF-8"?>
  - <project
  -     name="Excalibur Extension"
  -     href="http://jakarta.apache.org/avalon/excalibur/extension/">
  -
  -     <title>Excalibur Extension</title>
  -     <body>
  -         <menu name="About">
  -             <item name="Overview" href="index.html"/>
  -             <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
  -             <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
  -             <item name="API Docs" href="api/"/>
  -         </menu>
  -     </body>
  - </project>
  +<project href="http://jakarta.apache.org/avalon/excalibur/extension/" name="Excalibur Extension">
  +    <title>Excalibur Extension</title>
  +    <body>
  +        <item href="/@AVALON_BASE@" name="Back to Avalon"/>
  +        <item href="/../index.html" name="Back to Excalibur"/>
  +        <menu name="About">
  +            <item name="Overview" href="index.html"/>
  +            <item name="Excalibur Home" href="http://jakarta.apache.org/avalon/excalibur/index.html"/>
  +            <item name="Download" href="http://jakarta.apache.org/builds/jakarta-avalon-excalibur/release"/>
  +            <item name="API Docs" href="api/"/>
  +        </menu>
  +    </body>
  +</project>
  
  
  

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