git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@939839 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -70,7 +70,8 @@ Note: This document was updated in the context of releasing Ant 1.7. | |||||
| * docs/manual/cover.html | * docs/manual/cover.html | ||||
| * docs/manual/credits.html | * docs/manual/credits.html | ||||
| * build.xml (version property & manifest-version property) | |||||
| * build.xml properties : project-version & manifest-version | |||||
| * POM files under src/etc/poms and subdirectories | |||||
| Commit your changes. | Commit your changes. | ||||
| @@ -1,6 +1,18 @@ | |||||
| Changes from Ant 1.8.0 TO current SVN version | |||||
| Changes from Ant 1.8.1 TO current SVN version | |||||
| ============================================= | ============================================= | ||||
| Changes that could break older environments: | |||||
| ------------------------------------------- | |||||
| Fixed bugs: | |||||
| ----------- | |||||
| Other changes: | |||||
| -------------- | |||||
| Changes from Ant 1.8.0 TO Ant 1.8.1 | |||||
| =================================== | |||||
| Changes that could break older environments: | Changes that could break older environments: | ||||
| ------------------------------------------- | ------------------------------------------- | ||||
| @@ -34,7 +34,7 @@ | |||||
| <property name="name" value="ant"/> | <property name="name" value="ant"/> | ||||
| <!-- this is the groupId of ant in the Maven repository --> | <!-- this is the groupId of ant in the Maven repository --> | ||||
| <property name="groupid" value="org/apache/ant"/> | <property name="groupid" value="org/apache/ant"/> | ||||
| <property name="project.version" value="1.8.1alpha"/> | |||||
| <property name="project.version" value="1.8.1"/> | |||||
| <!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms --> | <!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms --> | ||||
| <property name="pom.version" value="1.8.1-SNAPSHOT"/> | <property name="pom.version" value="1.8.1-SNAPSHOT"/> | ||||
| <property name="manifest-version" value="1.8.1"/> | <property name="manifest-version" value="1.8.1"/> | ||||
| @@ -205,13 +205,24 @@ | |||||
| <div class="content"> | <div class="content"> | ||||
| <h1 class="title">News</h1> | <h1 class="title">News</h1> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Ant1.8.1"></a> | |||||
| Ant1.8.1 | |||||
| </h3> | |||||
| <h3>May 6th, 2010 - Ant 1.8.1 Released</h3> | |||||
| <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without | |||||
| dependencies) from | |||||
| <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | |||||
| <p>Key features of the 1.8.1 release are</p> | |||||
| <ul> | |||||
| <li>new task augment allows to add attributes or nested elements to previously defined references</li> | |||||
| <li>numerous bug fixes and improvements as documented in Bugzilla | |||||
| and in WHATSNEW</li> | |||||
| </ul> | |||||
| <h3 class="section"> | |||||
| <a name="Ant1.8.0"></a> | <a name="Ant1.8.0"></a> | ||||
| Ant1.8.0 | Ant1.8.0 | ||||
| </h3> | </h3> | ||||
| <h3>Februrary 8th, 2010 - Ant 1.8.0 Released</h3> | <h3>Februrary 8th, 2010 - Ant 1.8.0 Released</h3> | ||||
| <p>Apache Ant 1.8.0 is now available for download as source or binary (with and without | |||||
| dependencies) from | |||||
| <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | |||||
| <p>Key features of the 1.8.0 release are</p> | <p>Key features of the 1.8.0 release are</p> | ||||
| <ul> | <ul> | ||||
| <li>Lexically scoped local properties, i.e. properties that are only defined inside a target, | <li>Lexically scoped local properties, i.e. properties that are only defined inside a target, | ||||
| @@ -244,11 +244,11 @@ Other mirrors: <select name="Preferred"> | |||||
| <a name="Current Release of Ant"></a> | <a name="Current Release of Ant"></a> | ||||
| Current Release of Ant | Current Release of Ant | ||||
| </h3> | </h3> | ||||
| <p>Currently, Apache Ant 1.8.0 is the best available version, see the | |||||
| <p>Currently, Apache Ant 1.8.1 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | <a href="[preferred]/ant/README.html">release notes</a>.</p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.0 was released on 8-Feb-2010 and | |||||
| <div class="content">Ant 1.8.1 was released on 6-May-2010 and | |||||
| may not be available on all mirrors for a few days.</div> | may not be available on all mirrors for a few days.</div> | ||||
| </div> | </div> | ||||
| <br /> | <br /> | ||||
| @@ -259,22 +259,22 @@ may not be available on all mirrors for a few days.</div> | |||||
| </div> | </div> | ||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.zip">apache-ant-1.8.0-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.zip">apache-ant-1.8.1-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.tar.gz">apache-ant-1.8.0-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.gz">apache-ant-1.8.1-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.tar.bz2">apache-ant-1.8.0-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.bz2">apache-ant-1.8.1-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | </ul> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Old Ant Releases"></a> | <a name="Old Ant Releases"></a> | ||||
| @@ -299,17 +299,17 @@ directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | using</p> | ||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.8.0-bin.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-1.8.1-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.8.0-bin.tar.gz.asc<br /> | |||||
| % pgp apache-ant-1.8.1-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.8.0-bin.tar.gz.asc | |||||
| % gpg --verify apache-ant-1.8.1-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a> | <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a> | ||||
| is also available for Windows users. Follow the | is also available for Windows users. Follow the | ||||
| @@ -720,6 +720,16 @@ | |||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| 8 February 2010 | 8 February 2010 | ||||
| </td> | </td> | ||||
| </tr> | |||||
| <tr> | |||||
| <td colspan="1" rowspan="1" | |||||
| valign="top" align="left"> | |||||
| 1.8.1 | |||||
| </td> | |||||
| <td colspan="1" rowspan="1" | |||||
| valign="top" align="left"> | |||||
| 6 May 2010 | |||||
| </td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| <p class="faq"> | <p class="faq"> | ||||
| @@ -201,15 +201,25 @@ | |||||
| <div class="content"> | <div class="content"> | ||||
| <h1 class="title">Welcome</h1> | <h1 class="title">Welcome</h1> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Ant1.8.1"></a> | |||||
| Ant1.8.1 | |||||
| </h3> | |||||
| <h3>May 6th, 2010 - Ant 1.8.1 Released</h3> | |||||
| <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without | |||||
| dependencies) from | |||||
| <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | |||||
| <p>Key features of the 1.8.1 release are</p> | |||||
| <ul> | |||||
| <li>new task augment allows to add attributes or nested elements to previously defined references</li> | |||||
| <li>numerous bug fixes and improvements as documented in Bugzilla | |||||
| and in WHATSNEW</li> | |||||
| </ul> | |||||
| <h3 class="section"> | |||||
| <a name="Ant 1.8.0"></a> | <a name="Ant 1.8.0"></a> | ||||
| Ant 1.8.0 | Ant 1.8.0 | ||||
| </h3> | </h3> | ||||
| <h3>February 8, 2010 - Ant 1.8.0 Available</h3> | <h3>February 8, 2010 - Ant 1.8.0 Available</h3> | ||||
| <p> | |||||
| Apache Ant 1.8.0 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a> | |||||
| . | |||||
| </p> | |||||
| <p>Key features of the 1.8.0 release are</p> | |||||
| <ul> | <ul> | ||||
| <li>Lexically scoped local properties, i.e. properties that are only | <li>Lexically scoped local properties, i.e. properties that are only | ||||
| defined inside a target, | defined inside a target, | ||||
| @@ -19,14 +19,14 @@ | |||||
| <head> | <head> | ||||
| <meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
| <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> | <link rel="stylesheet" type="text/css" href="stylesheets/style.css"> | ||||
| <title>Apache Ant 1.8.0 User Manual</title> | |||||
| <title>Apache Ant 1.8.1 User Manual</title> | |||||
| </head> | </head> | ||||
| <body bgcolor="#FFFFFF"> | <body bgcolor="#FFFFFF"> | ||||
| <div align="center"> | <div align="center"> | ||||
| <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> | <h1><img src="../images/ant_logo_large.gif" width="190" height="120"></h1> | ||||
| <h1>Apache Ant 1.8.0 Manual</h1> | |||||
| <p align="left">This is the manual for version 1.8.0 of | |||||
| <h1>Apache Ant 1.8.1 Manual</h1> | |||||
| <p align="left">This is the manual for version 1.8.1 of | |||||
| <a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>. | <a target="_top" href="http://ant.apache.org/index.html">Apache Ant</a>. | ||||
| If your version | If your version | ||||
| of Ant (as verified with <tt>ant -version</tt>) is older or newer than this | of Ant (as verified with <tt>ant -version</tt>) is older or newer than this | ||||
| @@ -62,7 +62,7 @@ | |||||
| </ul> | </ul> | ||||
| <center> | <center> | ||||
| <p>Version: 1.8.0</p> | |||||
| <p>Version: 1.8.1</p> | |||||
| </center> | </center> | ||||
| @@ -242,11 +242,11 @@ Other mirrors: <select name="Preferred"> | |||||
| <a name="Current Release of Ant"></a> | <a name="Current Release of Ant"></a> | ||||
| Current Release of Ant | Current Release of Ant | ||||
| </h3> | </h3> | ||||
| <p>Currently, Apache Ant 1.8.0 is the best available version, see the | |||||
| <p>Currently, Apache Ant 1.8.1 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | <a href="[preferred]/ant/README.html">release notes</a>.</p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.0 was released on 8-Feb-2010 and | |||||
| <div class="content">Ant 1.8.1 was released on 6-May-2010 and | |||||
| may not be available on all mirrors for a few days.</div> | may not be available on all mirrors for a few days.</div> | ||||
| </div> | </div> | ||||
| <br /> | <br /> | ||||
| @@ -257,22 +257,22 @@ may not be available on all mirrors for a few days.</div> | |||||
| </div> | </div> | ||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.zip">apache-ant-1.8.0-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.zip">apache-ant-1.8.1-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.tar.gz">apache-ant-1.8.0-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.gz">apache-ant-1.8.1-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.tar.bz2">apache-ant-1.8.0-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.bz2">apache-ant-1.8.1-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | </ul> | ||||
| <h3 class="section"> | <h3 class="section"> | ||||
| <a name="Old Ant Releases"></a> | <a name="Old Ant Releases"></a> | ||||
| @@ -297,17 +297,17 @@ directory</a>, rather than from a mirror. Then verify the signatures | |||||
| using</p> | using</p> | ||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.8.0-src.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-1.8.1-src.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.8.0-src.tar.gz.asc<br /> | |||||
| % pgp apache-ant-1.8.1-src.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.8.0-src.tar.gz.asc | |||||
| % gpg --verify apache-ant-1.8.1-src.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||
| programs called <code>md5</code>/<code>sha1</code> or | programs called <code>md5</code>/<code>sha1</code> or | ||||
| @@ -27,19 +27,19 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-antlr</artifactId> | <artifactId>ant-antlr</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>antlr specific task. | <description>antlr specific task. | ||||
| The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description> | The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <optional>true</optional> | <optional>true</optional> | ||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| @@ -27,17 +27,17 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-bcel</artifactId> | <artifactId>ant-apache-bcel</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,17 +27,17 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-bsf</artifactId> | <artifactId>ant-apache-bsf</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-log4j</artifactId> | <artifactId>ant-apache-log4j</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,17 +27,17 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-oro</artifactId> | <artifactId>ant-apache-oro</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-regexp</artifactId> | <artifactId>ant-apache-regexp</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,17 +26,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-resolver</artifactId> | <artifactId>ant-apache-resolver</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,24 +26,24 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-apache-xalan2</artifactId> | <artifactId>ant-apache-xalan2</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>contains Xalan2-specific features</description> | <description>contains Xalan2-specific features</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-nodeps</artifactId> | <artifactId>ant-nodeps</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-commons-logging</artifactId> | <artifactId>ant-commons-logging</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>Ant Listener based on commons-logging</description> | <description>Ant Listener based on commons-logging</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-commons-net</artifactId> | <artifactId>ant-commons-net</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>ftp, rexec and telnet tasks</description> | <description>ftp, rexec and telnet tasks</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,12 +27,12 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-jai</artifactId> | <artifactId>ant-jai</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>image task and corresponding types. | <description>image task and corresponding types. | ||||
| jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided | jai (Java Advanced Imaging) is not available in public Maven repositories, therefore the dependencies are included with a scope provided | ||||
| the download URL is http://java.sun.com/products/java-media/jai/ | the download URL is http://java.sun.com/products/java-media/jai/ | ||||
| @@ -41,7 +41,7 @@ | |||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,12 +26,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-javamail</artifactId> | <artifactId>ant-javamail</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>implementation of the mail task based on javamail. | <description>implementation of the mail task based on javamail. | ||||
| Required to send emails to SMTP servers using user/password combinations | Required to send emails to SMTP servers using user/password combinations | ||||
| or to send mail over SSL</description> | or to send mail over SSL</description> | ||||
| @@ -39,7 +39,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,19 +27,19 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-jdepend</artifactId> | <artifactId>ant-jdepend</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the | <description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the | ||||
| jdepend parser available on the maven repository</description> | jdepend parser available on the maven repository</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-jmf</artifactId> | <artifactId>ant-jmf</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>contains the sound task and a soundplayer listener | <description>contains the sound task and a soundplayer listener | ||||
| download the dependency from http://java.sun.com/products/java-media/jmf/</description> | download the dependency from http://java.sun.com/products/java-media/jmf/</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-jsch</artifactId> | <artifactId>ant-jsch</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>contains the sshexec and scp tasks | <description>contains the sshexec and scp tasks | ||||
| jsch 0.1.29 might not be available from maven</description> | jsch 0.1.29 might not be available from maven</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -26,18 +26,18 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-junit</artifactId> | <artifactId>ant-junit</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>contains the junit and junirreport tasks</description> | <description>contains the junit and junirreport tasks</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,12 +27,12 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-launcher</artifactId> | <artifactId>ant-launcher</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <build> | <build> | ||||
| <plugins> | <plugins> | ||||
| <plugin> | <plugin> | ||||
| @@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-netrexx</artifactId> | <artifactId>ant-netrexx</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>NetRexxC task | <description>NetRexxC task | ||||
| dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description> | dependency can be downloaded from http://www.ibm.com/software/awdtools/netrexx/download.html</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,18 +27,18 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-nodeps</artifactId> | <artifactId>ant-nodeps</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>contains all the optional tasks and types which do not have particular dependencies</description> | <description>contains all the optional tasks and types which do not have particular dependencies</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| </dependencies> | </dependencies> | ||||
| @@ -27,18 +27,18 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-swing</artifactId> | <artifactId>ant-swing</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>a listener and a splash task based on Swing</description> | <description>a listener and a splash task based on Swing</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| </dependencies> | </dependencies> | ||||
| @@ -27,18 +27,18 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-testutil</artifactId> | <artifactId>ant-testutil</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <description>test utility classes</description> | <description>test utility classes</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| <dependency> | <dependency> | ||||
| @@ -27,19 +27,19 @@ | |||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <relativePath>../pom.xml</relativePath> | <relativePath>../pom.xml</relativePath> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| </parent> | </parent> | ||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant</artifactId> | <artifactId>ant</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <name>org.apache.tools.ant</name> | <name>org.apache.tools.ant</name> | ||||
| <description>Apache Ant</description> | <description>Apache Ant</description> | ||||
| <dependencies> | <dependencies> | ||||
| <dependency> | <dependency> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-launcher</artifactId> | <artifactId>ant-launcher</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <scope>compile</scope> | <scope>compile</scope> | ||||
| </dependency> | </dependency> | ||||
| </dependencies> | </dependencies> | ||||
| @@ -25,7 +25,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma | |||||
| <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> | ||||
| <groupId>org.apache.ant</groupId> | <groupId>org.apache.ant</groupId> | ||||
| <artifactId>ant-parent</artifactId> | <artifactId>ant-parent</artifactId> | ||||
| <version>1.8.0-SNAPSHOT</version> | |||||
| <version>1.8.1-SNAPSHOT</version> | |||||
| <packaging>pom</packaging> | <packaging>pom</packaging> | ||||
| <description>master POM</description> | <description>master POM</description> | ||||
| <name>Apache Ant</name> | <name>Apache Ant</name> | ||||
| @@ -26,12 +26,23 @@ | |||||
| </properties> | </properties> | ||||
| <body> | <body> | ||||
| <section name="Ant1.8.0"> | |||||
| <h3>Februrary 8th, 2010 - Ant 1.8.0 Released</h3> | |||||
| <p>Apache Ant 1.8.0 is now available for download as source or binary (with and without | |||||
| <section name="Ant1.8.1"> | |||||
| <h3>May 6th, 2010 - Ant 1.8.1 Released</h3> | |||||
| <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without | |||||
| dependencies) from | dependencies) from | ||||
| <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | ||||
| <p>Key features of the 1.8.1 release are</p> | |||||
| <ul> | |||||
| <li>new task augment allows to add attributes or nested elements to previously defined references</li> | |||||
| <li>numerous bug fixes and improvements as documented in Bugzilla | |||||
| and in WHATSNEW</li> | |||||
| </ul> | |||||
| </section> | |||||
| <section name="Ant1.8.0"> | |||||
| <h3>Februrary 8th, 2010 - Ant 1.8.0 Released</h3> | |||||
| <p>Key features of the 1.8.0 release are</p> | <p>Key features of the 1.8.0 release are</p> | ||||
| <ul> | <ul> | ||||
| <li>Lexically scoped local properties, i.e. properties that are only defined inside a target, | <li>Lexically scoped local properties, i.e. properties that are only defined inside a target, | ||||
| @@ -75,12 +75,12 @@ Other mirrors: <select name="Preferred"> | |||||
| <section name="Current Release of Ant"> | <section name="Current Release of Ant"> | ||||
| <p>Currently, Apache Ant 1.8.0 is the best available version, see the | |||||
| <p>Currently, Apache Ant 1.8.1 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | <a href="[preferred]/ant/README.html">release notes</a>.</p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.0 was released on 8-Feb-2010 and | |||||
| <div class="content">Ant 1.8.1 was released on 6-May-2010 and | |||||
| may not be available on all mirrors for a few days.</div> | may not be available on all mirrors for a few days.</div> | ||||
| </div> | </div> | ||||
| <br></br> | <br></br> | ||||
| @@ -92,22 +92,22 @@ may not be available on all mirrors for a few days.</div> | |||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.zip">apache-ant-1.8.0-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.zip">apache-ant-1.8.1-bin.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.tar.gz">apache-ant-1.8.0-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.gz">apache-ant-1.8.1-bin.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.0-bin.tar.bz2">apache-ant-1.8.0-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.0-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/binaries/apache-ant-1.8.1-bin.tar.bz2">apache-ant-1.8.1-bin.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/binaries/apache-ant-1.8.1-bin.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| @@ -139,17 +139,17 @@ using</p> | |||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.8.0-bin.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-1.8.1-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.8.0-bin.tar.gz.asc<br /> | |||||
| % pgp apache-ant-1.8.1-bin.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.8.0-bin.tar.gz.asc | |||||
| % gpg --verify apache-ant-1.8.1-bin.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a> | <p>A command line version of <a href="http://www.gnupg.org/download/">GnuPG</a> | ||||
| @@ -226,6 +226,10 @@ | |||||
| <td>1.8.0</td> | <td>1.8.0</td> | ||||
| <td>8 February 2010</td> | <td>8 February 2010</td> | ||||
| </tr> | </tr> | ||||
| <tr> | |||||
| <td>1.8.1</td> | |||||
| <td>6 May 2010</td> | |||||
| </tr> | |||||
| </table> | </table> | ||||
| </answer> | </answer> | ||||
| </faq> | </faq> | ||||
| @@ -24,13 +24,23 @@ | |||||
| </properties> | </properties> | ||||
| <body> | <body> | ||||
| <section name="Ant1.8.1"> | |||||
| <h3>May 6th, 2010 - Ant 1.8.1 Released</h3> | |||||
| <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without | |||||
| dependencies) from | |||||
| <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p> | |||||
| <p>Key features of the 1.8.1 release are</p> | |||||
| <ul> | |||||
| <li>new task augment allows to add attributes or nested elements to previously defined references</li> | |||||
| <li>numerous bug fixes and improvements as documented in Bugzilla | |||||
| and in WHATSNEW</li> | |||||
| </ul> | |||||
| </section> | |||||
| <section name="Ant 1.8.0"> | <section name="Ant 1.8.0"> | ||||
| <h3>February 8, 2010 - Ant 1.8.0 Available</h3> | <h3>February 8, 2010 - Ant 1.8.0 Available</h3> | ||||
| <p> | |||||
| Apache Ant 1.8.0 is now available for | |||||
| <a href="http://ant.apache.org/bindownload.cgi">download</a> | |||||
| . | |||||
| </p> | |||||
| <p>Key features of the 1.8.0 release are</p> | |||||
| <ul> | <ul> | ||||
| <li>Lexically scoped local properties, i.e. properties that are only | <li>Lexically scoped local properties, i.e. properties that are only | ||||
| defined inside a target, | defined inside a target, | ||||
| @@ -72,12 +72,12 @@ Other mirrors: <select name="Preferred"> | |||||
| <section name="Current Release of Ant"> | <section name="Current Release of Ant"> | ||||
| <p>Currently, Apache Ant 1.8.0 is the best available version, see the | |||||
| <p>Currently, Apache Ant 1.8.1 is the best available version, see the | |||||
| <a href="[preferred]/ant/README.html">release notes</a>.</p> | <a href="[preferred]/ant/README.html">release notes</a>.</p> | ||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.0 was released on 8-Feb-2010 and | |||||
| <div class="content">Ant 1.8.1 was released on 6-May-2010 and | |||||
| may not be available on all mirrors for a few days.</div> | may not be available on all mirrors for a few days.</div> | ||||
| </div> | </div> | ||||
| <br></br> | <br></br> | ||||
| @@ -89,22 +89,22 @@ may not be available on all mirrors for a few days.</div> | |||||
| <ul> | <ul> | ||||
| <li><code>.zip</code> archive: | <li><code>.zip</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.zip">apache-ant-1.8.0-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.zip.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.zip">apache-ant-1.8.1-src.zip</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.zip.md5">MD5</a>]</li> | |||||
| <li><code>.tar.gz</code> archive: | <li><code>.tar.gz</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.tar.gz">apache-ant-1.8.0-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.gz.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.gz">apache-ant-1.8.1-src.tar.gz</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.gz.md5">MD5</a>]</li> | |||||
| <li><code>.tar.bz2</code> archive: | <li><code>.tar.bz2</code> archive: | ||||
| <a href="[preferred]/ant/source/apache-ant-1.8.0-src.tar.bz2">apache-ant-1.8.0-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.0-src.tar.bz2.md5">MD5</a>]</li> | |||||
| <a href="[preferred]/ant/source/apache-ant-1.8.1-src.tar.bz2">apache-ant-1.8.1-src.tar.bz2</a> | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.asc">PGP</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.sha1">SHA1</a>] | |||||
| [<a href="http://www.apache.org/dist/ant/source/apache-ant-1.8.1-src.tar.bz2.md5">MD5</a>]</li> | |||||
| </ul> | </ul> | ||||
| </section> | </section> | ||||
| @@ -136,17 +136,17 @@ using</p> | |||||
| <p><code> | <p><code> | ||||
| % pgpk -a KEYS<br /> | % pgpk -a KEYS<br /> | ||||
| % pgpv apache-ant-1.8.0-src.tar.gz.asc<br /> | |||||
| % pgpv apache-ant-1.8.1-src.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % pgp -ka KEYS<br /> | % pgp -ka KEYS<br /> | ||||
| % pgp apache-ant-1.8.0-src.tar.gz.asc<br /> | |||||
| % pgp apache-ant-1.8.1-src.tar.gz.asc<br /> | |||||
| </code> | </code> | ||||
| <em>or</em><br /> | <em>or</em><br /> | ||||
| <code> | <code> | ||||
| % gpg --import KEYS<br /> | % gpg --import KEYS<br /> | ||||
| % gpg --verify apache-ant-1.8.0-src.tar.gz.asc | |||||
| % gpg --verify apache-ant-1.8.1-src.tar.gz.asc | |||||
| </code></p> | </code></p> | ||||
| <p>Alternatively, you can verify the checksums on the files. Unix | <p>Alternatively, you can verify the checksums on the files. Unix | ||||