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/07/09 22:41:59 UTC

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

cmlenz      2003/07/09 13:41:59

  Modified:    framework/src/java/share/org/apache/cactus/client/connector/http
                        package.html
               framework/src/java/share/org/apache/cactus/configuration
                        package.html
  Log:
  Add warning about non-public API packages
  
  Revision  Changes    Path
  1.2       +6 -0      jakarta-cactus/framework/src/java/share/org/apache/cactus/client/connector/http/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/client/connector/http/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	26 May 2003 11:19:35 -0000	1.1
  +++ package.html	9 Jul 2003 20:41:58 -0000	1.2
  @@ -10,6 +10,12 @@
     Contains the implementation of the HTTP transport for communication of the 
     client-side test runner with the server-side redirectors.
   </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.2       +6 -0      jakarta-cactus/framework/src/java/share/org/apache/cactus/configuration/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/src/java/share/org/apache/cactus/configuration/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	26 May 2003 11:19:35 -0000	1.1
  +++ package.html	9 Jul 2003 20:41:59 -0000	1.2
  @@ -9,6 +9,12 @@
   <p>
     Contains the classes that support the configuration 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: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org