From d8b1423fa1c87598017a9c01024cb3a836ee9f87 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Wed, 21 Mar 2018 21:24:41 +0100 Subject: [PATCH 1/3] Easier to read buildfile (cf master) --- build.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.xml b/build.xml index 7f9c9f410..89e9d2b1e 100644 --- a/build.xml +++ b/build.xml @@ -31,7 +31,7 @@ --> - + @@ -45,7 +45,7 @@ - + @@ -60,14 +60,14 @@ - - - + - - - + + + + + From a3b065b967b87641dc0e5a154a44002395f656c8 Mon Sep 17 00:00:00 2001 From: Jaikiran Pai Date: Sat, 24 Mar 2018 12:05:43 +0530 Subject: [PATCH 2/3] Fix binary distribution directory layout in documentation --- manual/install.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/manual/install.html b/manual/install.html index 7bcab8c40..ccaeb3e04 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. From 3f1cec6f033959549a2e9c8ea847d7074b1d186a Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sat, 24 Mar 2018 13:52:24 +0100 Subject: [PATCH 3/3] typos in release instructions --- ReleaseInstructions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index a68dccfad..762450f4e 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -21,7 +21,7 @@ Note: This document was updated in the context of releasing Ant release and wait for a few days whether anybody objects. We haven't created extra branches for releases in a long time and - with out new 1.9.x LTS policy there is a permanent branch for + with our new 1.9.x LTS policy there is a permanent branch for Java5 compatible releases anyway. So no extra branch for the releases is needed. @@ -37,7 +37,7 @@ Note: This document was updated in the context of releasing Ant the build with -verbose option and scan for lines beginning with "Unable to load...". -3. We don't want tags for failed votes to end up on out branches so +3. We don't want tags for failed votes to end up on our branches so the release is first created from a detached head. Checkout the HEAD of the 1.9.x branch as a detached head: