From dedaf74392cbf09e165bd8164a905e146a2961fe Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 28 Feb 2015 21:17:04 +0100 Subject: scp2: move python librelogo packages to AutoInstall Change-Id: Ib70d1510bac2eb6bd5491f3177191ad5a8aebe2d --- scp2/source/python/file_python_librelogo.scp | 14 -------------- scp2/source/python/module_python_librelogo.scp | 5 +++-- 2 files changed, 3 insertions(+), 16 deletions(-) (limited to 'scp2/source') diff --git a/scp2/source/python/file_python_librelogo.scp b/scp2/source/python/file_python_librelogo.scp index d78bdd2f4573..67f789f80045 100644 --- a/scp2/source/python/file_python_librelogo.scp +++ b/scp2/source/python/file_python_librelogo.scp @@ -10,20 +10,6 @@ #ifndef AIX #ifndef DISABLE_PYUNO -File gid_File_LibreLogo - TXT_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "librelogo.filelist"; -End - -File gid_File_LibreLogoProperties - TXT_FILE_BODY; - Styles = (FILELIST); - Dir = FILELIST_DIR; - Name = "librelogo_properties.filelist"; -End - File gid_File_Share_Registry_LibreLogo_Xcd TXT_FILE_BODY; Styles = (PACKED); diff --git a/scp2/source/python/module_python_librelogo.scp b/scp2/source/python/module_python_librelogo.scp index de72516716f0..1102b8750252 100644 --- a/scp2/source/python/module_python_librelogo.scp +++ b/scp2/source/python/module_python_librelogo.scp @@ -8,6 +8,8 @@ #include "macros.inc" +#include "AutoInstall/python_librelogo" + #ifndef AIX #ifndef DISABLE_PYUNO Module gid_Module_Optional_Pyuno_LibreLogo @@ -15,8 +17,7 @@ Module gid_Module_Optional_Pyuno_LibreLogo MOD_NAME_DESC ( MODULE_OPTIONAL_PYTHON_LIBRELOGO ); ParentID = gid_Module_Optional; Sortkey = "810"; - Files = (gid_File_LibreLogo, - gid_File_LibreLogoProperties, + Files = (auto_python_librelogo_ALL, gid_File_Share_Registry_LibreLogo_Xcd); Default = YES; Styles = ( ); -- cgit