From da1b0267a227bb484abb1c7a0be15c4351dac47c Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 30 Jan 2020 21:47:12 +0100 Subject: [PATCH] Build: create macro for creating the release process script Refactor the creation of the release process script, from `release.template` into a `macrodef`. Add a new target `releaseScript`, so that the release script can be created after the `tagRelease` target was run. This is helpful if the `tagRelease` target is run by a different, earlier process than the actual release creation process. --- build.xml | 87 ++++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 27 deletions(-) diff --git a/build.xml b/build.xml index b4a98eb0..b225f7d1 100644 --- a/build.xml +++ b/build.xml @@ -872,34 +872,27 @@ GB_RELEASE_TAG=${project.tag} - - - - - - - - - - - - - - - - - - - - - - - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +