From f6de30f44311e6125e65e990af1bb87ef2e4b979 Mon Sep 17 00:00:00 2001 From: Mike Kaganski Date: Sun, 9 Sep 2018 15:04:20 +0200 Subject: gbuildtojson ide-integration: unblacklist most of modules This unblacklistes following modules: connectivity compilerplugins dictionaries bridges helpcompiler helpcontent2 icon-themes javaunohelper lingucomponent odk solenv stoc translations udkapi unoidl Change-Id: I482f4256dd72bea1ed4a370aca41e0bd1829961c Reviewed-on: https://gerrit.libreoffice.org/60213 Tested-by: Jenkins Reviewed-by: Mike Kaganski --- solenv/gbuild/extensions/post_GbuildToJson.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv') diff --git a/solenv/gbuild/extensions/post_GbuildToJson.mk b/solenv/gbuild/extensions/post_GbuildToJson.mk index ae042962e6c2..c80a662f46c8 100644 --- a/solenv/gbuild/extensions/post_GbuildToJson.mk +++ b/solenv/gbuild/extensions/post_GbuildToJson.mk @@ -186,7 +186,7 @@ endef gb_Module_add_l10n_target = -gb_GbuildToJson_BLACKLISTEDMODULES := connectivity compilerplugins cli_ure dictionaries bridges helpcompiler helpcontent2 icon-themes jurt external javaunohelper lingucomponent odk solenv stoc translations udkapi unoidl +gb_GbuildToJson_BLACKLISTEDMODULES := cli_ure jurt external define gb_Module__add_moduledir_impl include $(patsubst $(1):%,%,$(filter $(1):%,$(gb_Module_MODULELOCATIONS)))/$(2)/Module_$(2).mk -- cgit