git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1051219 13f79535-47bb-0310-9956-ffa450edef68master
| @@ -211,7 +211,7 @@ | |||||
| <a name="Apache Ant 1.8.2"></a> | <a name="Apache Ant 1.8.2"></a> | ||||
| Apache Ant 1.8.2 | Apache Ant 1.8.2 | ||||
| </h3> | </h3> | ||||
| <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <h3>December 27th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without | <p>Apache Ant 1.8.2 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> | ||||
| @@ -257,7 +257,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <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.2 was released on 20-December-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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 /> | ||||
| @@ -741,7 +741,7 @@ | |||||
| </td> | </td> | ||||
| <td colspan="1" rowspan="1" | <td colspan="1" rowspan="1" | ||||
| valign="top" align="left"> | valign="top" align="left"> | ||||
| 20 December 2010 | |||||
| 27 December 2010 | |||||
| </td> | </td> | ||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| @@ -238,7 +238,7 @@ | |||||
| <a name="Apache Ant1.8.2"></a> | <a name="Apache Ant1.8.2"></a> | ||||
| Apache Ant1.8.2 | Apache Ant1.8.2 | ||||
| </h3> | </h3> | ||||
| <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <h3>December 27th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without | <p>Apache Ant 1.8.2 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> | ||||
| @@ -251,7 +251,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <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.2 was released on 7-May-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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 /> | ||||
| @@ -255,7 +255,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <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.2 was released on 20-December-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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 /> | ||||
| @@ -0,0 +1,45 @@ | |||||
| <?xml version="1.0"?> | |||||
| <!-- | |||||
| Licensed to the Apache Software Foundation (ASF) under one or more | |||||
| contributor license agreements. See the NOTICE file distributed with | |||||
| this work for additional information regarding copyright ownership. | |||||
| The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
| (the "License"); you may not use this file except in compliance with | |||||
| the License. You may obtain a copy of the License at | |||||
| http://www.apache.org/licenses/LICENSE-2.0 | |||||
| Unless required by applicable law or agreed to in writing, software | |||||
| distributed under the License is distributed on an "AS IS" BASIS, | |||||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
| See the License for the specific language governing permissions and | |||||
| limitations under the License. | |||||
| --> | |||||
| <project name="signit"> | |||||
| <!-- use this property file to enter your default key id --> | |||||
| <property file="${user.home}/gnupg.properties"/> | |||||
| <taskdef resource="org/apache/commons/openpgp/ant/antlib.xml"> | |||||
| <classpath> | |||||
| <pathelement | |||||
| location="${user.home}/.m2/repository/org/bouncycastle/bcprov-jdk12/130/bcprov-jdk12-130.jar"/> | |||||
| <pathelement | |||||
| location="${user.home}/.m2/repository/org/apache/commons/commons-openpgp/1.0-SNAPSHOT/commons-openpgp-1.0-SNAPSHOT.jar"/> | |||||
| <pathelement | |||||
| location="${user.home}/.m2/repository/org/bouncycastle/bcpg-jdk12/130/bcpg-jdk12-130.jar"/> | |||||
| </classpath> | |||||
| </taskdef> | |||||
| <signer secring="${user.home}/AppData/Roaming/gnupg/secring.gpg" | |||||
| pubring="${user.home}/AppData/Roaming/gnupg/pubring.gpg" password="${password}" keyid="${keyid}"> | |||||
| <fileset dir="../java-repository"> | |||||
| <include name="**/*.jar"/> | |||||
| <include name="**/*.pom"/> | |||||
| </fileset> | |||||
| <fileset dir="../distribution"> | |||||
| <include name="**/*.bz2"/> | |||||
| <include name="**/*.zip"/> | |||||
| <include name="**/*.gz"/> | |||||
| </fileset> | |||||
| </signer> | |||||
| </project> | |||||
| @@ -27,7 +27,7 @@ | |||||
| <body> | <body> | ||||
| <section name="Apache Ant 1.8.2"> | <section name="Apache Ant 1.8.2"> | ||||
| <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <h3>December 27th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without | <p>Apache Ant 1.8.2 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> | ||||
| @@ -85,7 +85,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.2 was released on 20-December-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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> | ||||
| @@ -232,7 +232,7 @@ | |||||
| </tr> | </tr> | ||||
| <tr> | <tr> | ||||
| <td>1.8.2</td> | <td>1.8.2</td> | ||||
| <td>20 December 2010</td> | |||||
| <td>27 December 2010</td> | |||||
| </tr> | </tr> | ||||
| </table> | </table> | ||||
| </answer> | </answer> | ||||
| @@ -58,7 +58,7 @@ | |||||
| </section> | </section> | ||||
| <section name="Apache Ant1.8.2"> | <section name="Apache Ant1.8.2"> | ||||
| <h3>December 20th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <h3>December 27th, 2010 - Apache Ant 1.8.2 Released</h3> | |||||
| <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without | <p>Apache Ant 1.8.2 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> | ||||
| @@ -80,7 +80,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.2 was released on 7-May-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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> | ||||
| @@ -82,7 +82,7 @@ Other mirrors: <select name="Preferred"> | |||||
| <div class="warning"> | <div class="warning"> | ||||
| <div class="label">Note</div> | <div class="label">Note</div> | ||||
| <div class="content">Ant 1.8.2 was released on 20-December-2010 and | |||||
| <div class="content">Ant 1.8.2 was released on 27-December-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> | ||||