1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*-
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 my_example_dirs_java
= \
11 DevelopersGuide
/BasicAndDialogs
/CreatingDialogs \
12 DevelopersGuide
/Charts \
13 DevelopersGuide
/Components
/Addons
/JobsAddon \
14 DevelopersGuide
/Components
/Addons
/ProtocolHandlerAddon_java \
15 DevelopersGuide
/Components
/JavaComponent \
16 DevelopersGuide
/Components
/SimpleLicense \
17 DevelopersGuide
/Components
/Thumbs \
18 DevelopersGuide
/Components
/dialogcomponent \
19 DevelopersGuide
/Config \
20 DevelopersGuide
/Database \
21 DevelopersGuide
/Drawing \
22 DevelopersGuide
/FirstSteps \
23 DevelopersGuide
/Forms \
25 DevelopersGuide
/OfficeBean \
26 DevelopersGuide
/OfficeDev \
27 DevelopersGuide
/OfficeDev
/Clipboard \
28 DevelopersGuide
/OfficeDev
/DesktopEnvironment \
29 DevelopersGuide
/OfficeDev
/DisableCommands \
30 DevelopersGuide
/OfficeDev
/FilterDevelopment
/AsciiFilter \
31 DevelopersGuide
/OfficeDev
/FilterDevelopment
/FlatXmlFilterDetection \
32 DevelopersGuide
/OfficeDev
/FilterDevelopment
/FlatXmlFilter_java \
33 DevelopersGuide
/OfficeDev
/Linguistic \
34 DevelopersGuide
/OfficeDev
/PathSettings \
35 DevelopersGuide
/OfficeDev
/PathSubstitution \
36 DevelopersGuide
/OfficeDev
/TerminationTest \
37 DevelopersGuide
/ProfUNO
/InterprocessConn \
38 DevelopersGuide
/ProfUNO
/Lifetime \
39 DevelopersGuide
/ProfUNO
/SimpleBootstrap_java \
40 DevelopersGuide
/ScriptingFramework
/SayHello \
41 DevelopersGuide
/ScriptingFramework
/ScriptSelector \
42 DevelopersGuide
/Spreadsheet \
43 DevelopersGuide
/Text \
45 java
/DocumentHandling \
48 java
/MinimalComponent \
54 # java/ConverterServlet \
55 # java/EmbedDocument/Container1 \
56 # java/EmbedDocument/EmbeddedObject \
60 $(eval
$(call odk_build-examples_test
,odk
/build-examples_java
,$(my_example_dirs_java
)))
62 # vim: set noet sw=4 ts=4: