2018-04-24 14:12:38 +02:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
|
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
2018-04-27 10:20:05 +02:00
|
|
|
my_example_dirs_java = \
|
2018-04-24 14:12:38 +02:00
|
|
|
DevelopersGuide/BasicAndDialogs/CreatingDialogs \
|
2024-02-05 20:03:14 -08:00
|
|
|
DevelopersGuide/Charts/java \
|
2018-04-24 14:12:38 +02:00
|
|
|
DevelopersGuide/Components/Addons/JobsAddon \
|
|
|
|
DevelopersGuide/Components/Addons/ProtocolHandlerAddon_java \
|
|
|
|
DevelopersGuide/Components/JavaComponent \
|
|
|
|
DevelopersGuide/Components/SimpleLicense \
|
|
|
|
DevelopersGuide/Components/Thumbs \
|
|
|
|
DevelopersGuide/Components/dialogcomponent \
|
|
|
|
DevelopersGuide/Config \
|
|
|
|
DevelopersGuide/Database \
|
|
|
|
DevelopersGuide/Drawing \
|
2023-11-20 12:32:26 +01:00
|
|
|
DevelopersGuide/FirstSteps/FirstUnoContact/java \
|
|
|
|
DevelopersGuide/FirstSteps/FirstLoadComponent/java \
|
|
|
|
DevelopersGuide/FirstSteps/HelloTextTableShape/java \
|
2018-04-24 14:12:38 +02:00
|
|
|
DevelopersGuide/Forms \
|
|
|
|
DevelopersGuide/GUI \
|
|
|
|
DevelopersGuide/OfficeBean \
|
|
|
|
DevelopersGuide/OfficeDev \
|
2024-03-24 16:14:56 +05:30
|
|
|
DevelopersGuide/OfficeDev/Clipboard/java \
|
2018-04-24 14:12:38 +02:00
|
|
|
DevelopersGuide/OfficeDev/DesktopEnvironment \
|
|
|
|
DevelopersGuide/OfficeDev/DisableCommands \
|
|
|
|
DevelopersGuide/OfficeDev/FilterDevelopment/AsciiFilter \
|
|
|
|
DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection \
|
|
|
|
DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilter_java \
|
|
|
|
DevelopersGuide/OfficeDev/Linguistic \
|
2024-09-06 18:47:34 +05:30
|
|
|
DevelopersGuide/OfficeDev/PathSettings/java \
|
2024-04-19 00:19:00 +05:30
|
|
|
DevelopersGuide/OfficeDev/PathSubstitution/java \
|
2024-04-10 01:37:42 +05:30
|
|
|
DevelopersGuide/OfficeDev/TerminationTest/java \
|
2018-04-24 14:12:38 +02:00
|
|
|
DevelopersGuide/ProfUNO/InterprocessConn \
|
|
|
|
DevelopersGuide/ProfUNO/Lifetime \
|
|
|
|
DevelopersGuide/ProfUNO/SimpleBootstrap_java \
|
|
|
|
DevelopersGuide/ScriptingFramework/SayHello \
|
|
|
|
DevelopersGuide/ScriptingFramework/ScriptSelector \
|
|
|
|
DevelopersGuide/Spreadsheet \
|
|
|
|
DevelopersGuide/Text \
|
|
|
|
DevelopersGuide/UCB \
|
|
|
|
java/DocumentHandling \
|
|
|
|
java/Drawing \
|
|
|
|
java/Inspector \
|
|
|
|
java/MinimalComponent \
|
|
|
|
java/PropertySet \
|
|
|
|
java/Spreadsheet \
|
|
|
|
java/Text \
|
|
|
|
java/ToDo \
|
|
|
|
|
|
|
|
# java/ConverterServlet \
|
|
|
|
# java/EmbedDocument/EmbeddedObject \
|
|
|
|
# java/NotesAccess \
|
|
|
|
# java/Storage \
|
|
|
|
|
2018-04-27 10:20:05 +02:00
|
|
|
$(eval $(call odk_build-examples_test,odk/build-examples_java,$(my_example_dirs_java)))
|
2018-04-24 14:12:38 +02:00
|
|
|
|
|
|
|
# vim: set noet sw=4 ts=4:
|