diff options
author | Gabor Kelemen <gabor.kelemen.extern@allotropia.de> | 2023-11-20 22:43:39 +0100 |
---|---|---|
committer | Thorsten Behrens <thorsten.behrens@allotropia.de> | 2023-11-24 15:54:25 +0100 |
commit | 147c00bae8df6ab6fe096f750e528d17a11ae93c (patch) | |
tree | cad4b1e20afaaf7e1c4380d8f9d63a812e2043af /postprocess | |
parent | 10b1babef046c686de279fefbb70aafcc2dd3d83 (diff) |
[API CHANGE] Deprecate recently unused AddFeatureURL config key
last mention of it was replaced in 2023 by:
commit 4af07053517ba3526d4050ffc29993a65b54352b
Change-Id: I9d6f9bcf1a36784d304c3ce528587080686e2299
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159803
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index 9e235f098b25..d4d54bf31d74 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -577,7 +577,6 @@ postprocess_main_SED := \ -e 's,$${PRODUCTNAME},$(PRODUCTNAME),g' \ -e 's,$${PRODUCTVERSION},$(PRODUCTVERSION),g' \ -e 's,$${PRODUCTEXTENSION},.$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)$(LIBO_VERSION_SUFFIX),g' \ - -e 's,$${STARTCENTER_ADDFEATURE_URL},https://extensions.libreoffice.org/,g' \ -e 's,$${STARTCENTER_INFO_URL},https://www.libreoffice.org/,g' \ -e 's,$${SYSTEM_LIBEXTTEXTCAT_DATA},$(SYSTEM_LIBEXTTEXTCAT_DATA),g' \ -e 's,$${SYSTEM_LIBNUMBERTEXT_DATA},$(SYSTEM_LIBNUMBERTEXT_DATA),g' \ |