diff --git a/docs/manual/install.html b/docs/manual/install.html index a27b389b6..55b16a058 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -25,6 +25,65 @@
Filename | +Description | +
---|---|
KEYS | +PGP-Keysfile. It contains the PGP-keys of Ant developers so you can 'trust' the distribution. | +
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. + | +
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. + | +
ant-current-src.zip | ++ ZIP-Archive containing the sources of Ant. If you have this you could compile Ant itself. + If you do not have the required dependencies, the classes depeding on them are just not + build. + | +
ant-current-*.asc | ++ Security file for checking the correctness of the zip file. This one is the + PGP key. + | +
ant-current-*.md5 | ++ Security file for checking the correctness of the zip file. This one is the + MD5 key. + | +
ant-current-*.sha1 | ++ Security file for checking the correctness of the zip file. This one is the + SHA1 key. + | +
The latest stable version of Ant is available from the Ant web page http://ant.apache.org/.