connectivity: fix return column type "DataType::SQLNULL"
[LibreOffice.git] / wizards / Jar_commonwizards.mk
blobe2f92031d880434151d67653c075da2278502137
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/.
9 # This file incorporates work covered by the following license notice:
11 # Licensed to the Apache Software Foundation (ASF) under one or more
12 # contributor license agreements. See the NOTICE file distributed
13 # with this work for additional information regarding copyright
14 # ownership. The ASF licenses this file to you under the Apache
15 # License, Version 2.0 (the "License"); you may not use this file
16 # except in compliance with the License. You may obtain a copy of
17 # the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 $(eval $(call gb_Jar_Jar,commonwizards))
22 $(eval $(call gb_Jar_use_jars,commonwizards,\
23 libreoffice \
24 java_uno \
27 $(eval $(call gb_Jar_set_packageroot,commonwizards,com))
29 $(eval $(call gb_Jar_set_manifest,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards/common/MANIFEST.MF))
31 $(eval $(call gb_Jar_add_sourcefiles,commonwizards,\
32 wizards/com/sun/star/wizards/common/HelpIds \
33 wizards/com/sun/star/wizards/common/Desktop \
34 wizards/com/sun/star/wizards/common/NumberFormatter \
35 wizards/com/sun/star/wizards/common/FileAccess \
36 wizards/com/sun/star/wizards/common/Helper \
37 wizards/com/sun/star/wizards/common/InvalidQueryException \
38 wizards/com/sun/star/wizards/common/JavaTools \
39 wizards/com/sun/star/wizards/common/NoValidPathException \
40 wizards/com/sun/star/wizards/common/Properties \
41 wizards/com/sun/star/wizards/common/PropertyNames \
42 wizards/com/sun/star/wizards/common/Resource \
43 wizards/com/sun/star/wizards/common/SystemDialog \
44 wizards/com/sun/star/wizards/common/Configuration \
45 wizards/com/sun/star/wizards/common/IRenderer \
46 wizards/com/sun/star/wizards/common/DebugHelper \
47 wizards/com/sun/star/wizards/common/PropertySetHelper \
48 wizards/com/sun/star/wizards/common/NumericalHelper \
49 wizards/com/sun/star/wizards/common/NamedValueCollection \
50 wizards/com/sun/star/wizards/common/ParaStyled \
51 wizards/com/sun/star/wizards/common/PlaceholderTextElement \
52 wizards/com/sun/star/wizards/common/TextElement \
53 wizards/com/sun/star/wizards/db/DBMetaData \
54 wizards/com/sun/star/wizards/db/CommandMetaData \
55 wizards/com/sun/star/wizards/db/QueryMetaData \
56 wizards/com/sun/star/wizards/db/BlindtextCreator \
57 wizards/com/sun/star/wizards/db/FieldColumn \
58 wizards/com/sun/star/wizards/db/CommandName \
59 wizards/com/sun/star/wizards/db/RecordParser \
60 wizards/com/sun/star/wizards/db/TypeInspector \
61 wizards/com/sun/star/wizards/db/ColumnPropertySet \
62 wizards/com/sun/star/wizards/db/RelationController \
63 wizards/com/sun/star/wizards/db/TableDescriptor \
64 wizards/com/sun/star/wizards/db/SQLQueryComposer \
65 wizards/com/sun/star/wizards/db/DatabaseObjectWizard \
66 wizards/com/sun/star/wizards/ui/event/XActionListenerAdapter \
67 wizards/com/sun/star/wizards/ui/event/XItemListenerAdapter \
68 wizards/com/sun/star/wizards/ui/event/XTextListenerAdapter \
69 wizards/com/sun/star/wizards/ui/AggregateComponent \
70 wizards/com/sun/star/wizards/ui/CommandFieldSelection \
71 wizards/com/sun/star/wizards/ui/ControlScroller \
72 wizards/com/sun/star/wizards/ui/DBLimitedFieldSelection \
73 wizards/com/sun/star/wizards/ui/FilterComponent \
74 wizards/com/sun/star/wizards/ui/FieldSelection \
75 wizards/com/sun/star/wizards/ui/ButtonList \
76 wizards/com/sun/star/wizards/ui/PeerConfig \
77 wizards/com/sun/star/wizards/ui/SortingComponent \
78 wizards/com/sun/star/wizards/ui/TitlesComponent \
79 wizards/com/sun/star/wizards/ui/WizardDialog \
80 wizards/com/sun/star/wizards/ui/UIConsts \
81 wizards/com/sun/star/wizards/ui/UnoDialog \
82 wizards/com/sun/star/wizards/ui/UnoDialog2 \
83 wizards/com/sun/star/wizards/ui/XFieldSelectionListener \
84 wizards/com/sun/star/wizards/document/Control \
85 wizards/com/sun/star/wizards/document/DatabaseControl \
86 wizards/com/sun/star/wizards/document/FormHandler \
87 wizards/com/sun/star/wizards/document/GridControl \
88 wizards/com/sun/star/wizards/document/OfficeDocument \
89 wizards/com/sun/star/wizards/document/Shape \
90 wizards/com/sun/star/wizards/document/TimeStampControl \
91 wizards/com/sun/star/wizards/text/TextDocument \
92 wizards/com/sun/star/wizards/text/TextFieldHandler \
93 wizards/com/sun/star/wizards/text/TextSectionHandler \
94 wizards/com/sun/star/wizards/text/TextStyleHandler \
95 wizards/com/sun/star/wizards/text/TextTableHandler \
96 wizards/com/sun/star/wizards/text/ViewHandler \
99 # vim: set noet sw=4 ts=4: