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/09/23 22:49:55 UTC

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

leosimons    2002/09/23 13:49:54

  Modified:    cli      README.txt
               cli/src/xdocs index.xml
               baxter/src/xdocs index.xml
  Added:       component README.txt
               baxter   README.txt
  Log:
  some trivial doccing
  
  Revision  Changes    Path
  1.4       +18 -14    jakarta-avalon-excalibur/component/README.txt
  
  
  
  
  1.3       +20 -2     jakarta-avalon-excalibur/cli/README.txt
  
  Index: README.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/README.txt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- README.txt	22 Jun 2002 16:35:00 -0000	1.2
  +++ README.txt	23 Sep 2002 20:49:54 -0000	1.3
  @@ -1,6 +1,24 @@
  -                  Avalons Excalibur CLI
  -                  ---------------------
  +                  Avalon Excalibur's CLI
  +                  ----------------------
   
  +License
  +-------
  +Please see the LICENSE.txt file that came with this distribution for
  +licensing terms.
  +
  +
  +What is it?
  +-----------
   The CLI component is a set of classes that allow you to parse
   command line arguments. It parses command line arguments that
   conform to the GNU "standard" for command line arguments.
  +
  +
  +Where to get more info?
  +-----------------------
  +Run the 'ant docs' target to generate local documentation in the
  +build/docs subdirectory. Alternately, visit
  +
  +http://jakarta.apache.org/avalon/excalibur/cli
  +
  +for an online copy.
  \ No newline at end of file
  
  
  
  1.9       +8 -0      jakarta-avalon-excalibur/cli/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/cli/src/xdocs/index.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- index.xml	7 Aug 2002 05:45:03 -0000	1.8
  +++ index.xml	23 Sep 2002 20:49:54 -0000	1.9
  @@ -3,6 +3,7 @@
       <properties>
           <title>Excalibur Command-line Utilities - Overview</title>
           <author email="peter at apache.org">Peter Donald</author>
  +        <author email="leosimons at apache.org">Leo Simons</author>
       </properties>
       <body>
           <section name="Introduction">
  @@ -14,6 +15,8 @@
               to do this in a simpler, more Java-centric manner than the
               original product.
               </p>
  +        </section>
  +        <section name="Examples">
               <p>
               There are a number of examples in the examples/ directory
               of this release. These examples allow you to get started
  @@ -63,6 +66,11 @@
               line "-- -b" would result in the program being passed the
               text "-b" (ie. not as an option).
               </p>
  +        </section>
  +        <section name="Relationship to Commons CLI">
  +        	<p>Commons CLI (http://jakarta.apache.org/commons/cli) and Excalibur CLI are
  +        	closely related and offer similar functionality. They might merge into one in
  +        	the future.</p>
           </section>
       </body>
       
  
  
  
  1.3       +18 -13    jakarta-avalon-excalibur/baxter/README.txt
  
  
  
  
  1.6       +19 -2     jakarta-avalon-excalibur/baxter/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/baxter/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:45:03 -0000	1.5
  +++ index.xml	23 Sep 2002 20:49:54 -0000	1.6
  @@ -6,15 +6,32 @@
       <authors>
         <person name="Peter Donald" email="peter at apache.org"/>
         <person name="Berin Loritsch" email="bloritsch@apache.org"/>
  +      <person name="Leo Simons"/>
       </authors>
     </header>
     <body>
       <s1 title="Introduction">
         <p>
  -        Baxter is a set of base classes and utility classes that are enable
  +        Baxter is a set of base classes and utility classes that enable
           rapid creation of MBeans via delegation and inheritance. These were
           originally derived from the Phoenix project.
         </p>
       </s1>
  -  </body>
  +<s1 title="Example">
  +	<p>
  +Though baxter does not come with any examples, you can take a
  +look at the sources for the management code in Avalon Phoenix, which
  +uses baxter.
  +	</p>
  +</s1>
  +
  +<s1 title="Status">
  +	<p>
  +Though there is no release yet for baxter, it is well-tested and
  +well-used. Once we finish backporting some materials and writing the
  +documentation (obviously ;) from phoenix it will be ready for release.
  +	</p>
  +</s1>
  +
  +</body>
   </document>
  
  
  

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