You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by le...@apache.org on 2004/05/05 19:39:06 UTC

cvs commit: jakarta-commons-sandbox/attributes/api/src/java overview.html

leosutic    2004/05/05 10:39:06

  Modified:    attributes/api/src/java overview.html
  Log:
  Added a well-needed warning.
  
  Revision  Changes    Path
  1.8       +28 -2     jakarta-commons-sandbox/attributes/api/src/java/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/attributes/api/src/java/overview.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- overview.html	18 Mar 2004 23:15:03 -0000	1.7
  +++ overview.html	5 May 2004 17:39:06 -0000	1.8
  @@ -19,7 +19,33 @@
       <body>
           <p>The Jakarta Commons Attributes projects enables developers to use C#-like attributes in their programs.</p>
           
  -        <p>Please see the project website at <a href="http://jakarta.apache.org/commons/sandbox/attributes/">http://jakarta.apache.org/commons/sandbox/attributes/</a>
  -        for a tutorial and instructions for use.</p>
  +        <p>
  +        Please see the project website at <a href="http://jakarta.apache.org/commons/sandbox/attributes/">http://jakarta.apache.org/commons/sandbox/attributes/</a>
  +        for a tutorial and instructions for use. 
  +        </p>
  +        
  +        <center>
  +            <table width="50%" cellspacing="0" cellpadding="8" style="border: 2px solid red">
  +                <tr>
  +                    <td align="center" style="color: white; background-color: red; font-family: Arial; font-weight: bold; font-size: large">
  +                        IMPORTANT
  +                    </td>
  +                </tr>
  +                <tr>
  +                    <td>
  +                        <p>
  +                            This documentation reflects the current CVS, which is not necessarily equal to the binary 
  +                            downloads available at <a href="http://jakarta.apache.org/commons/sandbox/attributes/">the 
  +                            project website</a>.
  +                        </p>
  +                        
  +                        <p>
  +                            This is a sandbox project. Classes may appear, disappear and reappear without notice, although
  +                            the developers will do their best to keep such nuisances to a minimum.
  +                        </p>
  +                    </td>
  +                </tr>
  +            </table>
  +        </center>
       </body>
   </html>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org