summaryrefslogtreecommitdiff
path: root/javaunohelper/Jar_juh.mk
blob: 32f7449049c0bde2d7792065c78e1fb0b921b26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Jar_Jar,juh))

$(eval $(call gb_Jar_use_jars,juh,\
    jurt \
    ridl \
))

$(eval $(call gb_Jar_set_packageroot,juh,com))

$(eval $(call gb_Jar_add_manifest_classpath,juh,ridl.jar jurt.jar ../../lib/ ../bin/))

$(eval $(call gb_Jar_set_manifest,juh,$(SRCDIR)/javaunohelper/util/manifest))

$(eval $(call gb_Jar_add_sourcefiles,juh,\
    javaunohelper/com/sun/star/comp/helper/Bootstrap \
    javaunohelper/com/sun/star/comp/helper/BootstrapException \
    javaunohelper/com/sun/star/comp/helper/ComponentContext \
    javaunohelper/com/sun/star/comp/helper/ComponentContextEntry \
    javaunohelper/com/sun/star/comp/helper/SharedLibraryLoader \
    javaunohelper/com/sun/star/lib/uno/adapter/ByteArrayToXInputStreamAdapter \
    javaunohelper/com/sun/star/lib/uno/adapter/InputStreamToXInputStreamAdapter \
    javaunohelper/com/sun/star/lib/uno/adapter/OutputStreamToXOutputStreamAdapter \
    javaunohelper/com/sun/star/lib/uno/adapter/XInputStreamToInputStreamAdapter \
    javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToByteArrayAdapter \
    javaunohelper/com/sun/star/lib/uno/adapter/XOutputStreamToOutputStreamAdapter \
    javaunohelper/com/sun/star/lib/uno/helper/ComponentBase \
    javaunohelper/com/sun/star/lib/uno/helper/Factory \
    javaunohelper/com/sun/star/lib/uno/helper/InterfaceContainer \
    javaunohelper/com/sun/star/lib/uno/helper/MultiTypeInterfaceContainer \
    javaunohelper/com/sun/star/lib/uno/helper/PropertySet \
    javaunohelper/com/sun/star/lib/uno/helper/PropertySetMixin \
    javaunohelper/com/sun/star/lib/uno/helper/UnoUrl \
    javaunohelper/com/sun/star/lib/uno/helper/WeakAdapter \
    javaunohelper/com/sun/star/lib/uno/helper/WeakBase \
))

# vim:set noet sw=4 ts=4:
ows fixes.Cédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM, use PR_snprintf instead of snprintfCédric Bosdonnat 2014-07-15fdo#72277: NSS-PEM yet another build fix for MS compilerCédric Bosdonnat 2014-07-15fdo#72277: nss-pem fixed windows and macos build errorsCédric Bosdonnat 2014-07-15fdo#72277: Use NSS CACERT in cmis ucp with internal curlCédric Bosdonnat 2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken 2014-07-10nss/nspr: update build/autoconf/config.{guess,sub}rbuj 2014-06-09nss: build fails with Win32 make due to backslashesMichael Stahl 2014-05-15-fsanitize=address does not like -z defsMarkus Mohrhard 2014-03-11normalize values of MINGW_SHARED_GCCLIB/MINGW_SHARED_GXXLIBMichael Stahl 2014-02-27normalize values of CROSS_COMPILINGMichael Stahl 2014-02-24nss: continue delivering libsqlite on Mac OS X 10.5Douglas Mencken 2014-02-14Linux x86 nss/lib/freebl/mpi/mpi_x86.s confusion of mp_digit sizeStephan Bergmann 2014-02-12normalize values of SYSTEM_ZLIB, SYSTEM_DICTS, SYSTEM_FONTCONFIGMichael Stahl 2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl 2014-02-05quote AR, etc. for AR='callcatcher ar'Caolán McNamara 2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold 2013-11-14nss: remove permission changes from nss_macosx.patchMichael Stahl 2013-11-14nss: move Darwin stuff from nss.patch to nss_macosx.patchMichael Stahl 2013-11-14nss: upgrade to 3.15.3Michael Stahl 2013-11-13nss: remove obsolete signing-disabling patchMichael Stahl 2013-11-07fdo#42783: remove CPU variable from environmentMichael Stahl 2013-11-04fdo#70393: move nss to a subdir of externalKhaled Hosny