You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/05/03 12:39:41 UTC

svn commit: r653042 - in /ant/core/trunk: docs/antlibs/sandbox.html xdocs/antlibs/sandbox.xml

Author: bodewig
Date: Sat May  3 03:39:40 2008
New Revision: 653042

URL: http://svn.apache.org/viewvc?rev=653042&view=rev
Log:
Add information about DBPatch antlib in sandbox

Modified:
    ant/core/trunk/docs/antlibs/sandbox.html
    ant/core/trunk/xdocs/antlibs/sandbox.xml

Modified: ant/core/trunk/docs/antlibs/sandbox.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/antlibs/sandbox.html?rev=653042&r1=653041&r2=653042&view=diff
==============================================================================
--- ant/core/trunk/docs/antlibs/sandbox.html (original)
+++ ant/core/trunk/docs/antlibs/sandbox.html Sat May  3 03:39:40 2008
@@ -163,6 +163,64 @@
       Current Sandbox Ant Libraries
     </h3>
                               <h4 class="subsection">
+        <a name="DBPatch"></a>
+        DBPatch
+      </h4>
+                        <p>DBPatch library is intended to maintain versioning of a
+        database schema and data during iterative development.</p>
+                                      <table class="ForrestTable" cellspacing="1" cellpadding="4">
+              <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          SVN URL:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          ViewSVN:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dbpatch/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dbpatch/</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant compatibility:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant 1.7.x
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Added to sandbox:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          2008-04-22
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Sponsoring Committers
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Stefan Bodewig
+      </td>
+      </tr>
+          </table>
+                                                          <h4 class="subsection">
         <a name="Debian - Debian related tasks"></a>
         Debian - Debian related tasks
       </h4>

Modified: ant/core/trunk/xdocs/antlibs/sandbox.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/antlibs/sandbox.xml?rev=653042&r1=653041&r2=653042&view=diff
==============================================================================
--- ant/core/trunk/xdocs/antlibs/sandbox.xml (original)
+++ ant/core/trunk/xdocs/antlibs/sandbox.xml Sat May  3 03:39:40 2008
@@ -38,6 +38,35 @@
 
     <section name="Current Sandbox Ant Libraries">
 
+      <subsection name="DBPatch">
+
+        <p>DBPatch library is intended to maintain versioning of a
+        database schema and data during iterative development.</p>
+
+        <table>
+          <tr>
+            <th>SVN URL:</th>
+            <td><a href="https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/">https://svn.apache.org/repos/asf/ant/sandbox/antlibs/dbpatch/</a></td>
+          </tr>
+          <tr>
+            <th>ViewSVN:</th>
+            <td><a href="http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dbpatch/">http://svn.apache.org/viewcvs.cgi/ant/sandbox/antlibs/dbpatch/</a></td>
+          </tr>
+          <tr>
+            <th>Ant compatibility:</th>
+            <td>Ant 1.7.x</td>
+          </tr>
+          <tr>
+            <th>Added to sandbox:</th>
+            <td>2008-04-22</td>
+          </tr>
+          <tr>
+            <th>Sponsoring Committers</th>
+            <td>Stefan Bodewig</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="Debian - Debian related tasks">
 
         <p>Debian provides tasks for generating Debian packages.</p>