You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ma...@apache.org on 2002/08/22 07:36:00 UTC

cvs commit: jakarta-commons/docs beanutils.html charter.html collections.html commons.html components.html contributors.html dbcp.html digester.html directory.html index.html lang.html license.html logging.html modeler.html pool.html releases.html sandbox.html versioning.html volunteering.html

martinc     2002/08/21 22:36:00

  Modified:    docs     beanutils.html charter.html collections.html
                        commons.html components.html contributors.html
                        dbcp.html digester.html directory.html index.html
                        lang.html license.html logging.html modeler.html
                        pool.html releases.html sandbox.html
                        versioning.html volunteering.html
  Log:
  Update Commons web site for FileUpload component.
  
  Revision  Changes    Path
  1.46      +2 -0      jakarta-commons/docs/beanutils.html
  
  Index: beanutils.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/beanutils.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- beanutils.html	21 Aug 2002 20:59:29 -0000	1.45
  +++ beanutils.html	22 Aug 2002 05:35:59 -0000	1.46
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.44      +2 -0      jakarta-commons/docs/charter.html
  
  Index: charter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/charter.html,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- charter.html	21 Aug 2002 20:59:29 -0000	1.43
  +++ charter.html	22 Aug 2002 05:35:59 -0000	1.44
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.35      +2 -0      jakarta-commons/docs/collections.html
  
  Index: collections.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/collections.html,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- collections.html	21 Aug 2002 20:59:29 -0000	1.34
  +++ collections.html	22 Aug 2002 05:35:59 -0000	1.35
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.46      +23 -0     jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- commons.html	21 Aug 2002 20:59:29 -0000	1.45
  +++ commons.html	22 Aug 2002 05:35:59 -0000	1.46
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  @@ -184,7 +186,9 @@
         <tr><td>
           <blockquote>
                                       <p>
  +
   The following proposals for new Commons Proper projects are currently pending :
  +
   </p>
                                                   <ul>
   
  @@ -192,25 +196,44 @@
      <b>BeanUtils Package</b> : Craig McClanahan 
    </li>
   
  +
    <li>
  +
      <b>Database Connection Pool Package</b> : Rodney Waldhoff
  +
    </li>
   
  +
  +
    <li>
  +
      <b>Object Pooling Package</b> : Rodney Waldhoff
  +
    </li>
   
  +
  +
    <li>
  +
      <b>Collections Package</b> : Rodney Waldhoff
  +
    </li>
   
  +
  +
    <li>
  +
      <b> Cactus, the renamed J2EEUnit</b> : Vincent Massol
  +
    </li>
   
  +
  +
   </ul>
                                                   <p>
  +
   Please see the jakarta-commons mail list for further details.
  +
   </p>
                               </blockquote>
           </p>
  
  
  
  1.49      +10 -0     jakarta-commons/docs/components.html
  
  Index: components.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/components.html,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- components.html	21 Aug 2002 20:59:29 -0000	1.48
  +++ components.html	22 Aug 2002 05:35:59 -0000	1.49
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  @@ -413,6 +415,14 @@
        Email provides a simple library for sending e-mail from Java.
       </dd>
       <!-- /Email -->
  +
  +    <!-- FileUpload -->
  +    <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a></big></b></dt>
  +    <dd>
  +      FileUpload makes it easy to add robust, high-performance, file upload
  +      capability to your servlets and web applications.
  +    </dd>
  +    <!-- /FileUpload -->
   
       <!-- IO -->
       <dt><b><big><a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a></big></b></dt>
  
  
  
  1.46      +2 -0      jakarta-commons/docs/contributors.html
  
  Index: contributors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/contributors.html,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- contributors.html	21 Aug 2002 20:59:29 -0000	1.45
  +++ contributors.html	22 Aug 2002 05:35:59 -0000	1.46
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.4       +2 -0      jakarta-commons/docs/dbcp.html
  
  Index: dbcp.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/dbcp.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dbcp.html	21 Aug 2002 20:59:29 -0000	1.3
  +++ dbcp.html	22 Aug 2002 05:35:59 -0000	1.4
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.32      +2 -0      jakarta-commons/docs/digester.html
  
  Index: digester.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/digester.html,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- digester.html	21 Aug 2002 20:59:29 -0000	1.31
  +++ digester.html	22 Aug 2002 05:35:59 -0000	1.32
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.42      +2 -0      jakarta-commons/docs/directory.html
  
  Index: directory.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/directory.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- directory.html	21 Aug 2002 20:59:29 -0000	1.41
  +++ directory.html	22 Aug 2002 05:35:59 -0000	1.42
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.47      +2 -0      jakarta-commons/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/index.html,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- index.html	21 Aug 2002 20:59:29 -0000	1.46
  +++ index.html	22 Aug 2002 05:35:59 -0000	1.47
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.7       +2 -0      jakarta-commons/docs/lang.html
  
  Index: lang.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/lang.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- lang.html	21 Aug 2002 20:59:29 -0000	1.6
  +++ lang.html	22 Aug 2002 05:35:59 -0000	1.7
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.42      +2 -0      jakarta-commons/docs/license.html
  
  Index: license.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/license.html,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- license.html	21 Aug 2002 20:59:29 -0000	1.41
  +++ license.html	22 Aug 2002 05:35:59 -0000	1.42
  @@ -103,6 +103,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.19      +2 -0      jakarta-commons/docs/logging.html
  
  Index: logging.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/logging.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- logging.html	21 Aug 2002 20:59:29 -0000	1.18
  +++ logging.html	22 Aug 2002 05:35:59 -0000	1.19
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.14      +2 -0      jakarta-commons/docs/modeler.html
  
  Index: modeler.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/modeler.html,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- modeler.html	21 Aug 2002 20:59:29 -0000	1.13
  +++ modeler.html	22 Aug 2002 05:35:59 -0000	1.14
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.4       +2 -0      jakarta-commons/docs/pool.html
  
  Index: pool.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/pool.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pool.html	21 Aug 2002 20:59:29 -0000	1.3
  +++ pool.html	22 Aug 2002 05:35:59 -0000	1.4
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.39      +2 -0      jakarta-commons/docs/releases.html
  
  Index: releases.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/releases.html,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- releases.html	21 Aug 2002 20:59:29 -0000	1.38
  +++ releases.html	22 Aug 2002 05:35:59 -0000	1.39
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.51      +2 -0      jakarta-commons/docs/sandbox.html
  
  Index: sandbox.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/sandbox.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- sandbox.html	21 Aug 2002 20:59:29 -0000	1.50
  +++ sandbox.html	22 Aug 2002 05:35:59 -0000	1.51
  @@ -102,6 +102,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.26      +2 -0      jakarta-commons/docs/versioning.html
  
  Index: versioning.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/versioning.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- versioning.html	21 Aug 2002 20:59:29 -0000	1.25
  +++ versioning.html	22 Aug 2002 05:35:59 -0000	1.26
  @@ -106,6 +106,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  
  1.2       +2 -0      jakarta-commons/docs/volunteering.html
  
  Index: volunteering.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/volunteering.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- volunteering.html	21 Aug 2002 20:59:29 -0000	1.1
  +++ volunteering.html	22 Aug 2002 05:35:59 -0000	1.2
  @@ -104,6 +104,8 @@
                   </ul>
               <p><strong>Sandbox Components</strong></p>
           <ul>
  +                    <li>    <a href="http://jakarta.apache.org/commons/sandbox/fileupload/">FileUpload</a>
  +</li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/io/">IO</a>
   </li>
                       <li>    <a href="http://jakarta.apache.org/commons/sandbox/jelly/">Jelly</a>
  
  
  

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