From 8c53af6fb868ab1aa31e76350ced9bc0e41d816a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 28 Feb 2015 21:02:04 +0100 Subject: scp2: move python scriptprovider package to AutoInstall Change-Id: I7e7f74ffbfd9edc4d8d4b3ca13d9a2f0d97dcbf4 --- scp2/source/python/file_python.scp | 7 ------- scp2/source/python/module_python.scp | 3 ++- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'scp2/source/python') diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 4ffee8f729fa..4076972d9222 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -20,13 +20,6 @@ #ifndef DISABLE_PYUNO -File gid_File_scriptproviderforpython - TXT_FILE_BODY; - Dir = FILELIST_DIR; - Name = "scriptproviderforpython.filelist"; - Styles = (FILELIST, PACKED); -End - File gid_File_pyuno_python_scripts TXT_FILE_BODY; Dir = FILELIST_DIR; diff --git a/scp2/source/python/module_python.scp b/scp2/source/python/module_python.scp index d9cf73c816fd..bafd19033581 100644 --- a/scp2/source/python/module_python.scp +++ b/scp2/source/python/module_python.scp @@ -19,6 +19,7 @@ #include "macros.inc" #include "AutoInstall/python" +#include "AutoInstall/python_scriptprovider" #ifndef DISABLE_PYUNO @@ -75,7 +76,7 @@ Module gid_Module_Script_Provider_For_Python Description = "Script Provider For Python"; PackageInfo = "packinfo_office.txt"; ParentID = gid_Module_Root_Brand; - Files = ( gid_File_scriptproviderforpython ); + Files = (auto_python_scriptprovider_ALL); Default = YES; Styles = (HIDDEN_ROOT); End -- cgit