blob: 5b7cf42d3b46449bc99f5e34204fb7f9c56c01a9 [file] [log] [blame]
Takeshi Abe541761d2014-04-28 23:33:04 +09001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
Matúš Kukan3250c792011-09-19 11:01:15 +02002#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01003# This file is part of the LibreOffice project.
Matúš Kukan3250c792011-09-19 11:01:15 +02004#
Michael Meeks72e5d0c2013-04-24 17:14:03 +01005# 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/.
Matúš Kukan3250c792011-09-19 11:01:15 +02008#
Matúš Kukan3250c792011-09-19 11:01:15 +02009
Julien Nabet687a8212013-04-19 00:15:12 +020010$(eval $(call gb_Package_Package,scripting_ScriptsBeanShell,$(SRCDIR)/scripting/examples))
Matúš Kukan3250c792011-09-19 11:01:15 +020011
Tor Lillqvist058a3d12013-08-18 18:45:45 +020012$(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsBeanShell,$(LIBO_SHARE_FOLDER)/Scripts,\
Samuel Mehrbrodtacd820a2021-11-23 09:43:35 +010013 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 \
Matúš Kukan3250c792011-09-19 11:01:15 +020019 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 \
Samuel Mehrbrodtacd820a2021-11-23 09:43:35 +010031 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 \
Matúš Kukan3250c792011-09-19 11:01:15 +020037))
38
39# vim: set noet sw=4 ts=4: