Browse Source

Add pointer to Antenna.

Submitted by:	Joerg Pleumann <joerg@pleumann.de>

Update information on JCSC.

Submitted by:	Ralph Jocham <rjocham72@netscape.net>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273597 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
2bcfa28ef7
2 changed files with 112 additions and 4 deletions
  1. +80
    -2
      docs/external.html
  2. +32
    -2
      xdocs/external.xml

+ 80
- 2
docs/external.html View File

@@ -1283,7 +1283,7 @@
</td></tr>
<tr><td>
<blockquote>
<p>There are two different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro
<p>There are three different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p>
<p>This set supports CLDC and the K Virtual Machine (KVM):</p>
<table>
@@ -1401,6 +1401,70 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
MIT License
</font>
</td>
</tr>
</table>
<p>With Antenna, you can compile, preverify, package, and
obfuscate your MIDP applications, as well as convert them to
PRC files designed to run on MIDP for PalmOS. The tasks are
mostly built around the Wireless Toolkit and the free
RetroGuard obfuscator, with some additional gimmicks like
automatic version numbering.</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.4.1 or later
</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://antenna.sourceforge.net/">http://antenna.sourceforge.net/</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:joerg@pleumann.de">Jörg Pleumann</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">
GNU Lesser General Public License
</font>
</td>
</tr>
</table>
@@ -1501,7 +1565,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant &gt;1.5
Ant &gt;= 1.5
</font>
</td>
</tr>
@@ -1517,6 +1581,20 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</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:rjocham72@netscape.net">Ralph Jocham</a>
</font>
</td>
</tr>
<tr>


+ 32
- 2
xdocs/external.xml View File

@@ -451,7 +451,7 @@

<subsection name="J2ME Ant Tasks">

<p>There are two different sets of tasks to help build <a
<p>There are three different sets of tasks to help build <a
href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p>
@@ -498,6 +498,32 @@
</tr>
</table>

<p>With Antenna, you can compile, preverify, package, and
obfuscate your MIDP applications, as well as convert them to
PRC files designed to run on MIDP for PalmOS. The tasks are
mostly built around the Wireless Toolkit and the free
RetroGuard obfuscator, with some additional gimmicks like
automatic version numbering.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.4.1 or later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://antenna.sourceforge.net/">http://antenna.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:joerg@pleumann.de">J&#xF6;rg Pleumann</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU Lesser General Public License</td>
</tr>
</table>

</subsection>

<subsection name="javarec">
@@ -535,12 +561,16 @@
<table>
<tr>
<th>Compatibility:</th>
<td>Ant &gt;1.5</td>
<td>Ant &gt;= 1.5</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jcsc.sourceforge.net/">http://jcsc.sourceforge.net/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:rjocham72@netscape.net">Ralph Jocham</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License</td>


Loading…
Cancel
Save