Browse Source

Add pointer to JarBundler - submitted by Seth Morabito

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276731 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
78946192ac
2 changed files with 79 additions and 0 deletions
  1. +51
    -0
      docs/external.html
  2. +28
    -0
      xdocs/external.xml

+ 51
- 0
docs/external.html View File

@@ -2315,6 +2315,57 @@
BSD License. Prior releases were under the GNU General
Public License.
</td>
</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">


+ 28
- 0
xdocs/external.xml View File

@@ -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


Loading…
Cancel
Save