Browse Source

Add reference to JarPatch by Norbert Barbosa

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277077 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
48b8c86b86
2 changed files with 83 additions and 0 deletions
  1. +52
    -0
      docs/external.html
  2. +31
    -0
      xdocs/external.xml

+ 52
- 0
docs/external.html View File

@@ -2418,6 +2418,58 @@
valign="top" align="left">
GNU General Public License
</td>
</tr>
</table>
<h4 class="subsection">
<a name="JarPatch"></a>
JarPatch
</h4>
<p>JarPatch is a task that generates a zip file resulting of
the diff between the content of 2 jar files.</p>
<p>The resulting diff file can be use as a patch for a
previous installation (just ensure that the generated
patch.zip file is located on the CLASSPATH before the patched
oldJar jar file)</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.5 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://perso.club-internet.fr/sjobic/ant/">http://perso.club-internet.fr/sjobic/ant/</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:norbert.barbosa@laposte.net">Norbert Barbosa</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL License
</td>
</tr>
</table>
<h4 class="subsection">


+ 31
- 0
xdocs/external.xml View File

@@ -1269,6 +1269,37 @@
</table>
</subsection>

<subsection name="JarPatch">

<p>JarPatch is a task that generates a zip file resulting of
the diff between the content of 2 jar files.</p>

<p>The resulting diff file can be use as a patch for a
previous installation (just ensure that the generated
patch.zip file is located on the CLASSPATH before the patched
oldJar jar file)</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a
href="http://perso.club-internet.fr/sjobic/ant/">http://perso.club-internet.fr/sjobic/ant/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:norbert.barbosa@laposte.net">Norbert Barbosa</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL License</td>
</tr>
</table>
</subsection>

<subsection name="Java+ Precompile Task">

<p>Java+ is an open source Java preprocessor that adds these


Loading…
Cancel
Save