From 48b8c86b86e5a100629388465ec8c5b944a67d25 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Wed, 24 Nov 2004 15:57:33 +0000 Subject: [PATCH] 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 --- docs/external.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 31 +++++++++++++++++++++++++++ 2 files changed, 83 insertions(+) diff --git a/docs/external.html b/docs/external.html index 9ee5020b5..bc2f73f70 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2418,6 +2418,58 @@ valign="top" align="left"> GNU General Public License + + +

+ + JarPatch +

+

JarPatch is a task that generates a zip file resulting of + the diff between the content of 2 jar files.

+

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)

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.5 and later +
+ URL: + + http://perso.club-internet.fr/sjobic/ant/ +
+ Contact: + + Norbert Barbosa +
+ License: + + LGPL License +

diff --git a/xdocs/external.xml b/xdocs/external.xml index c197e0aaf..f0ca305cf 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1269,6 +1269,37 @@ + + +

JarPatch is a task that generates a zip file resulting of + the diff between the content of 2 jar files.

+ +

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)

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5 and later
URL:http://perso.club-internet.fr/sjobic/ant/
Contact:Norbert Barbosa
License:LGPL License
+
+

Java+ is an open source Java preprocessor that adds these