You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2002/09/27 23:05:13 UTC

cvs commit: jakarta-commons/xdocs commons.xml

rdonkin     2002/09/27 14:05:13

  Modified:    docs     commons.html
               xdocs    commons.xml
  Log:
  Removed section containing pending proposals. This was hopelessly out of date and is in pratice unmaintainable. The system which seems to have emerged is that projects tend to serve a probation in the sandbox and are then promoted (or not) so this section wasn't very useful anyway.
  
  Revision  Changes    Path
  1.54      +0 -42     jakarta-commons/docs/commons.html
  
  Index: commons.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/docs/commons.html,v
  retrieving revision 1.53
  retrieving revision 1.54
  diff -u -r1.53 -r1.54
  --- commons.html	27 Sep 2002 21:01:20 -0000	1.53
  +++ commons.html	27 Sep 2002 21:05:13 -0000	1.54
  @@ -192,48 +192,6 @@
         </td></tr>
         <tr><td><br/></td></tr>
       </table>
  -                                                <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -      <tr><td bgcolor="#525D76">
  -        <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Current Proposals"><strong>Current Proposals</strong></a>
  -        </font>
  -      </td></tr>
  -      <tr><td>
  -        <blockquote>
  -                                    <p>
  -The following proposals for new Commons Proper projects are currently pending :
  -</p>
  -                                                <ul>
  -
  - <li>
  -   <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>
  -      </td></tr>
  -      <tr><td><br/></td></tr>
  -    </table>
                                           </td>
                   </tr>
   
  
  
  
  1.4       +19 -55    jakarta-commons/xdocs/commons.xml
  
  Index: commons.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/commons.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- commons.xml	11 Dec 2001 08:12:04 -0000	1.3
  +++ commons.xml	27 Sep 2002 21:05:13 -0000	1.4
  @@ -8,70 +8,34 @@
    </properties>
   
    <body>
  -
   
  -<section name="The Commons Proper">
  -
  -<p>
  -  The Commons Proper is dedicated to one principal
  -  goal: creating and maintaining reusable Java components.  The Commons 
  -  Proper is a place for collaboration and sharing, where
  -  developers from throughout the Jakarta community can work together 
  -  on projects to be shared by the Jakarta projects and Jakarta users.  
  -</p>
  -
  - <p>
  -  Commons developers will make an effort to ensure that their
  -  components have minimal dependencies on other libraries, so that
  -  these components can be deployed easily.  In addition, Commons components
  -  will keep their interfaces as stable as possible, so that Jakarta users
  -  (including other Jakarta subprojects) can implement these
  -  components without having to worry about changes in the future. 
  -</p>
  -
  -<p>
  -  We welcome participation from all that are interested, at all skill levels.
  -  Coding, documentation and testing are all critical parts of the software
  -  development process.  If you are interested in participating in any of 
  -  these aspects, please join us!
  -</p>
  -
  -
  -</section>
   
  -<section name="Current Proposals">
  +<section name="The Commons Proper">
   
   <p>
  -The following proposals for new Commons Proper projects are currently pending :
  +  The Commons Proper is dedicated to one principal
  +  goal: creating and maintaining reusable Java components.  The Commons 
  +  Proper is a place for collaboration and sharing, where
  +  developers from throughout the Jakarta community can work together 
  +  on projects to be shared by the Jakarta projects and Jakarta users.  
   </p>
   
  -<ul>
  -
  - <li>
  -   <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>
  +  Commons developers will make an effort to ensure that their
  +  components have minimal dependencies on other libraries, so that
  +  these components can be deployed easily.  In addition, Commons components
  +  will keep their interfaces as stable as possible, so that Jakarta users
  +  (including other Jakarta subprojects) can implement these
  +  components without having to worry about changes in the future. 
  +</p>
   
   <p>
  -Please see the jakarta-commons mail list for further details.
  +  We welcome participation from all that are interested, at all skill levels.
  +  Coding, documentation and testing are all critical parts of the software
  +  development process.  If you are interested in participating in any of 
  +  these aspects, please join us!
   </p>
  +
   
   </section>
   
  
  
  

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