tdf#145964 related: also drop special-casing in TransferableHelper::SetString
[LibreOffice.git] / smoketest / Jar_smoketest.mk
blob19259910f03c0014e1cb2deff3f31623df26bba2
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Jar_Jar,smoketest))
12 $(eval $(call gb_Jar_add_sourcefiles,smoketest, \
13 smoketest/org/libreoffice/smoketest/Services \
14 smoketest/org/libreoffice/smoketest/SmoketestCommandEnvironment \
17 $(eval $(call gb_Jar_set_componentfile,smoketest,smoketest/org/libreoffice/smoketest/smoketest,OOO))
19 $(eval $(call gb_Jar_set_manifest,smoketest,$(SRCDIR)/smoketest/org/libreoffice/smoketest/manifest))
21 $(eval $(call gb_Jar_set_packageroot,smoketest,org))
23 $(eval $(call gb_Jar_use_jars,smoketest, \
24 libreoffice \
27 # vim: set noet sw=4 ts=4: