bodewig     01/06/21 02:57:31

  Modified:    webpage/docs external.html
               webpage/xdocs external.xml
  Log:
  Explain difference between J2ME tasks.
  
  Submitted by: Josh Eckels <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.20      +3 -1      jakarta-ant/webpage/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/docs/external.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- external.html     2001/06/20 07:43:52     1.19
  +++ external.html     2001/06/21 09:57:30     1.20
  @@ -409,6 +409,7 @@
         <blockquote>
                           <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>
  +                                <p>This set supports CLDC and the K Virtual 
Machine (KVM):</p>
                                     <table>
                 <tr>
                     <td bgcolor="#039acc" colspan="" rowspan="" 
  @@ -467,7 +468,8 @@
     </td>
         </tr>
           </table>
  -                                <p>and</p>
  +                                <p>And this set works with the J2ME Wireless 
Toolkit and MIDP
  +        for PalmOS:</p>
                                     <table>
                 <tr>
                     <td bgcolor="#039acc" colspan="" rowspan="" 
  
  
  
  1.13      +4 -1      jakarta-ant/webpage/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/webpage/xdocs/external.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- external.xml      2001/06/20 07:44:01     1.12
  +++ external.xml      2001/06/21 09:57:31     1.13
  @@ -140,6 +140,8 @@
           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>
             <tr>
               <th>Compatibility:</th>
  @@ -159,7 +161,8 @@
             </tr>
           </table>
   
  -        <p>and</p>
  +        <p>And this set works with the J2ME Wireless Toolkit and MIDP
  +        for PalmOS:</p>
   
           <table>
             <tr>
  
  
  

Reply via email to