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/11/24 16:57:33 UTC

cvs commit: ant/xdocs external.xml

bodewig     2004/11/24 07:57:33

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add reference to JarPatch by Norbert Barbosa
  
  Revision  Changes    Path
  1.189     +52 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.188
  retrieving revision 1.189
  diff -u -r1.188 -r1.189
  --- external.html	18 Nov 2004 12:22:18 -0000	1.188
  +++ external.html	24 Nov 2004 15:57:33 -0000	1.189
  @@ -2421,6 +2421,58 @@
         </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">
           <a name="Java+ Precompile Task"></a>
           Java+ Precompile Task
         </h4>
  
  
  
  1.148     +31 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- external.xml	26 Oct 2004 11:02:38 -0000	1.147
  +++ external.xml	24 Nov 2004 15:57:33 -0000	1.148
  @@ -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
  
  
  

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