You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2002/11/11 22:12:57 UTC

cvs commit: jakarta-commons/xdocs/stylesheets project.xml

bayard      2002/11/11 13:12:57

  Modified:    xdocs    sandbox.xml components.xml
               xdocs/stylesheets project.xml
  Log:
  Added Codec and DBUtils
  
  Revision  Changes    Path
  1.22      +6 -6      jakarta-commons/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- sandbox.xml	10 Oct 2002 20:37:47 -0000	1.21
  +++ sandbox.xml	11 Nov 2002 21:12:57 -0000	1.22
  @@ -62,12 +62,6 @@
     </li>
   
     <li>
  -     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/lang/">
  -     Lang</a>
  -     proposal from Henri Yandell.
  -  </li>
  -
  -  <li>
        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/io/">
        IO</a>
        proposal from Scott Sanders.
  @@ -100,6 +94,12 @@
        proposal from Scott Sanders.
     </li>
               </ul>
  +
  +  <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/">
  +     DBUtils</a>
  +     proposal from Henri Yandell. A set of reusable database functions and components for JDBC(tm) work.
  +  </li>
   
   
               <p>
  
  
  
  1.60      +14 -0     jakarta-commons/xdocs/components.xml
  
  Index: components.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- components.xml	6 Nov 2002 17:05:36 -0000	1.59
  +++ components.xml	11 Nov 2002 21:12:57 -0000	1.60
  @@ -278,6 +278,13 @@
       </dd>
       <!-- /Cache -->
       
  +    <!-- Codec -->
  +    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/codec/">Codec</a></big></b></dt>
  +    <dd>
  +     Codec seeks to encapsulate popular encoding/decoding algorithms.
  +    </dd>
  +    <!-- /Codec -->
  +    
       <!-- Daemon -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/daemon/">Daemon</a></big></b></dt>
       <dd>
  @@ -285,6 +292,13 @@
       </dd>
       <!-- /Daemon -->
           
  +    <!-- DBUtils -->
  +    <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/">DBUtils</a></big></b></dt>
  +    <dd>
  +     DBUtils contains reusable JDBC(tm) functions and components.
  +    </dd>
  +    <!-- /Codec -->
  +    
       <!-- Email -->
       <dt><b><big><a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/email/">Email</a></big></b></dt>
       <dd>
  
  
  
  1.52      +4 -0      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.51
  retrieving revision 1.52
  diff -u -r1.51 -r1.52
  --- project.xml	25 Oct 2002 04:52:27 -0000	1.51
  +++ project.xml	11 Nov 2002 21:12:57 -0000	1.52
  @@ -118,7 +118,11 @@
   
           <item name="Configuration"          href="http://jakarta.apache.org/commons/sandbox/configuration/"/>        
   
  +        <item name="Codec"                 href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/codec/"/>
  +        
           <item name="Daemon"                 href="http://jakarta.apache.org/commons/sandbox/daemon/"/>
  +        
  +        <item name="DBUtils"                 href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/dbutils/"/>
           
           <item name="IO"                     href="http://jakarta.apache.org/commons/sandbox/io/"/>
   
  
  
  

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