tdf#119030: Disable entries if open file read-only is unchecked
[LibreOffice.git] / javaunohelper / Jar_juh.mk
blob633a2d8c60f4fc22756b7df0d637e92cd0646f7e
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,\
13 jurt \
14 ridl \
17 $(eval $(call gb_Jar_set_packageroot,juh,com))
19 $(eval $(call gb_Jar_add_manifest_classpath,juh, \
20 jurt.jar \
21 ridl.jar \
22 $(if $(filter MACOSX,$(OS)),../../Frameworks/,../) \
25 $(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest))
27 $(eval $(call gb_Jar_add_sourcefiles,juh,\
28 javaunohelper/com/sun/star/comp/helper/Bootstrap \
29 javaunohelper/com/sun/star/comp/helper/BootstrapException \
30 javaunohelper/com/sun/star/comp/helper/ComponentContext \
31 javaunohelper/com/sun/star/comp/helper/ComponentContextEntry \
32 javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader \
33 javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter \
34 javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter \
35 javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter \
36 javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter \
37 javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter \
38 javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter \
39 javaunohelper/com/sun/star/lib/uno/helper/ComponentBase \
40 javaunohelper/com/sun/star/lib/uno/helper/Factory \
41 javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer \
42 javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer \
43 javaunohelper/com/sun/star/lib/uno/helper/PropertySet \
44 javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin \
45 javaunohelper/com/sun/star/lib/uno/helper/UnoUrl \
46 javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter \
47 javaunohelper/com/sun/star/lib/uno/helper/WeakBase \
50 # vim:set noet sw=4 ts=4: