git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb575bd
)
JAL-3521 Changed wording of INSTALLATION in source tarball build_properties
author
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 10 Feb 2021 00:12:16 +0000
(
00:12
+0000)
committer
Ben Soares
<b.soares@dundee.ac.uk>
Wed, 10 Feb 2021 00:12:16 +0000
(
00:12
+0000)
build.gradle
patch
|
blob
|
history
diff --git
a/build.gradle
b/build.gradle
index
3bf1649
..
cbd65f2
100644
(file)
--- 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+"]")
})
}