summaryrefslogtreecommitdiff
path: root/scripting/Module_scripting.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-30 10:23:23 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-30 10:28:25 +0100
commit1f3496e204cd305264d27a362f34fdcb6fa5f693 (patch)
treed2f7b1fd68980d32e8580e2fa1af163c39ab4f18 /scripting/Module_scripting.mk
parentcf1612dc836c161e70478d6e797ff0fe35e4ed10 (diff)
Turn Python Scripting Provider from bundled extension to plain code
To avoid unnecessary confusion between the newly plain code and any instance of the old extension still installed (per-user or shared), I renamed the UNO implementation identifier org.openoffice.pyuno.LanguageScriptProviderForPython to org.libreoffice.pyuno.LanguageScriptProviderForPython. Also, existing installations of the extension are explicitly not migrated to new user profiles. Change-Id: Id3dd66ba5e52e0962f7ad0ccb5e4ad5b0bec97fa
Diffstat (limited to 'scripting/Module_scripting.mk')
-rw-r--r--scripting/Module_scripting.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripting/Module_scripting.mk b/scripting/Module_scripting.mk
index bf385cd78c46..3243ba9a73db 100644
--- a/scripting/Module_scripting.mk
+++ b/scripting/Module_scripting.mk
@@ -48,7 +48,8 @@ $(eval $(call gb_Module_add_targets,scripting,\
Zip_ScriptsJava \
) \
$(if $(filter $(ENABLE_SCRIPTING_PYTHON),YES),\
- Extension_ScriptProviderForPython) \
+ Package_scriptproviderforpython \
+ ) \
Library_basprov \
Library_dlgprov \
Library_protocolhandler \