summaryrefslogtreecommitdiff
path: root/bridges/Jar_java_uno.mk
blob: ecaad3c4daa9df18cb01798692fa7ba0334a5689 (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
# -*- 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,java_uno))

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

$(eval $(call gb_Jar_set_manifest,java_uno,$(SRCDIR)/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/manifest))

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

$(eval $(call gb_Jar_add_manifest_classpath,java_uno,\
	ridl.jar \
	jurt.jar \
	$(if $(filter MACOSX,$(OS)),../../Frameworks/,../) \
))

$(eval $(call gb_Jar_add_sourcefiles,java_uno,\
	bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_info_holder \
	bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/JNI_proxy \
))

# vim: set noet sw=4 ts=4:
595e842de329222ffa2b63e5d7f7'>convert SfxGroupId to scoped enumNoel Grandin 2017-07-18loplugin:constparams codemaker,idl,idlcNoel Grandin 2017-07-06use OString::operator== in preference to ::equalsNoel Grandin 2017-06-06tdf#39468 Translate German comments and dbg strings (leftovers in h.. to i..)Johnny_M 2017-05-28remove unnecessary use of OString::getStrNoel Grandin 2017-05-12coverity#1403731 Explicit null dereferencedCaolán McNamara 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-08cleanup tools/debug.hxx includesJochen Nitschke 2017-05-02create SfxGroupId based on o3tl::strong_intNoel Grandin 2017-05-01svidl: Adapt to SlotType removalMaxim Monastirsky 2017-05-01svidl: Remove nested method supportMaxim Monastirsky 2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin 2017-04-03coverity#1403731 Explicit null dereferencedCaolán McNamara 2017-04-01use weak attribute for Linux tooCaolán McNamara 2017-03-30tdf#39468 Translate German commentsJens Carl 2017-03-28remove enum slot code from sfx2Noel Grandin 2017-03-28remove PseudoSlot support from idl compilerNoel Grandin 2017-03-28remove unhandled SID commands from sfx2Noel Grandin 2017-03-23Remove unused #include <ctype.h>Stephan Bergmann 2017-03-23Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann 2017-03-22create SfxDisableFlags enumNoel Grandin 2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin 2016-11-08loplugin:expandablemethods in hwpfilter..linguisticNoel Grandin 2016-10-26expand SvMetaType::ReadNamesSvIdlNoel Grandin 2016-10-19loplugin:expandablemethodds in hwpfilter..linguisticNoel Grandin 2016-10-13loplugin:unnecessaryoverrideNoel Grandin 2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek 2016-09-30loplugin:constantparamNoel Grandin 2016-09-08remove IMAGEROTATION and IMAGEREFLECTION SfxSlotMode enums...Caolán McNamara 2016-06-22move the attribute parsing code to SvParserNoel Grandin 2016-06-03loplugin:constantparamsNoel Grandin 2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin 2016-03-23loplugin:constantparam in idlNoel Grandin