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

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

donaldp     2002/07/05 21:56:17

  Modified:    xmlbundle/src/xdocs index.xml
  Log:
  Decruft docs
  
  Revision  Changes    Path
  1.2       +38 -39    jakarta-avalon-excalibur/xmlbundle/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/src/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	5 Apr 2002 07:00:45 -0000	1.1
  +++ index.xml	6 Jul 2002 04:56:17 -0000	1.2
  @@ -1,43 +1,42 @@
   <?xml version="1.0"?>
   
   <document>
  -  <header>
  -    <title>Excalibur XML Resource Bundles - Overview</title>
  -    <authors>
  -      <person name="Berin Loritsch" email="bloritsch@apache.org"/>
  -      <person name="Leo Simons" email="mail@leosimons.com"/>
  -    </authors>
  -  </header>
  -  <body>
  -    <s1 title="Introduction">
  -      <warn>
  -        This package is under development, and the API is not
  -        guaranteed to be the same when it is ready for release.
  -        You can find this in the Scratchpad.jar file if you want
  -        to play with it.  Do not blame us if the next release of
  -        Excalibur breaks your code if you use this package.
  -      </warn>
  -      <p>
  -        Excalibur's Internationalization package is found in
  -        <code>org.apache.avalon.excalibur.i18n</code> (in the
  -        Scratchpad jar).  The XML ResourceBundle code is functional,
  -        but the method to access the bundles will change in the
  -        near future.
  -      </p>
  -      <p>
  -        The Avalon team recognizes the importance of good
  -        internationalization packages, and as a result, will do
  -        our best to provide this functionality officially as
  -        soon as we can.  We also recognize the importance of
  -        good design, so we do not want to rush this any more
  -        than we have to.
  -      </p>
  -    </s1>
  -  </body>
  -  <footer>
  -    <legal>
  -      Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  -      $Revision$ $Date$
  -    </legal>
  -  </footer>
  +    <header>
  +        <title>Excalibur XML Resource Bundles - Overview</title>
  +        <authors>
  +            <person name="Berin Loritsch" email="bloritsch@apache.org"/>
  +            <person name="Leo Simons" email="mail@leosimons.com"/>
  +        </authors>
  +    </header>
  +    <body>
  +        <s1 title="Introduction">
  +            <p>
  +              Excalibur's Internationalization package is found in
  +              <code>org.apache.avalon.excalibur.i18n</code> (in the
  +              Scratchpad jar).  The XML ResourceBundle code is functional,
  +              but the method to access the bundles will change in the
  +              near future.
  +            </p>
  +            <p>
  +              This package is under development, and the API is not
  +              guaranteed to be the same when it is ready for release.
  +              Do not blame us if the next release of Excalibur breaks
  +              your code if you use this package.
  +            </p>
  +            <p>
  +              The Avalon team recognizes the importance of good
  +              internationalization packages, and as a result, will do
  +              our best to provide this functionality officially as
  +              soon as we can.  We also recognize the importance of
  +              good design, so we do not want to rush this any more
  +              than we have to.
  +            </p>
  +        </s1>
  +    </body>
  +    <footer>
  +        <legal>
  +          Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
  +          $Revision$ $Date$
  +        </legal>
  +    </footer>
   </document>
  
  
  

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