diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-19 15:10:55 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-08-22 15:35:13 +0200 |
commit | 3ff1220c4a6a0b2e978ba722c9d65485ed2cd8e7 (patch) | |
tree | c162f498628dde0bd2ad368866e9a13086755343 | |
parent | ae50bc355729d3261cbcf8c98ea2d3cd59b2b818 (diff) |
Remove BuildVersion from installation set version ini files
...after 5fdf2009d21fa220dfee70ea755bd698c16257a7 "tdf#134522 remove
--with-build-version ./configure flag" had already removed it from the
instdir/ version ini file (but apparently forgot to also remove it from
installation set version ini files) and 00fa759dc9f13eb4618a7762be9ca6eaf3fd37f7
"tdf#135133: Don't try to read BuildVersion" removed its last consumer now
Change-Id: I98fd71e218fc0ede74ebc1b2e649011616d559ad
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100997
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
(cherry picked from commit 6ee46adb446f5350df2b1efc7fc3ffe2506dfaa0)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101057
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit a72fd22c10f9f545b20b301d688560acb6bb1fef)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101150
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r-- | scp2/source/ooo/common_brand.scp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 5f989c65cdf2..5eba313cdbc6 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -599,15 +599,6 @@ ProfileItem gid_Brand_Profileitem_Version_Vendor Value = "<vendor>"; End -ProfileItem gid_Brand_Profileitem_Version_BuildVersion - ProfileID = gid_Brand_Profile_Version_Ini; - ModuleID = gid_Module_Root_Brand; - Section = "Version"; - Order = 17; - Key = "BuildVersion"; - Value = "<buildversion>"; -End - ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; |