From 3ff1220c4a6a0b2e978ba722c9d65485ed2cd8e7 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Wed, 19 Aug 2020 15:10:55 +0200 Subject: Remove BuildVersion from installation set version ini files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ...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 (cherry picked from commit 6ee46adb446f5350df2b1efc7fc3ffe2506dfaa0) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101057 Reviewed-by: Caolán McNamara (cherry picked from commit a72fd22c10f9f545b20b301d688560acb6bb1fef) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101150 Reviewed-by: Adolfo Jayme Barrientos Tested-by: Caolán McNamara --- scp2/source/ooo/common_brand.scp | 9 --------- 1 file changed, 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 = ""; 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 = ""; -End - ProfileItem gid_Brand_Profileitem_Version_Extensionupdateurl ProfileID = gid_Brand_Profile_Version_Ini; ModuleID = gid_Module_Root_Brand; -- cgit