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

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

bloritsch    02/04/03 16:08:37

  Added:       fortress/src/xdocs index.xml
  Log:
  add index.xml
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-excalibur/fortress/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <!DOCTYPE document SYSTEM "dtd/document-v10.dtd">
  
  <document>
    <header>
      <title>Avalon Excalibur</title>
      <subtitle>Fortress</subtitle>
      <authors>
        <person name="Berin Loritsch" email="bloritsch@apache.org"/>
      </authors>
    </header>
    <body>
      <s1 title="Fortress">
        <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>
          Fortress contains a framework to help you create your own
  	containers.  It boasts asynchronous management of your
  	component instances, high scalability, and easier
  	maintenance of your code.
        </p>
      </s1>
    </body>
    <footer>
      <legal>
        Copyright (c) @year@ The Jakarta Apache Project All rights reserved.
        $Revision: 1.1 $ $Date: 2002/04/04 00:08:37 $
      </legal>
    </footer>
  </document>
  
  
  

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