update credits
[LibreOffice.git] / scripting / Package_ScriptsBeanShell.mk
blob212888e602a0bca2f7834b4fda8a4659daf96ecd
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/Capitalise/capitalise.bsh \
14 beanshell/Capitalise/parcel-descriptor.xml \
15 beanshell/HelloWorld/helloworld.bsh \
16 beanshell/HelloWorld/parcel-descriptor.xml \
17 beanshell/Highlight/ButtonPressHandler.bsh \
18 beanshell/Highlight/highlighter.bsh \
19 beanshell/Highlight/parcel-descriptor.xml \
20 beanshell/Highlight/ShowDialog.bsh \
21 beanshell/MemoryUsage/memusage.bsh \
22 beanshell/MemoryUsage/parcel-descriptor.xml \
23 beanshell/WordCount/parcel-descriptor.xml \
24 beanshell/WordCount/wordcount.bsh \
27 # vim: set noet sw=4 ts=4: