You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by js...@apache.org on 2002/09/10 18:35:42 UTC

cvs commit: jakarta-commons/xdocs sandbox.xml

jstrachan    2002/09/10 09:35:41

  Modified:    xdocs/stylesheets project.xml
               xdocs    sandbox.xml
  Log:
  Added commons-sql as a link
  
  Revision  Changes    Path
  1.47      +2 -0      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- project.xml	28 Aug 2002 20:07:31 -0000	1.46
  +++ project.xml	10 Sep 2002 16:35:41 -0000	1.47
  @@ -134,6 +134,8 @@
   
           <item name="Scaffold"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/scaffold/"/>
   
  +        <item name="SQL"               		href="http://jakarta.apache.org/commons/sandbox/sql/"/>
  +
           <item name="VFS"                    href="http://jakarta.apache.org/commons/sandbox/vfs/"/>
   
           <item name="Workflow"               href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/workflow/"/>
  
  
  
  1.20      +8 -0      jakarta-commons/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- sandbox.xml	15 Aug 2002 14:42:57 -0000	1.19
  +++ sandbox.xml	10 Sep 2002 16:35:41 -0000	1.20
  @@ -73,6 +73,14 @@
        proposal from Scott Sanders.
     </li>
   
  +	<li>
  +     <a href="http://jakarta.apache.org/commons/sandbox/sql/">
  +     SQL</a>
  +     an SQL component for generating SQL DDL and documentation from an XML description or beans.
  +     This is a refactoring of code from Torque so that it can be reused across other projects such as OJB.
  +     From James Strachan, Jason van Zyl and others.
  +  </li>
  +
     <li>
        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/util/">
        Util</a>
  
  
  

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