Revert "Resolves tdf#99675: Add BPMN images to the gallery"
[LibreOffice.git] / smoketest / Jar_TestExtension.mk
blob22a3a5cdb5fdc906b10ca804f01c373278932863
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 juh.jar \
17 ridl.jar \
20 $(eval $(call gb_Jar_use_jars,TestExtension,\
21 juh \
22 ridl \
25 $(eval $(call gb_Jar_set_packageroot,TestExtension,com))
27 $(eval $(call gb_Jar_add_sourcefiles,TestExtension,\
28 smoketest/com/sun/star/comp/smoketest/TestExtension \
31 # vim: set noet sw=4 ts=4: