Browse Source

Added pointer to Josh Eckels' J2ME tasks.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269206 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 24 years ago
parent
commit
15fc9190cc
2 changed files with 82 additions and 2 deletions
  1. +60
    -1
      webpage/docs/external.html
  2. +22
    -1
      webpage/xdocs/external.xml

+ 60
- 1
webpage/docs/external.html View File

@@ -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>
@@ -389,6 +389,65 @@
<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:jeckels@stampysoft.com">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>
</table>


+ 22
- 1
webpage/xdocs/external.xml View File

@@ -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>
@@ -129,6 +129,27 @@
</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:jeckels@stampysoft.com">Josh Eckels</a></td>
</tr>
<tr>
<th>License:</th>
<td>MIT License</td>
</tr>
</table>

</subsection>

</section>


Loading…
Cancel
Save