diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-19 15:10:55 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-19 16:55:46 +0200 |
commit | 6ee46adb446f5350df2b1efc7fc3ffe2506dfaa0 (patch) | |
tree | d3ef1fe83d2825d136038e2c79a4738c8ab3039f /scp2 | |
parent | b0788ff11481568b413ff6e4c3ea4871984af974 (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>
Diffstat (limited to 'scp2')
-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; |