Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / javaunohelper / Jar_juh.mk
blobd95a8e5dddd6a3dd113f671f554ad4084adc1346
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
4 # The contents of this file are subject to the Mozilla Public License Version
5 # 1.1 (the "License"); you may not use this file except in compliance with
6 # the License or as specified alternatively below. You may obtain a copy of
7 # the License at http://www.mozilla.org/MPL/
9 # Software distributed under the License is distributed on an "AS IS" basis,
10 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
11 # for the specific language governing rights and limitations under the
12 # License.
14 # Major Contributor(s):
15 # Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
16 # (initial developer)
18 # All Rights Reserved.
20 # For minor contributions see the git repository.
22 # Alternatively, the contents of this file may be used under the terms of
23 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
24 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
25 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
26 # instead of those above.
28 $(eval $(call gb_Jar_Jar,juh))
30 $(eval $(call gb_Jar_use_jars,juh,\
31 jurt \
32 ridl \
33 unoil \
36 $(eval $(call gb_Jar_set_packageroot,juh,com))
38 $(eval $(call gb_Jar_add_manifest_classpath,juh,ridl.jar jurt.jar ../../lib/ ../bin/))
40 $(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest))
42 $(eval $(call gb_Jar_set_componentfile,juh,javaunohelper/util/juh,URE))
44 $(eval $(call gb_Jar_add_sourcefiles,juh,\
45 javaunohelper/com/sun/star/comp/JavaUNOHelperServices \
46 javaunohelper/com/sun/star/comp/helper/Bootstrap \
47 javaunohelper/com/sun/star/comp/helper/BootstrapException \
48 javaunohelper/com/sun/star/comp/helper/ComponentContext \
49 javaunohelper/com/sun/star/comp/helper/ComponentContextEntry \
50 javaunohelper/com/sun/star/comp/helper/RegistryServiceFactory \
51 javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader \
52 javaunohelper/com/sun/star/comp/helper/UnoInfo \
53 javaunohelper/com/sun/star/comp/juhtest/SmoketestCommandEnvironment \
54 javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter \
55 javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter \
56 javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter \
57 javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter \
58 javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter \
59 javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter \
60 javaunohelper/com/sun/star/lib/uno/helper/ComponentBase \
61 javaunohelper/com/sun/star/lib/uno/helper/Factory \
62 javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer \
63 javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer \
64 javaunohelper/com/sun/star/lib/uno/helper/PropertySet \
65 javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin \
66 javaunohelper/com/sun/star/lib/uno/helper/UnoUrl \
67 javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter \
68 javaunohelper/com/sun/star/lib/uno/helper/WeakBase \
71 # vim:set shiftwidth=4 softtabstop=4 expandtab: