Fix binary distribution directory layout in documentation
Project: http://git-wip-us.apache.org/repos/asf/ant/repo Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/a3b065b9 Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/a3b065b9 Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/a3b065b9 Branch: refs/heads/master Commit: a3b065b967b87641dc0e5a154a44002395f656c8 Parents: d8b1423 Author: Jaikiran Pai <[email protected]> Authored: Sat Mar 24 12:05:43 2018 +0530 Committer: Jaikiran Pai <[email protected]> Committed: Sat Mar 24 12:05:43 2018 +0530 ---------------------------------------------------------------------- manual/install.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant/blob/a3b065b9/manual/install.html ---------------------------------------------------------------------- diff --git a/manual/install.html b/manual/install.html index 7bcab8c..ccaeb3e 100644 --- a/manual/install.html +++ b/manual/install.html @@ -256,11 +256,7 @@ other open source Java runtimes, and so strives to have a product that works wel | +--- lib // contains Ant JARs plus necessary dependencies | - +--- docs // contains documentation - | | - | +--- images // various logos for html documentation - | | - | +--- manual // Ant documentation (a must read ;-) + +--- manual // Ant documentation (a must read ;-) | +--- etc // contains xsl goodies to: // - create an enhanced report from xml output of various tasks.
