diff options
author | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 13:04:05 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2011-12-05 20:53:24 +0000 |
commit | 41b8bad143c06bc5419783b9f3cf5685aa3eea63 (patch) | |
tree | 440af2f411acfd9bbf43c6d3f33da0a94ae3b4d0 /instsetoo_native | |
parent | fb7f82382bd317dd12913a6d7a3a5e4be6a6671c (diff) |
wizards: completely work python wizard packaging and registration
Also improve exception handling and error printing in pythonloader
Allow registration of explicit .py components - the only method that works
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index 587b756f4ed7..39677d26b185 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -74,51 +74,6 @@ LOCALPYFILES= \ $(BIN)$/pythonloader.py \ $(BIN)$/officehelper.py \ $(BIN)$/mailmerge.py \ - $(BIN)$/CallWizard.py \ - $(BIN)$/__init__.py \ - $(BIN)$/FaxDocument.py \ - $(BIN)$/FaxWizardDialogResources.py \ - $(BIN)$/CGFax.py \ - $(BIN)$/FaxWizardDialogConst.py \ - $(BIN)$/CGFaxWizard.py \ - $(BIN)$/FaxWizardDialogImpl.py \ - $(BIN)$/FaxWizardDialog.py \ - $(BIN)$/Configuration.py \ - $(BIN)$/ConfigGroup.py \ - $(BIN)$/FileAccess.py \ - $(BIN)$/Properties.py \ - $(BIN)$/Resource.py \ - $(BIN)$/ConfigNode.py \ - $(BIN)$/DebugHelper.py \ - $(BIN)$/Helper.py \ - $(BIN)$/NoValidPathException.py \ - $(BIN)$/PropertyNames.py \ - $(BIN)$/SystemDialog.py \ - $(BIN)$/ConfigSet.py \ - $(BIN)$/Desktop.py \ - $(BIN)$/HelpIds.py \ - $(BIN)$/NumberFormatter.py \ - $(BIN)$/PropertySetHelper.py \ - $(BIN)$/OfficeDocument.py \ - $(BIN)$/TextDocument.py \ - $(BIN)$/TextFieldHandler.py \ - $(BIN)$/TextSectionHandler.py \ - $(BIN)$/ViewHandler.py \ - $(BIN)$/ControlScroller.py \ - $(BIN)$/ImageList.py \ - $(BIN)$/PathSelection.py \ - $(BIN)$/UIConsts.py \ - $(BIN)$/UnoDialog.py \ - $(BIN)$/XPathSelectionListener.py \ - $(BIN)$/DocumentPreview.py \ - $(BIN)$/PeerConfig.py \ - $(BIN)$/UnoDialog2.py \ - $(BIN)$/WizardDialog.py \ - $(BIN)$/CommonListener.py \ - $(BIN)$/DataAware.py \ - $(BIN)$/ListModelBinder.py \ - $(BIN)$/RadioDataAware.py \ - $(BIN)$/UnoDataAware.py \ $(BIN)$/msgbox.py .ENDIF |