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_1_4~9^2~2 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=e6dea4b93a53786199b36a4c428afd3ca1faf6bf JAL-3521 Changed wording of INSTALLATION in source tarball build_properties --- diff --git a/build.gradle b/build.gradle index 3bf1649..cbd65f2 100644 --- a/build.gradle +++ b/build.gradle @@ -1801,7 +1801,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+"]") }) }