From 30f51e5e5185090964a336e3839679fc5b3fdac3 Mon Sep 17 00:00:00 2001 From: Conor MacNeill Date: Wed, 9 Apr 2003 01:44:53 +0000 Subject: [PATCH] Ant 1.5.3 release git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274413 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant15_todo.html | 2 ++ docs/antnews.html | 17 ++++++++++++++ docs/bindownload.html | 36 ++++++++++++++++++------------ docs/contributors.html | 2 ++ docs/cvs.html | 2 ++ docs/external.html | 2 ++ docs/faq.html | 2 ++ docs/guidelines.html | 2 ++ docs/index.html | 22 ++++++++++-------- docs/legal.html | 2 ++ docs/license.html | 2 ++ docs/mail.html | 2 ++ docs/mission.html | 2 ++ docs/page.css | 7 ++++-- docs/problems.html | 2 ++ docs/projects.html | 2 ++ docs/projects/antidote/design.html | 2 ++ docs/projects/antidote/index.html | 2 ++ docs/projects/antidote/module.html | 2 ++ docs/projects/index.html | 2 ++ docs/resources.html | 2 ++ docs/srcdownload.html | 34 +++++++++++++++++----------- xdocs/antnews.xml | 17 ++++++++++++++ xdocs/bindownload.xml | 35 +++++++++++++++++------------ xdocs/index.xml | 20 ++++++++++------- xdocs/srcdownload.xml | 33 ++++++++++++++++----------- xdocs/stylesheets/site.vsl | 2 ++ 27 files changed, 184 insertions(+), 73 deletions(-) diff --git a/docs/ant15_todo.html b/docs/ant15_todo.html index 3b39e9642..995a6b86a 100644 --- a/docs/ant15_todo.html +++ b/docs/ant15_todo.html @@ -160,6 +160,7 @@
 
+

Ant 1.5 Release To-Do List

@@ -577,6 +578,7 @@

+
 
+

News

+ + Ant 1.5.3 +

+

April 9, 2003 - Ant 1.5.3 Available

+

Apache Ant 1.5.3 is now available for + download. +

+
+
Note
+
Ant 1.5.3 will be the last release that supports + JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or + later +
+
+

Ant 1.5.3 Beta 1

@@ -386,6 +402,7 @@

+
 
+

Downloading Ant - Binary Distribution

@@ -206,23 +207,29 @@ Other mirrors: Current Release of Ant

-

Currently, Apache Ant 1.5.2 is the best available version, see the +

Currently, Apache Ant 1.5.3 is the best available version, see the release notes.

+
+
Note
+
Ant 1.5.3 has been released on 9-April-2003 and may not be available on all +mirrors for a few days +
+

@@ -251,17 +258,17 @@ directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
-% pgpv apache-ant-1.5.2-src.tar.gz.asc
+% pgpv apache-ant-1.5.3-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.5.2-src.tar.gz.asc
+% pgp apache-ant-1.5.3-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.5.2-src.tar.gz.asc +% gpg --verify apache-ant-1.5.3-src.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A unix program called md5 or md5sum is @@ -272,6 +279,7 @@ Textutils. Windows users can get binary md5 programs from Copyright © 2000-2003 The Apache Software Foundation. All rights reserved. diff --git a/xdocs/antnews.xml b/xdocs/antnews.xml index b547ce5f5..693698000 100644 --- a/xdocs/antnews.xml +++ b/xdocs/antnews.xml @@ -9,6 +9,23 @@ +

+

April 9, 2003 - Ant 1.5.3 Available

+

Apache Ant 1.5.3 is now available for + download. +

+ +
+
Note
+
Ant 1.5.3 will be the last release that supports + JDK 1.1. The next major release of Ant, Ant 1.6, will require JDK 1.2 or + later +
+
+ +
+ +

March 25, 2003 - Ant 1.5.3 Beta 1 Available

Apache Ant 1.5.3 Beta 1 is now available for diff --git a/xdocs/bindownload.xml b/xdocs/bindownload.xml index 9a593660e..02d58fad8 100644 --- a/xdocs/bindownload.xml +++ b/xdocs/bindownload.xml @@ -57,24 +57,31 @@ Other mirrors:

-

Currently, Apache Ant 1.5.2 is the best available version, see the +

Currently, Apache Ant 1.5.3 is the best available version, see the release notes.

+
+
Note
+
Ant 1.5.3 has been released on 9-April-2003 and may not be available on all +mirrors for a few days +
+
+
@@ -109,17 +116,17 @@ using

% pgpk -a KEYS
-% pgpv apache-ant-1.5.2-src.tar.gz.asc
+% pgpv apache-ant-1.5.3-src.tar.gz.asc
or
% pgp -ka KEYS
-% pgp apache-ant-1.5.2-src.tar.gz.asc
+% pgp apache-ant-1.5.3-src.tar.gz.asc
or
% gpg --import KEYS
-% gpg --verify apache-ant-1.5.2-src.tar.gz.asc +% gpg --verify apache-ant-1.5.3-src.tar.gz.asc

Alternatively, you can verify the MD5 signature on the files. A diff --git a/xdocs/stylesheets/site.vsl b/xdocs/stylesheets/site.vsl index 836f055e2..b53742b65 100644 --- a/xdocs/stylesheets/site.vsl +++ b/xdocs/stylesheets/site.vsl @@ -150,6 +150,7 @@ #macro (document) #header() +

$root.getChild("properties").getChild("title").getText()

#set ($allSections = $root.getChild("body").getChildren("section")) @@ -170,6 +171,7 @@ #end #end
+
#footer() #end