You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by cm...@apache.org on 2003/01/04 16:48:08 UTC

cvs commit: jakarta-cactus/framework/src/java/share/org/apache/cactus/client package.html

cmlenz      2003/01/04 07:48:08

  Added:       framework/src/java/share/org/apache/cactus/server/runner
                        package.html
               framework/src/java/share/org/apache/cactus/util package.html
               framework/src/java/share overview.html
               framework/src/java/share/org/apache/cactus/server
                        package.html
               framework/src/java/share/org/apache/cactus/client/authentication
                        package.html
               framework/src/java/share/org/apache/cactus/client
                        package.html
  Removed:     framework/src/java/share/org/apache/cactus overview.html
  Log:
  - Add package.html docs for (almost) every package
  - The package documentation contains a warning for packages that are
    not public API
  - Moved overview.html to the "main root" of the source directory
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/framework/src/java/share/org/apache/cactus/server/runner/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Contains the classes that implement the Cactus <em>ServletTestRunner</em>.
  </p>
  <p>
    <strong>WARNING</strong><br/>
    The classes and interfaces in this package are not intended for use by API 
    clients. They may be altered in backwards-incompatible ways and even moved 
    or removed at any time without further notice.
  </p>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-cactus/framework/src/java/share/org/apache/cactus/util/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Contains various utility classes.
  </p>
  <p>
    <strong>WARNING</strong><br/>
    The classes and interfaces in this package are not intended for use by API 
    clients. They may be altered in backwards-incompatible ways and even moved 
    or removed at any time without further notice.
  </p>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-cactus/framework/src/java/share/overview.html
  
  Index: overview.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Cactus is a JUnit extension to unit test server-side java code.
  </p>
  
  <p>
    Go to the <a href="http://jakarta.apache.org/cactus/">Cactus web
    site</a> for all documentation on Cactus.
  </p>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-cactus/framework/src/java/share/org/apache/cactus/server/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Contains the classes implementing the server side of Cactus.
  </p>
  <p>
    <strong>WARNING</strong><br/>
    The classes and interfaces in this package are not intended for use by API 
    clients. They may be altered in backwards-incompatible ways and even moved 
    or removed at any time without further notice.
  </p>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-cactus/framework/src/java/share/org/apache/cactus/client/authentication/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Contains classes that support using and testing various authentification schemes.
  </p>
  
  </body>
  </html>
  
  
  
  1.1                  jakarta-cactus/framework/src/java/share/org/apache/cactus/client/package.html
  
  Index: package.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  <html>
  <head>
  <title></title>
  </head>
  
  <body>
  
  <p>
    Contains the classes implementing of the client side of Cactus.
  </p>
  <p>
    <strong>WARNING</strong><br/>
    The classes and interfaces in this package are not intended for use by API 
    clients. They may be altered in backwards-incompatible ways and even moved 
    or removed at any time without further notice.
  </p>
  
  </body>
  </html>
  
  
  

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