From fe05a4b4aaaabecd5d63362bd563188133dcb08c Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 5 Dec 2011 20:52:12 +0000 Subject: [PATCH] fax wizard: build and install the java wizard in paralle to the python one --- postprocess/packcomponents/makefile.mk | 1 - wizards/Pyuno_fax.mk | 6 ++-- .../com/sun/star/wizards/fax/fax.component | 7 ++-- .../com/sun/star/wizards/fax/pyfax.component | 34 +++++++++++++++++++ 4 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 wizards/com/sun/star/wizards/fax/pyfax.component diff --git a/postprocess/packcomponents/makefile.mk b/postprocess/packcomponents/makefile.mk index c394308be8e4..f09c51e4a2fc 100644 --- a/postprocess/packcomponents/makefile.mk +++ b/postprocess/packcomponents/makefile.mk @@ -97,7 +97,6 @@ my_components = \ component/scripting/source/dlgprov/dlgprov \ component/scripting/source/protocolhandler/protocolhandler \ component/scripting/source/pyprov/mailmerge \ - component/wizards/com/sun/star/wizards/fax/fax \ component/scripting/source/stringresource/stringresource \ component/scripting/source/vbaevents/vbaevents \ component/scripting/util/scriptframe \ diff --git a/wizards/Pyuno_fax.mk b/wizards/Pyuno_fax.mk index fa07924384ff..a0acbc5785d1 100644 --- a/wizards/Pyuno_fax.mk +++ b/wizards/Pyuno_fax.mk @@ -23,9 +23,9 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call gb_Pyuno_Pyuno,fax,$(SRCDIR)/wizards/com/sun/star/wizards/fax)) +$(eval $(call gb_Pyuno_Pyuno,pyfax,$(SRCDIR)/wizards/com/sun/star/wizards/fax)) -$(eval $(call gb_Pyuno_add_files,fax,\ +$(eval $(call gb_Pyuno_add_files,pyfax,\ __init__.py \ CallWizard.py \ CGFax.py \ @@ -36,6 +36,6 @@ $(eval $(call gb_Pyuno_add_files,fax,\ FaxWizardDialog.py \ FaxWizardDialogResources.py \ )) -$(eval $(call gb_Pyuno_set_componentfile_full,fax,wizards/com/sun/star/wizards/fax/fax,vnd.sun.star.expand:\dLO_LIB_DIR/wizards/fax/CallWizard,.py)) +$(eval $(call gb_Pyuno_set_componentfile_full,pyfax,wizards/com/sun/star/wizards/fax/pyfax,vnd.sun.star.expand:\dLO_LIB_DIR/wizards/fax/CallWizard,.py)) # vim:set shiftwidth=4 softtabstop=4 expandtab: diff --git a/wizards/com/sun/star/wizards/fax/fax.component b/wizards/com/sun/star/wizards/fax/fax.component index 06383e74db2f..462fe2901255 100644 --- a/wizards/com/sun/star/wizards/fax/fax.component +++ b/wizards/com/sun/star/wizards/fax/fax.component @@ -26,9 +26,10 @@ * **********************************************************************--> - - - + + diff --git a/wizards/com/sun/star/wizards/fax/pyfax.component b/wizards/com/sun/star/wizards/fax/pyfax.component new file mode 100644 index 000000000000..06383e74db2f --- /dev/null +++ b/wizards/com/sun/star/wizards/fax/pyfax.component @@ -0,0 +1,34 @@ + + + + + + + +