From 7e89c337bc22c825e3251ad418f6bbaa3dfdbac8 Mon Sep 17 00:00:00 2001 From: Florian Zschocke Date: Thu, 30 Jan 2020 21:47:12 +0100 Subject: 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 02c9476d..c08a7b9a 100644 --- a/build.xml +++ b/build.xml @@ -896,34 +896,27 @@ GB_RELEASE_TAG=${project.tag} - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +