From 3011a704d9ff8ddd052165150a5cd91166fad69d Mon Sep 17 00:00:00 2001 From: Vasily Melenchuk Date: Thu, 21 Jul 2016 19:26:12 +0300 Subject: officeotron usage in export tests without external dependencies officeotron is a OOXML documents validator which can be used for verification of export files in tests. Previously it was possible to use it only from external repository with extra build steps. Change-Id: Iae6ec3695fdfaf738d180405047ff04b2024c906 Reviewed-on: https://gerrit.libreoffice.org/27388 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- download.lst | 1 + 1 file changed, 1 insertion(+) (limited to 'download.lst') diff --git a/download.lst b/download.lst index 6f716d0f21aa..457f08d94daa 100644 --- a/download.lst +++ b/download.lst @@ -115,6 +115,7 @@ export ODFGEN_MD5SUM := 32572ea48d9021bbd6fa317ddb697abc export ODFGEN_VERSION_MICRO := 6 export ODFGEN_TARBALL := libodfgen-0.1.$(ODFGEN_VERSION_MICRO).tar.bz2 export ODFVALIDATOR_JAR := e7f181c1d969dbd553644b191cb0a6d3-odfvalidator-1.1.8-incubating-SNAPSHOT-jar-with-dependencies.jar +export OFFICEOTRON_JAR := c038af04c1431525e3fdee57d32b865e-officeotron-0.7.4-master.jar export OPENCOLLADA_MD5SUM := 4ca8a6ef0afeefc864e9ef21b9f14bd6 export OPENCOLLADA_TARBALL := OpenCOLLADA-master-6509aa13af.tar.bz2 export OPENLDAP_TARBALL := 804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz -- cgit