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
,\
30 $(eval
$(call gb_Jar_set_packageroot
,commonwizards
,com
))
32 $(eval
$(call gb_Jar_set_manifest
,commonwizards
,$(SRCDIR
)/wizards
/com
/sun
/star
/wizards
/common
/MANIFEST.MF
))
34 $(eval
$(call gb_Jar_add_sourcefiles
,commonwizards
,\
35 wizards
/com
/sun
/star
/wizards
/common
/HelpIds \
36 wizards
/com
/sun
/star
/wizards
/common
/Desktop \
37 wizards
/com
/sun
/star
/wizards
/common
/NumberFormatter \
38 wizards
/com
/sun
/star
/wizards
/common
/FileAccess \
39 wizards
/com
/sun
/star
/wizards
/common
/Helper \
40 wizards
/com
/sun
/star
/wizards
/common
/InvalidQueryException \
41 wizards
/com
/sun
/star
/wizards
/common
/JavaTools \
42 wizards
/com
/sun
/star
/wizards
/common
/NoValidPathException \
43 wizards
/com
/sun
/star
/wizards
/common
/Properties \
44 wizards
/com
/sun
/star
/wizards
/common
/PropertyNames \
45 wizards
/com
/sun
/star
/wizards
/common
/Resource \
46 wizards
/com
/sun
/star
/wizards
/common
/SystemDialog \
47 wizards
/com
/sun
/star
/wizards
/common
/Configuration \
48 wizards
/com
/sun
/star
/wizards
/common
/IRenderer \
49 wizards
/com
/sun
/star
/wizards
/common
/DebugHelper \
50 wizards
/com
/sun
/star
/wizards
/common
/PropertySetHelper \
51 wizards
/com
/sun
/star
/wizards
/common
/NumericalHelper \
52 wizards
/com
/sun
/star
/wizards
/common
/NamedValueCollection \
53 wizards
/com
/sun
/star
/wizards
/common
/ParaStyled \
54 wizards
/com
/sun
/star
/wizards
/common
/PlaceholderTextElement \
55 wizards
/com
/sun
/star
/wizards
/common
/TextElement \
56 wizards
/com
/sun
/star
/wizards
/db
/DBMetaData \
57 wizards
/com
/sun
/star
/wizards
/db
/CommandMetaData \
58 wizards
/com
/sun
/star
/wizards
/db
/QueryMetaData \
59 wizards
/com
/sun
/star
/wizards
/db
/BlindtextCreator \
60 wizards
/com
/sun
/star
/wizards
/db
/FieldColumn \
61 wizards
/com
/sun
/star
/wizards
/db
/CommandName \
62 wizards
/com
/sun
/star
/wizards
/db
/RecordParser \
63 wizards
/com
/sun
/star
/wizards
/db
/TypeInspector \
64 wizards
/com
/sun
/star
/wizards
/db
/ColumnPropertySet \
65 wizards
/com
/sun
/star
/wizards
/db
/RelationController \
66 wizards
/com
/sun
/star
/wizards
/db
/TableDescriptor \
67 wizards
/com
/sun
/star
/wizards
/db
/SQLQueryComposer \
68 wizards
/com
/sun
/star
/wizards
/db
/DatabaseObjectWizard \
69 wizards
/com
/sun
/star
/wizards
/ui
/event
/XActionListenerAdapter \
70 wizards
/com
/sun
/star
/wizards
/ui
/event
/XItemListenerAdapter \
71 wizards
/com
/sun
/star
/wizards
/ui
/event
/XTextListenerAdapter \
72 wizards
/com
/sun
/star
/wizards
/ui
/AggregateComponent \
73 wizards
/com
/sun
/star
/wizards
/ui
/CommandFieldSelection \
74 wizards
/com
/sun
/star
/wizards
/ui
/ControlScroller \
75 wizards
/com
/sun
/star
/wizards
/ui
/DBLimitedFieldSelection \
76 wizards
/com
/sun
/star
/wizards
/ui
/FilterComponent \
77 wizards
/com
/sun
/star
/wizards
/ui
/FieldSelection \
78 wizards
/com
/sun
/star
/wizards
/ui
/ButtonList \
79 wizards
/com
/sun
/star
/wizards
/ui
/PeerConfig \
80 wizards
/com
/sun
/star
/wizards
/ui
/SortingComponent \
81 wizards
/com
/sun
/star
/wizards
/ui
/TitlesComponent \
82 wizards
/com
/sun
/star
/wizards
/ui
/WizardDialog \
83 wizards
/com
/sun
/star
/wizards
/ui
/UIConsts \
84 wizards
/com
/sun
/star
/wizards
/ui
/UnoDialog \
85 wizards
/com
/sun
/star
/wizards
/ui
/UnoDialog2 \
86 wizards
/com
/sun
/star
/wizards
/ui
/XFieldSelectionListener \
87 wizards
/com
/sun
/star
/wizards
/document
/Control \
88 wizards
/com
/sun
/star
/wizards
/document
/DatabaseControl \
89 wizards
/com
/sun
/star
/wizards
/document
/FormHandler \
90 wizards
/com
/sun
/star
/wizards
/document
/GridControl \
91 wizards
/com
/sun
/star
/wizards
/document
/OfficeDocument \
92 wizards
/com
/sun
/star
/wizards
/document
/Shape \
93 wizards
/com
/sun
/star
/wizards
/document
/TimeStampControl \
94 wizards
/com
/sun
/star
/wizards
/text
/TextDocument \
95 wizards
/com
/sun
/star
/wizards
/text
/TextFieldHandler \
96 wizards
/com
/sun
/star
/wizards
/text
/TextSectionHandler \
97 wizards
/com
/sun
/star
/wizards
/text
/TextStyleHandler \
98 wizards
/com
/sun
/star
/wizards
/text
/TextTableHandler \
99 wizards
/com
/sun
/star
/wizards
/text
/ViewHandler \
102 # vim: set noet sw=4 ts=4: