Kaydet (Commit) 233e1216 authored tarafından David Tardon's avatar David Tardon

install python scripting provider using filelist

Change-Id: I9db93fd588f1cca9ce071d4ff14d5c9c699748a0
üst 2dcf42b4
...@@ -29,18 +29,11 @@ ...@@ -29,18 +29,11 @@
#ifndef DISABLE_PYUNO #ifndef DISABLE_PYUNO
File gid_File_Py_Pythonscript File gid_File_scriptproviderforpython
TXT_FILE_BODY; TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program; Dir = FILELIST_DIR;
Name = "pythonscript.py"; Name = "scriptproviderforpython.filelist";
Styles = (PACKED); Styles = (FILELIST, PACKED);
End
File gid_File_Rdb_Scriptproviderforpython
TXT_FILE_BODY;
Dir = gid_Brand_Dir_Program_Services;
Name = "scriptproviderforpython.rdb";
Styles = (PACKED);
End End
File gid_File_Lib_Pyuno File gid_File_Lib_Pyuno
......
...@@ -81,9 +81,7 @@ End ...@@ -81,9 +81,7 @@ End
Module gid_Module_Script_Provider_For_Python Module gid_Module_Script_Provider_For_Python
PackageInfo = "packinfo_office.txt"; PackageInfo = "packinfo_office.txt";
ParentID = gid_Module_Root_Brand; ParentID = gid_Module_Root_Brand;
Files = ( Files = ( gid_File_scriptproviderforpython );
gid_File_Py_Pythonscript,
gid_File_Rdb_Scriptproviderforpython );
Default = YES; Default = YES;
Styles = (HIDDEN_ROOT); Styles = (HIDDEN_ROOT);
End End
......
...@@ -9,7 +9,9 @@ ...@@ -9,7 +9,9 @@
$(eval $(call gb_Package_Package,scriptproviderforpython,$(SRCDIR)/scripting/source/pyprov)) $(eval $(call gb_Package_Package,scriptproviderforpython,$(SRCDIR)/scripting/source/pyprov))
$(eval $(call gb_Package_add_file,scriptproviderforpython,xml/scriptproviderforpython.rdb,scriptproviderforpython.rdb)) $(eval $(call gb_Package_set_outdir,scriptproviderforpython,$(INSTDIR)))
$(eval $(call gb_Package_add_file,scriptproviderforpython,bin/pythonscript.py,pythonscript.py))
$(eval $(call gb_Package_add_file,scriptproviderforpython,program/services/scriptproviderforpython.rdb,scriptproviderforpython.rdb))
$(eval $(call gb_Package_add_file,scriptproviderforpython,program/pythonscript.py,pythonscript.py))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment