From 968166ba4ee96f7c9053c8f4c88ac82381ff7cf4 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 4 Dec 2023 12:07:53 +0100 Subject: Remove pyuno.xcd from build/packaging cleanup after commit 80798b426bf7d5fa4616db1af608640cfbcd79fe Change-Id: I8d1712ac592a69ec0b9a5705d6a689e57062e347 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160300 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- scp2/source/python/file_python.scp | 9 --------- scp2/source/python/module_python.scp | 3 +-- 2 files changed, 1 insertion(+), 11 deletions(-) (limited to 'scp2') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index fd008624fd66..f1982cb49380 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -50,14 +50,5 @@ End #endif // SYSTEM_PYTHON -// Scripting Framework Python configuration settings - -File gid_File_Share_Registry_Pyuno_Xcd - TXT_FILE_BODY; - Styles = (PACKED); - Dir = gid_Brand_Dir_Share_Registry; - Name = "pyuno.xcd"; -End - // DISABLE_PYUNO #endif diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index 343ad94029fb..62c1bdcd4dd6 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -46,8 +46,7 @@ Module gid_Module_Pyuno Files = (auto_python_ALL, gid_File_Pyuno_Rdb, gid_File_Lib_Python_So, - gid_File_Lib_Python3_So, - gid_File_Share_Registry_Pyuno_Xcd); + gid_File_Lib_Python3_So); Unixlinks = (gid_Unixlink_Python_Headers, gid_Unixlink_Python_LibreOfficePython, gid_Unixlink_Python_Resources, -- cgit