From: Ben Soares Date: Wed, 10 Feb 2021 00:12:16 +0000 (+0000) Subject: JAL-3521 Changed wording of INSTALLATION in source tarball build_properties X-Git-Tag: Release_2_11_2_0~75 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=ddbbe4eed894416cd650f782bb61038641428bcb JAL-3521 Changed wording of INSTALLATION in source tarball build_properties --- diff --git a/build.gradle b/build.gradle index 2e23013..e2a5605 100644 --- a/build.gradle +++ b/build.gradle @@ -2064,7 +2064,7 @@ task sourceDist(type: Tar) { include(file(buildProperties).getName()) rename(file(buildProperties).getName(), "build_properties") filter({ line -> - line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=SourceDist"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]") + line.replaceAll("^INSTALLATION=.*\$","INSTALLATION=Source Release"+" git-commit\\\\:"+gitHash+" ["+gitBranch+"]") }) }