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
,\
20 $(eval
$(call gb_Jar_use_externals
,ScriptProviderForBeanShell
,\
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 \
36 scripting
/java
/com
/sun
/star
/script
/framework
/provider
/beanshell
/UnsavedChangesListener \
39 $(eval
$(call gb_Jar_add_packagefile
,ScriptProviderForBeanShell
,\
40 com
/sun
/star
/script
/framework
/provider
/beanshell
/template.bsh
,\
41 $(SRCDIR
)/scripting
/java
/com
/sun
/star
/script
/framework
/provider
/beanshell
/template.bsh \
44 # vim: set noet sw=4 ts=4: