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/.
10 $(eval
$(call gb_Jar_Jar
,juh
))
12 $(eval
$(call gb_Jar_use_jars
,juh
,\
17 $(eval
$(call gb_Jar_set_packageroot
,juh
,com
))
19 $(eval
$(call gb_Jar_add_manifest_classpath
,juh
,ridl.jar jurt.jar ..
/..
/lib
/ ..
/bin
/))
21 $(eval
$(call gb_Jar_set_manifest
,juh
,$(SRCDIR
)/javaunohelper
/util
/manifest
))
23 $(eval
$(call gb_Jar_add_sourcefiles
,juh
,\
24 javaunohelper
/com
/sun
/star
/comp
/helper
/Bootstrap \
25 javaunohelper
/com
/sun
/star
/comp
/helper
/BootstrapException \
26 javaunohelper
/com
/sun
/star
/comp
/helper
/ComponentContext \
27 javaunohelper
/com
/sun
/star
/comp
/helper
/ComponentContextEntry \
28 javaunohelper
/com
/sun
/star
/comp
/helper
/SharedLibraryLoader \
29 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/ByteArrayToXInputStreamAdapter \
30 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/InputStreamToXInputStreamAdapter \
31 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/OutputStreamToXOutputStreamAdapter \
32 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/XInputStreamToInputStreamAdapter \
33 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/XOutputStreamToByteArrayAdapter \
34 javaunohelper
/com
/sun
/star
/lib
/uno
/adapter
/XOutputStreamToOutputStreamAdapter \
35 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/ComponentBase \
36 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/Factory \
37 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/InterfaceContainer \
38 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/MultiTypeInterfaceContainer \
39 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/PropertySet \
40 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/PropertySetMixin \
41 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/UnoUrl \
42 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/WeakAdapter \
43 javaunohelper
/com
/sun
/star
/lib
/uno
/helper
/WeakBase \
46 # vim:set noet sw=4 ts=4: