Browse Source

Add pointer to ImTask, Submitted by Jon Madison

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275549 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
5923085eb1
2 changed files with 74 additions and 0 deletions
  1. +48
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 48
- 0
docs/external.html View File

@@ -1246,6 +1246,54 @@
valign="top" align="left">
LGPL
</td>
</tr>
</table>
<h4 class="subsection">
<a name="ImTask"></a>
ImTask
</h4>
<p>ImTask is a task to allow one to send an Instant
Message. Currently supports yahoo!, AIM, and Jabber</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.5 or higher
</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://imtask.sourceforge.net/">http://imtask.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:djallstar@users.sourceforge.net">Jon Madison</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GNU LGPL
</td>
</tr>
</table>
<h4 class="subsection">


+ 26
- 0
xdocs/external.xml View File

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

<subsection name="ImTask">

<p>ImTask is a task to allow one to send an Instant
Message. Currently supports yahoo!, AIM, and Jabber</p>


<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 or higher</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://imtask.sourceforge.net/">http://imtask.sourceforge.net</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:djallstar@users.sourceforge.net">Jon Madison</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU LGPL</td>
</tr>
</table>
</subsection>

<subsection name="Interactive">

<p>Task allowing to run a dialog within a build used to setup


Loading…
Cancel
Save