Browse Source

Add information about DBPatch antlib in sandbox

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@653042 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 17 years ago
parent
commit
c4155d7dae
2 changed files with 87 additions and 0 deletions
  1. +58
    -0
      docs/antlibs/sandbox.html
  2. +29
    -0
      xdocs/antlibs/sandbox.xml

+ 58
- 0
docs/antlibs/sandbox.html View File

@@ -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>


+ 29
- 0
xdocs/antlibs/sandbox.xml View File

@@ -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>


Loading…
Cancel
Save