From 14f014c867049c9ea6ae6137ccdb15d6edc8854c Mon Sep 17 00:00:00 2001 From: Bruce Atherton Date: Tue, 25 Sep 2007 17:11:37 +0000 Subject: [PATCH] added notes about subdirectories of the distribution directory, minor edits git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@579318 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.html | 41 ++++++++++++++++++++++++++++++++++------ 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/docs/manual/install.html b/docs/manual/install.html index 55b16a058..e2fb28763 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -29,7 +29,7 @@

Download Area Layout

- + @@ -40,14 +40,14 @@ @@ -79,11 +79,40 @@ SHA1 key. - + + + + + + + + + + + + + + + +
FilenameFilename or Path Description
RELEASE-NOTES-{version}.html Release notes of the given version in HTML format. When upgrading your Ant installation you - should have a look on the Changes that could break older environments section. + should have a look at the Changes that could break older environments section.
ant-current-bin.zip ZIP-Archive containing the compiled version of Ant in the last released version. This is the file - most of the users want to have. + most users will want to download.
antlibs/ + This directory holds the Antlibs that are made of available by the Apache Ant project. + Antlibs are bundles of Ant tasks that are not delivered as part of the Ant core but are + available as optional downloads. +
binaries/ + The binaries directory holds specific Ant releases bundled in both ZIP and tar.gz compression + formats. The named releases are in contrast to the ant-current-bin.zip file in the parent + directory, which is always guaranteed to be the most current release of Ant. +
common/ + The common directory holds various files, such as the Apache License file that Ant is licensed + under, that people may wish to examine without having to download the whole Ant distribution. +
source/ + The source directory holds the source code for specific Ant releases bundled in both ZIP and + tar.gz compression formats. The named releases are in contrast to the ant-current-src.zip file + in the parent directory, which is always guaranteed to hold the source code for the most current + release of Ant. +
- -

Binary Edition

The latest stable version of Ant is available from the Ant web page http://ant.apache.org/.