| Takeshi Abe | 541761d | 2014-04-28 23:33:04 +0900 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 2 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 3 | # This file is part of the LibreOffice project. |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 4 | # |
| Michael Meeks | 72e5d0c | 2013-04-24 17:14:03 +0100 | [diff] [blame] | 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/. |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 8 | # |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 9 | |
| Julien Nabet | 687a821 | 2013-04-19 00:15:12 +0200 | [diff] [blame] | 10 | $(eval $(call gb_Package_Package,scripting_ScriptsBeanShell,$(SRCDIR)/scripting/examples)) |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 11 | |
| Tor Lillqvist | 058a3d1 | 2013-08-18 18:45:45 +0200 | [diff] [blame] | 12 | $(eval $(call gb_Package_add_files_with_dir,scripting_ScriptsBeanShell,$(LIBO_SHARE_FOLDER)/Scripts,\ |
| Samuel Mehrbrodt | acd820a | 2021-11-23 09:43:35 +0100 | [diff] [blame] | 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 \ |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 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 \ |
| Samuel Mehrbrodt | acd820a | 2021-11-23 09:43:35 +0100 | [diff] [blame] | 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 \ |
| Matúš Kukan | 3250c79 | 2011-09-19 11:01:15 +0200 | [diff] [blame] | 37 | )) |
| 38 | |
| 39 | # vim: set noet sw=4 ts=4: |