# -*- 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,toolkit_unoapi)) $(eval $(call gb_JunitTest_set_defs,toolkit_unoapi,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/toolkit/qa/unoapi/toolkit.sce \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/toolkit/qa/unoapi/knownissues.xcl \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/toolkit/qa/unoapi/testdocuments \ )) $(eval $(call gb_JunitTest_use_jars,toolkit_unoapi,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,toolkit_unoapi,\ org.openoffice.test.UnoApiTest \ )) # vim: set noet sw=4 ts=4: ibreoffice-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/postprocess/CustomTarget_images.mk
AgeCommit message (Expand)Author
2019-03-13Resolves: tdf#124023 target links.txt not updatedCaolán McNamara
2018-11-05Package separate SVG icon setsJan-Marek Glogowski
2018-03-19weld pdf warning dialogCaolán McNamara
2018-02-22Always execute pack_images.py with the right Python interpreterStephan Bergmann
2018-02-13Use PYTHON_FOR_BUILD instead of calling python directlyTomáš Chvátal
2017-09-28tdf#106894: Rewrite packimages.pl in Python (pack_images.py)Jens Carl
2017-09-26Revert "tdf#106894 Rewrite packimages.pl in Python (pack_images.py)"Samuel Mehrbrodt
2017-09-26tdf#106894 Rewrite packimages.pl in Python (pack_images.py)Jens Carl
2017-05-12Move processing of help-specific images away from coreKatarina Behrens
2017-05-05add missing dep on dirDavid Tardon
2017-04-27can detangle the sdext graphic resource nowCaolán McNamara
2017-04-27remove wizards bitmaps from .src filesCaolán McNamara
2017-04-27remove sw bitmaps from .src filesCaolán McNamara
2017-04-27remove svx bitmaps from .src filesCaolán McNamara
2017-04-26remove sd bitmaps from .src filesCaolán McNamara
2017-04-26remove sc bitmaps from .src filesCaolán McNamara
2017-04-26remove svtools bitmaps from .src filesCaolán McNamara
2017-04-26remove xmlsecurity bitmaps from .src filesCaolán McNamara
2017-04-26remove reportdesign bitmaps from .src filesCaolán McNamara
2017-04-26remove framework bitmaps from .src filesCaolán McNamara
2017-04-26remove fpicker bitmaps from .src filesCaolán McNamara
2017-04-26remove formula bitmaps from .src filesCaolán McNamara
2017-04-26remove filter bitmaps from .src filesCaolán McNamara
2017-04-26remove extensions bitmaps from .src filesCaolán McNamara
2017-04-25remove desktop bitmaps from .src filesCaolán McNamara
2017-04-25remove dbaccess bitmaps from .src filesCaolán McNamara
2017-04-25remove chart2 bitmaps from .src filesCaolán McNamara
2017-04-25remove bitmaps from .src filesCaolán McNamara
2016-11-04Allow including/packaging help-specific imagesKatarina Behrens
2016-10-13move pseudo bitmap resources to an ilstCaolán McNamara
2016-10-07sidebar theme loads pngs by name that are not picked up automaticallyCaolán McNamara
2016-06-22Revert "try to debug images_tango.zip failure on arm tinderbox"Tor Lillqvist
2016-06-08try to debug images_tango.zip failure on arm tinderboxDavid Tardon
2016-06-07pass image lists using a response fileDavid Tardon
2016-06-06use smaller hammerDavid Tardon
2016-06-06there is no image list in firebirdDavid Tardon
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl