[Libreoffice-commits] core.git: 3 commits - Makefile.in wizards/Pyuno_commonwizards.mk

David Tardon dtardon at redhat.com
Sat Apr 13 23:53:50 PDT 2013


 Makefile.in                    |    2 +-
 wizards/Pyuno_commonwizards.mk |   29 ++++++++++++++---------------
 2 files changed, 15 insertions(+), 16 deletions(-)

New commits:
commit 8c40d1e70fbbe5e8adf5ca7b234558da67733bf8
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 14 08:52:31 2013 +0200

    sort the list
    
    Change-Id: I93732470733e006b7965c922634cc4f9c1f86fd2

diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index ed35889..6dee945 100644
--- a/wizards/Pyuno_commonwizards.mk
+++ b/wizards/Pyuno_commonwizards.mk
@@ -29,42 +29,42 @@ $(eval $(call gb_Pyuno_Pyuno,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizard
 
 $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
     __init__.py \
-    common/__init__.py \
     common/ConfigGroup.py \
+    common/ConfigSet.py \
     common/Configuration.py \
+    common/Desktop.py \
     common/FileAccess.py \
-    common/Properties.py \
-    common/Resource.py \
+    common/HelpIds.py \
     common/NoValidPathException.py \
+    common/NumberFormatter.py \
+    common/Properties.py \
     common/PropertyNames.py \
+    common/Resource.py \
     common/SystemDialog.py \
-    common/ConfigSet.py \
-    common/Desktop.py \
-    common/HelpIds.py \
-    common/NumberFormatter.py \
-    text/TextElement.py \
-    document/__init__.py \
+    common/__init__.py \
     document/OfficeDocument.py \
-    text/__init__.py \
+    document/__init__.py \
     text/TextDocument.py \
+    text/TextElement.py \
     text/TextFieldHandler.py \
     text/TextSectionHandler.py \
-    ui/__init__.py \
+    text/__init__.py \
     ui/ControlScroller.py \
+    ui/DocumentPreview.py \
     ui/ImageList.py \
     ui/PathSelection.py \
-    ui/UnoDialog.py \
-    ui/DocumentPreview.py \
     ui/PeerConfig.py \
     ui/UIConsts.py \
+    ui/UnoDialog.py \
     ui/UnoDialog2.py \
     ui/WizardDialog.py \
-    ui/event/__init__.py \
+    ui/__init__.py \
     ui/event/CommonListener.py \
     ui/event/DataAware.py \
     ui/event/ListModelBinder.py \
     ui/event/RadioDataAware.py \
     ui/event/UnoDataAware.py \
+    ui/event/__init__.py \
 ))
 
 # vim:set noet sw=4 ts=4:
commit c7623be48628274300f23f9986725bf64cf792ac
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 14 08:51:55 2013 +0200

    drop duplicate entry
    
    Change-Id: I76cadd4c15dae8a352053c406839b7ec85c0e7e9

diff --git a/wizards/Pyuno_commonwizards.mk b/wizards/Pyuno_commonwizards.mk
index ead94f2..ed35889 100644
--- a/wizards/Pyuno_commonwizards.mk
+++ b/wizards/Pyuno_commonwizards.mk
@@ -53,7 +53,6 @@ $(eval $(call gb_Pyuno_add_files,commonwizards,wizards,\
     ui/ControlScroller.py \
     ui/ImageList.py \
     ui/PathSelection.py \
-    ui/UIConsts.py \
     ui/UnoDialog.py \
     ui/DocumentPreview.py \
     ui/PeerConfig.py \
commit 3d50cfa224a8ad3b062d0173d373f024a41781eb
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 14 08:18:27 2013 +0200

    gbuild: ZipPackage is gone
    
    Change-Id: I6652a0e9a04c21531ed5b6d60ade9cbccc91608c

diff --git a/Makefile.in b/Makefile.in
index 183f4ea..01a98d5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -127,7 +127,7 @@ gbuild_TARGETS := AllLangHelp \
 	UnpackedTarball \
 	WinResTarget \
 	Zip \
-	ZipPackage
+
 # build a generic gbuild target
 $(foreach target,$(gbuild_TARGETS),$(target)_% $(foreach module,$(gbuild_modules),$(target)_$(module)/%)):
 	$(GNUMAKE) -j $(PARALLELISM) $(GMAKE_OPTIONS) -f $(SRCDIR)/Makefile.gbuild $@


More information about the Libreoffice-commits mailing list