summaryrefslogtreecommitdiff
path: root/scripting/Jar_ScriptProviderForJava.mk
blob: 64014f4f1a44acbad714ac747316472e402cf996 (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
# -*- 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,ScriptProviderForJava))

$(eval $(call gb_Jar_use_jars,ScriptProviderForJava,\
	juh \
	jurt \
	ridl \
	unoil \
	ScriptFramework \
))

$(eval $(call gb_Jar_set_componentfile,ScriptProviderForJava,scripting/java/ScriptProviderForJava,OOO))

$(eval $(call gb_Jar_set_manifest,ScriptProviderForJava,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/java/MANIFEST.MF))

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

$(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForJava,\
	scripting/java/com/sun/star/script/framework/provider/java/Resolver \
	scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor \
	scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava \
	scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy \
	scripting/java/com/sun/star/script/framework/provider/java/StrictResolver \
))

# vim: set noet sw=4 ts=4:
etrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-26Remove visual noise from i18npoolAlexander Wilms Change-Id: I1cd4254713ce9c1bc7c232414c24e926f1f8a653 Reviewed-on: https://gerrit.libreoffice.org/8269 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c 2013-09-05renamed LocaleData to LocaleDataImpl to prevent confusionEike Rathke ... between com::sun::star::i18n::LocaleData of com/sun/star/i18n/LocaleData.hpp and i18npool/inc/localedata.hxx Change-Id: Id23f67c1e3a654fd4f2886029ee45fcc1f466879 2013-09-05added getFirstLocaleServiceName() and getFallbackLocaleServiceNames()Eike Rathke Change-Id: I35d3c5baeb5501feacdfa146f5b7f4e4f1bba876 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 2012-07-13re-base on ALv2 code. Includes:Michael Meeks cws mba34issues01: #i117709#: make sure that parent of error message box is visible Patch contributed by Mathias Bauer http://svn.apache.org/viewvc?view=revision&revision=1172346 i#119036 - improve user experience of certification dialog - only shown once Patch contributed by Oliver-Rainer Wittmann http://svn.apache.org/viewvc?view=revision&revision=1299727