libreofficekit_tiledrendering test: force lock file removal
[LibreOffice.git] / wizards / Jar_commonwizards.mk
bloba13a114162ffc58d75c08d9bdcbe20b387f5fb42
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 ridl \
24 unoil \
25 jurt \
26 juh \
27 java_uno \
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/ConfigNode \
49 wizards/com/sun/star/wizards/common/ConfigGroup \
50 wizards/com/sun/star/wizards/common/ConfigSet \
51 wizards/com/sun/star/wizards/common/XMLProvider \
52 wizards/com/sun/star/wizards/common/XMLHelper \
53 wizards/com/sun/star/wizards/common/IRenderer \
54 wizards/com/sun/star/wizards/common/Indexable \
55 wizards/com/sun/star/wizards/common/TerminateWizardException \
56 wizards/com/sun/star/wizards/common/UCB \
57 wizards/com/sun/star/wizards/common/DebugHelper \
58 wizards/com/sun/star/wizards/common/PropertySetHelper \
59 wizards/com/sun/star/wizards/common/NumericalHelper \
60 wizards/com/sun/star/wizards/common/NamedValueCollection \
61 wizards/com/sun/star/wizards/common/ParaStyled \
62 wizards/com/sun/star/wizards/common/PlaceholderTextElement \
63 wizards/com/sun/star/wizards/common/TemplateElement \
64 wizards/com/sun/star/wizards/common/TextElement \
65 wizards/com/sun/star/wizards/db/DBMetaData \
66 wizards/com/sun/star/wizards/db/CommandMetaData \
67 wizards/com/sun/star/wizards/db/QueryMetaData \
68 wizards/com/sun/star/wizards/db/BlindtextCreator \
69 wizards/com/sun/star/wizards/db/FieldColumn \
70 wizards/com/sun/star/wizards/db/CommandName \
71 wizards/com/sun/star/wizards/db/RecordParser \
72 wizards/com/sun/star/wizards/db/TypeInspector \
73 wizards/com/sun/star/wizards/db/ColumnPropertySet \
74 wizards/com/sun/star/wizards/db/RelationController \
75 wizards/com/sun/star/wizards/db/TableDescriptor \
76 wizards/com/sun/star/wizards/db/SQLQueryComposer \
77 wizards/com/sun/star/wizards/db/DatabaseObjectWizard \
78 wizards/com/sun/star/wizards/ui/event/AbstractListener \
79 wizards/com/sun/star/wizards/ui/event/CommonListener \
80 wizards/com/sun/star/wizards/ui/event/DataAware \
81 wizards/com/sun/star/wizards/ui/event/DataAwareFields \
82 wizards/com/sun/star/wizards/ui/event/EventNames \
83 wizards/com/sun/star/wizards/ui/event/ListModelBinder \
84 wizards/com/sun/star/wizards/ui/event/MethodInvocation \
85 wizards/com/sun/star/wizards/ui/event/RadioDataAware \
86 wizards/com/sun/star/wizards/ui/event/SimpleDataAware \
87 wizards/com/sun/star/wizards/ui/event/Task \
88 wizards/com/sun/star/wizards/ui/event/TaskEvent \
89 wizards/com/sun/star/wizards/ui/event/TaskListener \
90 wizards/com/sun/star/wizards/ui/event/UnoDataAware \
91 wizards/com/sun/star/wizards/ui/AggregateComponent \
92 wizards/com/sun/star/wizards/ui/CommandFieldSelection \
93 wizards/com/sun/star/wizards/ui/ControlScroller \
94 wizards/com/sun/star/wizards/ui/DBLimitedFieldSelection \
95 wizards/com/sun/star/wizards/ui/DocumentPreview \
96 wizards/com/sun/star/wizards/ui/FilterComponent \
97 wizards/com/sun/star/wizards/ui/FieldSelection \
98 wizards/com/sun/star/wizards/ui/ImageList \
99 wizards/com/sun/star/wizards/ui/ButtonList \
100 wizards/com/sun/star/wizards/ui/PathSelection \
101 wizards/com/sun/star/wizards/ui/PeerConfig \
102 wizards/com/sun/star/wizards/ui/SortingComponent \
103 wizards/com/sun/star/wizards/ui/TitlesComponent \
104 wizards/com/sun/star/wizards/ui/WizardDialog \
105 wizards/com/sun/star/wizards/ui/UIConsts \
106 wizards/com/sun/star/wizards/ui/UnoDialog \
107 wizards/com/sun/star/wizards/ui/UnoDialog2 \
108 wizards/com/sun/star/wizards/ui/XCommandSelectionListener \
109 wizards/com/sun/star/wizards/ui/XFieldSelectionListener \
110 wizards/com/sun/star/wizards/ui/XPathSelectionListener \
111 wizards/com/sun/star/wizards/ui/XCompletion \
112 wizards/com/sun/star/wizards/document/Control \
113 wizards/com/sun/star/wizards/document/DatabaseControl \
114 wizards/com/sun/star/wizards/document/FormHandler \
115 wizards/com/sun/star/wizards/document/GridControl \
116 wizards/com/sun/star/wizards/document/OfficeDocument \
117 wizards/com/sun/star/wizards/document/Shape \
118 wizards/com/sun/star/wizards/document/TimeStampControl \
119 wizards/com/sun/star/wizards/text/TextDocument \
120 wizards/com/sun/star/wizards/text/TextFieldHandler \
121 wizards/com/sun/star/wizards/text/TextFrameHandler \
122 wizards/com/sun/star/wizards/text/TextSectionHandler \
123 wizards/com/sun/star/wizards/text/TextStyleHandler \
124 wizards/com/sun/star/wizards/text/TextTableHandler \
125 wizards/com/sun/star/wizards/text/ViewHandler \
128 # vim: set noet sw=4 ts=4: