update credits
[LibreOffice.git] / scripting / Jar_ScriptProviderForBeanShell.mk
blob8bebc2eeb897e4fd3c44e809ae9311bfd5c27076
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,ScriptProviderForBeanShell))
12 $(eval $(call gb_Jar_use_jars,ScriptProviderForBeanShell,\
13 juh \
14 jurt \
15 ridl \
16 unoil \
17 ScriptFramework \
20 $(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
21 bsh \
24 $(eval $(call gb_Jar_set_manifest,ScriptProviderForBeanShell,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/beanshell/MANIFEST.MF))
26 $(eval $(call gb_Jar_set_componentfile,ScriptProviderForBeanShell,scripting/java/ScriptProviderForBeanShell,OOO))
28 $(eval $(call gb_Jar_set_packageroot,ScriptProviderForBeanShell,com))
30 $(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForBeanShell,\
31 scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView \
32 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell \
33 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell \
34 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel \
35 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView \
38 $(eval $(call gb_Jar_add_packagefile,ScriptProviderForBeanShell,\
39 com/sun/star/script/framework/provider/beanshell/template.bsh,\
40 $(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh \
43 # vim: set noet sw=4 ts=4: