Browse Source

Explain difference between J2ME tasks.

Submitted by:	Josh Eckels <jeckels@stampysoft.com>


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

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

@@ -409,6 +409,7 @@
<blockquote> <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 two different sets of tasks to help build <a href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p> Edition</a> (J2ME) applications.</p>
<p>This set supports CLDC and the K Virtual Machine (KVM):</p>
<table> <table>
<tr> <tr>
<td bgcolor="#039acc" colspan="" rowspan="" <td bgcolor="#039acc" colspan="" rowspan=""
@@ -467,7 +468,8 @@
</td> </td>
</tr> </tr>
</table> </table>
<p>and</p>
<p>And this set works with the J2ME Wireless Toolkit and MIDP
for PalmOS:</p>
<table> <table>
<tr> <tr>
<td bgcolor="#039acc" colspan="" rowspan="" <td bgcolor="#039acc" colspan="" rowspan=""


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

@@ -140,6 +140,8 @@
href="http://java.sun.com/j2me/">Java 2 Platform, Micro href="http://java.sun.com/j2me/">Java 2 Platform, Micro
Edition</a> (J2ME) applications.</p> Edition</a> (J2ME) applications.</p>
<p>This set supports CLDC and the K Virtual Machine (KVM):</p>

<table> <table>
<tr> <tr>
<th>Compatibility:</th> <th>Compatibility:</th>
@@ -159,7 +161,8 @@
</tr> </tr>
</table> </table>


<p>and</p>
<p>And this set works with the J2ME Wireless Toolkit and MIDP
for PalmOS:</p>


<table> <table>
<tr> <tr>


Loading…
Cancel
Save