bnc#887230: sd_export_ooxml1: Add unittest
[LibreOffice.git] / scripting / Jar_ScriptProviderForJava.mk
blob8e7d3e2d17a970b651c0a2f3236f65136401eb96
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,ScriptProviderForJava))
12 $(eval $(call gb_Jar_use_jars,ScriptProviderForJava,\
13 libreoffice \
14 ScriptFramework \
17 $(eval $(call gb_Jar_set_componentfile,ScriptProviderForJava,scripting/java/ScriptProviderForJava,OOO))
19 $(eval $(call gb_Jar_set_manifest,ScriptProviderForJava,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/java/MANIFEST.MF))
21 $(eval $(call gb_Jar_set_packageroot,ScriptProviderForJava,com))
23 $(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForJava,\
24 scripting/java/com/sun/star/script/framework/provider/java/Resolver \
25 scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor \
26 scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava \
27 scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy \
28 scripting/java/com/sun/star/script/framework/provider/java/StrictResolver \
31 # vim: set noet sw=4 ts=4: