bodewig 01/06/19 23:57:34
Modified: webpage/docs external.html
webpage/xdocs external.xml
Log:
Added pointer to Josh Eckels' J2ME tasks.
Revision Changes Path
1.18 +60 -1 jakarta-ant/webpage/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/docs/external.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- external.html 2001/05/02 10:04:59 1.17
+++ external.html 2001/06/20 06:57:30 1.18
@@ -332,7 +332,7 @@
</td></tr>
<tr><td>
<blockquote>
- <p>A set of tasks to help build <a
href="http://java.sun.com/j2me/">Java 2 Platform, Micro
+ <p>There are two different sets of tasks to help
build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p>
<table>
<tr>
@@ -388,6 +388,65 @@
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Apache Software License
+ </font>
+ </td>
+ </tr>
+ </table>
+ <p>and</p>
+ <table>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Compatibility:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Ant 1.3
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ URL:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a
href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Contact:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ MIT License
</font>
</td>
</tr>
1.11 +22 -1 jakarta-ant/webpage/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/webpage/xdocs/external.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- external.xml 2001/05/02 10:05:06 1.10
+++ external.xml 2001/06/20 06:57:32 1.11
@@ -106,7 +106,7 @@
<subsection name="J2ME Ant Tasks">
- <p>A set of tasks to help build <a
+ <p>There are two different sets of tasks to help build <a
href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p>
@@ -126,6 +126,27 @@
<tr>
<th>License:</th>
<td>Apache Software License</td>
+ </tr>
+ </table>
+
+ <p>and</p>
+
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.3</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Josh Eckels</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>MIT License</td>
</tr>
</table>