jhm         2004/06/13 02:46:18

  Modified:    xdocs    external.xml
               docs     external.html
  Log:
  new J2ME tasks
  
  Revision  Changes    Path
  1.130     +35 -1     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- external.xml      7 Jun 2004 11:05:19 -0000       1.129
  +++ external.xml      13 Jun 2004 09:46:18 -0000      1.130
  @@ -928,7 +928,7 @@
   
         <subsection name="J2ME Ant Tasks">
   
  -        <p>There are four different sets of tasks to help build <a
  +        <p>There are different sets of tasks to help build <a
           href="http://java.sun.com/j2me/";>Java 2 Platform, Micro
           Edition</a> (J2ME) applications.</p>
   
  @@ -1031,6 +1031,40 @@
             <tr>
               <th>License:</th>
               <td>GNU General Public License</td>
  +          </tr>
  +        </table>
  +
  +        <p>J2ME Polish is an Ant-based tool for the creation of
  +        MIDP applications. It covers the whole circle of preprocessing, 
compiling,
  +        obfuscation, preverifying, packaging and JAD-creation. J2ME Polish is
  +        ideal for creating device optimized applications with its powerful
  +        preprocessing capabilities and the integrated device database.
  +        With J2ME Polish no hardcoded values are needed and the portability 
of an
  +        application is not sacrificed, even though highly opimized 
applications are
  +        created from a single source.
  +        <br/>
  +        It contains a logging framework and an optional MIDP-compatible GUI
  +        which can be designed using the web-standard CSS. With the J2ME 
Polish GUI
  +        you can even use MIDP/2.0 features on MIDP/1.0 phones.
  +        </p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4.1 or later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a
  +            
href="http://www.j2mepolish.org/";>http://www.j2mepolish.org/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:[EMAIL PROTECTED]">Enough Software</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU General Public License; commercial licenses 
available</td>
             </tr>
           </table>
   
  
  
  
  1.169     +56 -1     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.168
  retrieving revision 1.169
  diff -u -r1.168 -r1.169
  --- external.html     7 Jun 2004 11:05:18 -0000       1.168
  +++ external.html     13 Jun 2004 09:46:18 -0000      1.169
  @@ -1799,7 +1799,7 @@
           <a name="J2ME Ant Tasks"></a>
           J2ME Ant Tasks
         </h4>
  -                        <p>There are four different sets of tasks to help 
build <a href="http://java.sun.com/j2me/";>Java 2 Platform, Micro
  +                        <p>There are 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 class="externals" 
cellspacing="1" cellpadding="4">
  @@ -1988,6 +1988,61 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             GNU General Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                <p>J2ME Polish is an Ant-based tool for the 
creation of
  +        MIDP applications. It covers the whole circle of preprocessing, 
compiling,
  +        obfuscation, preverifying, packaging and JAD-creation. J2ME Polish is
  +        ideal for creating device optimized applications with its powerful
  +        preprocessing capabilities and the integrated device database.
  +        With J2ME Polish no hardcoded values are needed and the portability 
of an
  +        application is not sacrificed, even though highly opimized 
applications are
  +        created from a single source.
  +        <br />
  +        It contains a logging framework and an optional MIDP-compatible GUI
  +        which can be designed using the web-standard CSS. With the J2ME 
Polish GUI
  +        you can even use MIDP/2.0 features on MIDP/1.0 phones.
  +        </p>
  +                                      <table class="externals" 
cellspacing="1" cellpadding="4">
  +              <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Compatibility:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Ant 1.4.1 or later
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          URL:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="http://www.j2mepolish.org/";>http://www.j2mepolish.org/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          <a href="mailto:[EMAIL PROTECTED]">Enough Software</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          GNU General Public License; commercial licenses available
         </td>
         </tr>
           </table>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to