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 @@
Filename | +Filename 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. + | +
The latest stable version of Ant is available from the Ant web page http://ant.apache.org/.