JAL-3521 Changed wording of INSTALLATION in source tarball build_properties
[jalview.git] / build.gradle
index 3bf1649..cbd65f2 100644 (file)
@@ -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+"]")
     })
   }