# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,unoxml_complex)) $(eval $(call gb_JunitTest_set_defs,unoxml_complex,\ $$(DEFS) \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/unoxml/qa/complex/unoxml/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,unoxml_complex,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_sourcefiles,unoxml_complex,\ unoxml/qa/complex/unoxml/DOMTest \ unoxml/qa/complex/unoxml/TestDocument \ )) $(eval $(call gb_JunitTest_add_classes,unoxml_complex,\ complex.unoxml.DOMTest \ )) # vim: set noet sw=4 ts=4: tion value='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extras/Package_tplwizbitmap.mk
AgeCommit message (Expand)Author
2019-03-13tdf#40966: convert last used BMPs to PNG; cleanup unusedMike Kaganski
2018-12-10Cleaning up Document Converter wizard, moving graphics from bmp to pngMatthias Seidel
2018-12-10Cleaning up Euro Converter wizard, moving graphics from bmp to pngMatthias Seidel
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist