You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2004/07/28 16:15:06 UTC

cvs commit: ant/xdocs external.xml

bodewig     2004/07/28 07:15:06

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to JarBundler - submitted by Seth Morabito
  
  Revision  Changes    Path
  1.175     +51 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.174
  retrieving revision 1.175
  diff -u -r1.174 -r1.175
  --- external.html	10 Jul 2004 08:07:41 -0000	1.174
  +++ external.html	28 Jul 2004 14:15:02 -0000	1.175
  @@ -2318,6 +2318,57 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="JarBundler"></a>
  +        JarBundler
  +      </h4>
  +                        <p>JarBundler is a task that generates Mac OS X native Java
  +        Application Bundles.  It is fully configurable and can be used
  +        to generate Mac OS X application bundles from any supported
  +        Java platform, making it ideal for targeting multiple
  +        platforms with one build.</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 and 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.loomcom.com/jarbundler/">http://www.loomcom.com/jarbundler/</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:sethm@loomcom.com">Seth Morabito</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
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Java+ Precompile Task"></a>
           Java+ Precompile Task
         </h4>
  
  
  
  1.136     +28 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.135
  retrieving revision 1.136
  diff -u -r1.135 -r1.136
  --- external.xml	10 Jul 2004 08:07:41 -0000	1.135
  +++ external.xml	28 Jul 2004 14:15:06 -0000	1.136
  @@ -1214,6 +1214,34 @@
           </table>
         </subsection>
   
  +      <subsection name="JarBundler">
  +
  +        <p>JarBundler is a task that generates Mac OS X native Java
  +        Application Bundles.  It is fully configurable and can be used
  +        to generate Mac OS X application bundles from any supported
  +        Java platform, making it ideal for targeting multiple
  +        platforms with one build.</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.4 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a href="http://www.loomcom.com/jarbundler/">http://www.loomcom.com/jarbundler/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="mailto:sethm@loomcom.com">Seth Morabito</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU General Public License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Java+ Precompile Task">
   
           <p>Java+ is an open source Java preprocessor that adds these
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org