From 9d79b12871522cb9daebf4f6c850e07edcdce08a Mon Sep 17 00:00:00 2001 From: Peter Foley Date: Sat, 17 Dec 2011 18:12:13 +0100 Subject: extensions: merge in Peter Foley's work in update Main improvement is that the unit test is now linked against updchk library. --- extensions/Configuration_updchk.mk | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'extensions/Configuration_updchk.mk') diff --git a/extensions/Configuration_updchk.mk b/extensions/Configuration_updchk.mk index 2f392228fedf..d6bcc07f3202 100644 --- a/extensions/Configuration_updchk.mk +++ b/extensions/Configuration_updchk.mk @@ -13,7 +13,7 @@ # License. # # Major Contributor(s): -# [ Copyright (C) 2011 Red Hat, Inc., Michael Stahl (initial developer) ] +# [ Copyright (C) 2011 Peter Foley (initial developer) ] # # All Rights Reserved. # @@ -27,11 +27,16 @@ # # TODO is this really supposed to be delivered to the officecfg registry? -$(eval $(call gb_Configuration_Configuration_nozip,updchk)) +$(eval $(call gb_Configuration_Configuration,updchk)) $(eval $(call gb_Configuration_add_spool_modules,updchk,extensions/source/update/check,\ org/openoffice/Office/Jobs-onlineupdate.xcu \ org/openoffice/Office/Addons-onlineupdate.xcu \ )) +$(eval $(call gb_Configuration_add_localized_datas,updchk,extensions/source/update/check,\ + org/openoffice/Office/Jobs.xcu \ + org/openoffice/Office/Addons.xcu \ +)) + # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit