xref: /trunk/main/javaunohelper/Jar_juh.mk (revision 26f17024)
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,juh,SRCDIR))
25
26$(eval $(call gb_Jar_add_jars,juh,\
27	$(OUTDIR)/bin/ridl.jar \
28	$(OUTDIR)/bin/jurt.jar \
29	$(OUTDIR)/bin/unoil.jar \
30))
31
32$(eval $(call gb_Jar_set_packageroot,juh,com))
33
34$(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest))
35
36$(eval $(call gb_Jar_set_jarclasspath,juh,\
37	ridl.jar \
38	jurt.jar \
39	../../lib/ \
40	../bin/ \
41))
42
43$(eval $(call gb_Jar_add_sourcefiles,juh,\
44	javaunohelper/com/sun/star/lib/uno/helper/UnoUrl \
45	javaunohelper/com/sun/star/lib/uno/helper/Factory \
46	javaunohelper/com/sun/star/lib/uno/helper/ComponentBase \
47	javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter \
48	javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer \
49	javaunohelper/com/sun/star/lib/uno/helper/WeakBase \
50	javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin \
51	javaunohelper/com/sun/star/lib/uno/helper/PropertySet \
52	javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer \
53	javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter \
54	javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter \
55	javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter \
56	javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter \
57	javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter \
58	javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter \
59	javaunohelper/com/sun/star/comp/JavaUNOHelperServices \
60	javaunohelper/com/sun/star/comp/juhtest/SmoketestCommandEnvironment \
61	javaunohelper/com/sun/star/comp/helper/RegistryServiceFactory \
62	javaunohelper/com/sun/star/comp/helper/UnoInfo \
63	javaunohelper/com/sun/star/comp/helper/ComponentContext \
64	javaunohelper/com/sun/star/comp/helper/BootstrapException \
65	javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader \
66	javaunohelper/com/sun/star/comp/helper/Bootstrap \
67	javaunohelper/com/sun/star/comp/helper/ComponentContextEntry \
68))
69
70$(eval $(call gb_Jar_set_componentfile,juh,javaunohelper/util/juh,URE))
71
72# vim: set noet sw=4 ts=4:
73