summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kelemen <gabor.kelemen.extern@allotropia.de>2023-12-04 12:07:53 +0100
committerThorsten Behrens <thorsten.behrens@allotropia.de>2023-12-06 15:23:44 +0100
commit968166ba4ee96f7c9053c8f4c88ac82381ff7cf4 (patch)
tree4f211fdb6596bb5f1c052c7d5c12c2edefb68112
parent714e406fc4089f1a4b67c9a1ac55bf4162cc5a01 (diff)
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 <thorsten.behrens@allotropia.de>
-rw-r--r--postprocess/CustomTarget_registry.mk3
-rw-r--r--scp2/source/python/file_python.scp9
-rw-r--r--scp2/source/python/module_python.scp3
3 files changed, 1 insertions, 14 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk
index 034d7b7c36e0..1e2e473e0b4d 100644
--- a/postprocess/CustomTarget_registry.mk
+++ b/postprocess/CustomTarget_registry.mk
@@ -30,7 +30,6 @@ postprocess_XCDS := \
lingucomponent.xcd \
main.xcd \
math.xcd \
- pyuno.xcd \
writer.xcd \
xsltfilter.xcd
@@ -338,8 +337,6 @@ postprocess_FILES_math := \
$(postprocess_MOD)/org/openoffice/Office/Embedding-math.xcu \
$(postprocess_MOD)/org/openoffice/Setup-math.xcu
-postprocess_DEPS_pyuno := main
-
ifeq ($(ENABLE_REPORTBUILDER),TRUE)
postprocess_XCDS += reportbuilder.xcd
postprocess_DEPS_reportbuilder := main
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,