Update git submodules
[LibreOffice.git] / scripting / Package_ScriptsBeanShell.mk
blob5b7cf42d3b46449bc99f5e34204fb7f9c56c01a9
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_Package_Package,scripting_ScriptsBeanShell,$(SRCDIR)/scripting/examples))
12 $(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsBeanShell,$(LIBO_SHARE_FOLDER)/Scripts,\
13 beanshell/Calc/CopyRange.bsh \
14 beanshell/Calc/FixView.bsh \
15 beanshell/Calc/InsertSheet.bsh \
16 beanshell/Calc/parcel-descriptor.xml \
17 beanshell/Calc/ProtectSheet.bsh \
18 beanshell/Calc/SelectCell.bsh \
19 beanshell/Capitalise/capitalise.bsh \
20 beanshell/Capitalise/parcel-descriptor.xml \
21 beanshell/HelloWorld/helloworld.bsh \
22 beanshell/HelloWorld/parcel-descriptor.xml \
23 beanshell/Highlight/ButtonPressHandler.bsh \
24 beanshell/Highlight/highlighter.bsh \
25 beanshell/Highlight/parcel-descriptor.xml \
26 beanshell/Highlight/ShowDialog.bsh \
27 beanshell/MemoryUsage/memusage.bsh \
28 beanshell/MemoryUsage/parcel-descriptor.xml \
29 beanshell/WordCount/parcel-descriptor.xml \
30 beanshell/WordCount/wordcount.bsh \
31 beanshell/Writer/ChangeFont.bsh \
32 beanshell/Writer/ChangeParaAdjust.bsh \
33 beanshell/Writer/InsertTable.bsh \
34 beanshell/Writer/InsertText.bsh \
35 beanshell/Writer/parcel-descriptor.xml \
36 beanshell/Writer/SetText.bsh \
39 # vim: set noet sw=4 ts=4: