tdf#62032 use style list level when changing style
[LibreOffice.git] / smoketest / Jar_TestExtension.mk
blobc0621d94db5f5f3f6f7dfafe8767cd2b72736a4d
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
11 $(eval $(call gb_Jar_Jar,TestExtension))
13 $(eval $(call gb_Jar_set_manifest,TestExtension,$(SRCDIR)/smoketest/com/sun/star/comp/smoketest/MANIFEST.MF))
15 $(eval $(call gb_Jar_add_manifest_classpath,TestExtension,\
16 libreoffice.jar \
19 $(eval $(call gb_Jar_use_jars,TestExtension,\
20 libreoffice \
23 $(eval $(call gb_Jar_set_packageroot,TestExtension,com))
25 $(eval $(call gb_Jar_add_sourcefiles,TestExtension,\
26 smoketest/com/sun/star/comp/smoketest/TestExtension \
29 # vim: set noet sw=4 ts=4: