1############################################################### 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance 9# with the License. You may obtain a copy of the License at 10# 11# http://www.apache.org/licenses/LICENSE-2.0 12# 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. 19# 20############################################################### 21 22 23 24$(eval $(call gb_Jar_Jar,commonwizards,SRCDIR)) 25 26$(eval $(call gb_Jar_add_jars,commonwizards,\ 27 $(OUTDIR)/bin/ridl.jar \ 28 $(OUTDIR)/bin/unoil.jar \ 29 $(OUTDIR)/bin/jurt.jar \ 30 $(OUTDIR)/bin/juh.jar \ 31 $(OUTDIR)/bin/java_uno.jar \ 32)) 33 34$(eval $(call gb_Jar_set_packageroot,commonwizards,com)) 35 36$(eval $(call gb_Jar_set_manifest,commonwizards,$(SRCDIR)/wizards/com/sun/star/wizards/common/MANIFEST.MF)) 37 38$(eval $(call gb_Jar_add_sourcefiles,commonwizards,\ 39 wizards/com/sun/star/wizards/common/HelpIds \ 40 wizards/com/sun/star/wizards/common/Desktop \ 41 wizards/com/sun/star/wizards/common/NumberFormatter \ 42 wizards/com/sun/star/wizards/common/FileAccess \ 43 wizards/com/sun/star/wizards/common/Helper \ 44 wizards/com/sun/star/wizards/common/InvalidQueryException \ 45 wizards/com/sun/star/wizards/common/JavaTools \ 46 wizards/com/sun/star/wizards/common/NoValidPathException \ 47 wizards/com/sun/star/wizards/common/Properties \ 48 wizards/com/sun/star/wizards/common/PropertyNames \ 49 wizards/com/sun/star/wizards/common/Resource \ 50 wizards/com/sun/star/wizards/common/SystemDialog \ 51 wizards/com/sun/star/wizards/common/Configuration \ 52 wizards/com/sun/star/wizards/common/ConfigNode \ 53 wizards/com/sun/star/wizards/common/ConfigGroup \ 54 wizards/com/sun/star/wizards/common/ConfigSet \ 55 wizards/com/sun/star/wizards/common/XMLProvider \ 56 wizards/com/sun/star/wizards/common/XMLHelper \ 57 wizards/com/sun/star/wizards/common/IRenderer \ 58 wizards/com/sun/star/wizards/common/Indexable \ 59 wizards/com/sun/star/wizards/common/TerminateWizardException \ 60 wizards/com/sun/star/wizards/common/UCB \ 61 wizards/com/sun/star/wizards/common/DebugHelper \ 62 wizards/com/sun/star/wizards/common/PropertySetHelper \ 63 wizards/com/sun/star/wizards/common/NumericalHelper \ 64 wizards/com/sun/star/wizards/common/NamedValueCollection \ 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 \ 126)) 127 128# vim: set noet sw=4 ts=4: 129