add some protocols that don't make sense as floating frame targets
[LibreOffice.git] / scripting / Jar_ScriptProviderForBeanShell.mk
blob6f362818d7b30a48e065622ed7080bcd81458e8f
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 libreoffice \
14 ScriptFramework \
17 $(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
18 bsh \
21 $(eval $(call gb_Jar_set_manifest,ScriptProviderForBeanShell,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/beanshell/MANIFEST.MF))
23 $(eval $(call gb_Jar_set_componentfile,ScriptProviderForBeanShell,scripting/java/ScriptProviderForBeanShell,OOO))
25 $(eval $(call gb_Jar_set_packageroot,ScriptProviderForBeanShell,com))
27 $(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForBeanShell,\
28 scripting/java/com/sun/star/script/framework/provider/beanshell/PlainSourceView \
29 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptEditorForBeanShell \
30 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptProviderForBeanShell \
31 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceModel \
32 scripting/java/com/sun/star/script/framework/provider/beanshell/ScriptSourceView \
33 scripting/java/com/sun/star/script/framework/provider/beanshell/UnsavedChangesListener \
36 $(eval $(call gb_Jar_add_packagefile,ScriptProviderForBeanShell,\
37 com/sun/star/script/framework/provider/beanshell/template.bsh,\
38 $(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/beanshell/template.bsh \
41 # vim: set noet sw=4 ts=4: