Browse Source

Added SQLC to external page.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276825 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
6d5ce0b168
2 changed files with 75 additions and 0 deletions
  1. +49
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 49
- 0
docs/external.html View File

@@ -4172,6 +4172,55 @@
Lite edition of Speech4j which includes both the task
and the listener is free.
</td>
</tr>
</table>
<h4 class="subsection">
<a name="SQLC"></a>
SQLC
</h4>
<p>SQLC generates Java classes from SQL statements. Introduction
to SQLC: <a href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Tested with Ant 1.5.2 and Java 1.4. Shall work on Java 1.3+
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.pavelvlasov.com/pv/content/Products/Common/doc/AntDoc/com/pavelvlasov/sql/java/ant/StatementCompilerTask.html">http://www.pavelvlasov.com/pv/content/Products/Common/doc/AntDoc/com/pavelvlasov/sql/java/ant/StatementCompilerTask.html</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL
</td>
</tr>
</table>
<h4 class="subsection">


+ 26
- 0
xdocs/external.xml View File

@@ -2257,6 +2257,32 @@
</table>
</subsection>

<subsection name="SQLC">

<p>SQLC generates Java classes from SQL statements. Introduction
to SQLC: <a href="http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html">
http://www.pavelvlasov.com/pv/content/Articles/sqlc/sqlc.html</a></p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Tested with Ant 1.5.2 and Java 1.4. Shall work on Java 1.3+</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.pavelvlasov.com/pv/content/Products/Common/doc/AntDoc/com/pavelvlasov/sql/java/ant/StatementCompilerTask.html">http://www.pavelvlasov.com/pv/content/Products/Common/doc/AntDoc/com/pavelvlasov/sql/java/ant/StatementCompilerTask.html</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Pavel Vlasov</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="Styler">

<p>The styler task makes useful combinations of XSLT transformations


Loading…
Cancel
Save