diff options
author | Vasily Melenchuk <vasily.melenchuk@cib.de> | 2016-06-23 14:20:58 +0300 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2016-07-21 01:47:02 +0000 |
commit | a59b6be0850a68a1bb5d7099a004a86c0fcb6e40 (patch) | |
tree | 8e3bb841728bb678540488bd6f633e01790c8fb1 /Makefile.fetch | |
parent | 0ccb3ccc4c7bafeb2fbbd689c90f710bc65d37e0 (diff) |
odfvalidator support in export tests without external repositories
Fetching external tarball for Apache ODF Toolkit, configuration of
wrapper script for odf validator execution
Change-Id: I8b3824a91ebc6ddc196416e197b6c688964a13a9
Reviewed-on: https://gerrit.libreoffice.org/26596
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 6b4e05e29fdf..f69521952c6c 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -52,7 +52,7 @@ $(filter 32,$(words $(shell echo $(1) | sed -e 's/./& /g'))) endef define fetch_Download__subst_var -$(subst _DLL,_MD5SUM,$(subst _TARBALL,_MD5SUM,$(subst _PACK,_MD5SUM,$(1)))) +$(subst _DLL,_MD5SUM,$(subst _TARBALL,_MD5SUM,$(subst _PACK,_MD5SUM,$(subst _JAR,_MD5SUM,$(1))))) endef # fetch_Download_item url variable-name @@ -215,6 +215,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(foreach item, \ $(call fetch_Optional,DBGHELP,DBGHELP_DLL) \ $(call fetch_Optional,ODK,UNOWINREG_DLL) \ + $(call fetch_Optional,ODFVALIDATOR,ODFVALIDATOR_JAR) \ ,$(call fetch_Download_item,http://dev-www.libreoffice.org/extern,$(item))) $(foreach item, \ $(call fetch_Optional_pack,BARCODE_EXTENSION_PACK) \ |