Browse Source

Add external task 'Incanto' to link list.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278425 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 20 years ago
parent
commit
12e9f67dd5
2 changed files with 88 additions and 15 deletions
  1. +52
    -4
      docs/external.html
  2. +36
    -11
      xdocs/external.xml

+ 52
- 4
docs/external.html View File

@@ -654,9 +654,9 @@
AntSpaces
</h4>
<p>AntSpaces provides Ant integration with JavaSpaces. This
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
@@ -2044,6 +2044,54 @@
valign="top" align="left">
GNU LGPL
</td>
</tr>
</table>
<h4 class="subsection">
<a name="Incanto"></a>
Incanto
</h4>
<p>Ant tasks to provide support for Oracle database tools
(such as SQL*Plus, Import, Export)</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">
Ant 1.6
</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://incanto.sourceforge.net/">http://incanto.sourceforge.net/</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="mailto:alexrk@users.sourceforge.net">Alexander Karnstedt</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Apache License, Version 2.0
</td>
</tr>
</table>
<h4 class="subsection">
@@ -5926,7 +5974,7 @@
or
<a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-ant-home/index.html">
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-ant-home/index.html
</a>
</a>
</td>
</tr>


+ 36
- 11
xdocs/external.xml View File

@@ -293,12 +293,12 @@

<subsection name="AntSpaces">

<p>AntSpaces provides Ant integration with JavaSpaces. This
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>
<p>AntSpaces provides Ant integration with JavaSpaces. This
allows you to coordinate Ant tasks via JavaSpaces, pull out
work units from a JavaSpace for distributed Ant tasks to work
on, and so forth.</p>

<table class="externals">
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later</td>
@@ -348,11 +348,11 @@
</subsection>

<subsection name="Ant Web Start Task">
<p>Ant Web Start Task is an Ant task allowing developers to
package a desktop application as a WAR (Web Application
Archive) to be distributed over the net via Java Web Start</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
@@ -1059,6 +1059,31 @@
</table>
</subsection>

<subsection name="Incanto">

<p>Ant tasks to provide support for Oracle database tools
(such as SQL*Plus, Import, Export)</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.6</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://incanto.sourceforge.net/">http://incanto.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:alexrk@users.sourceforge.net">Alexander Karnstedt</a></td>
</tr>
<tr>
<th>License:</th>
<td>Apache License, Version 2.0</td>
</tr>
</table>
</subsection>

<subsection name="Interactive">

<p>Task allowing to run a dialog within a build used to setup
@@ -1608,7 +1633,7 @@
<tr>
<th>Task Documentation:</th>
<td>
<a
<a
href="http://cvs.sourceforge.net/viewcvs.py/*checkout*/javadiff/jdiff/jdiff.html?rev=HEAD&amp;content-type=text/html#JDiffAntTask"
>
(in CVS)</a></td>
@@ -1619,7 +1644,7 @@
</tr>
</table>
</subsection>
<subsection name="JFlex">

<p>JFlex is a lexical analyzer generator (also known as
@@ -3222,7 +3247,7 @@
or
<a href="http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-ant-home/index.html">
http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-ant-home/index.html
</a>
</a>
</td>
</tr>
<tr>
@@ -3472,4 +3497,4 @@
</section>

</body>
</document>
</document>

Loading…
Cancel
Save