android: file-cache to improve performance.
[LibreOffice.git] / scripting / Jar_ScriptProviderForJava.mk
blob64014f4f1a44acbad714ac747316472e402cf996
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,ScriptProviderForJava))
12 $(eval $(call gb_Jar_use_jars,ScriptProviderForJava,\
13 juh \
14 jurt \
15 ridl \
16 unoil \
17 ScriptFramework \
20 $(eval $(call gb_Jar_set_componentfile,ScriptProviderForJava,scripting/java/ScriptProviderForJava,OOO))
22 $(eval $(call gb_Jar_set_manifest,ScriptProviderForJava,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/java/MANIFEST.MF))
24 $(eval $(call gb_Jar_set_packageroot,ScriptProviderForJava,com))
26 $(eval $(call gb_Jar_add_sourcefiles,ScriptProviderForJava,\
27 scripting/java/com/sun/star/script/framework/provider/java/Resolver \
28 scripting/java/com/sun/star/script/framework/provider/java/ScriptDescriptor \
29 scripting/java/com/sun/star/script/framework/provider/java/ScriptProviderForJava \
30 scripting/java/com/sun/star/script/framework/provider/java/ScriptProxy \
31 scripting/java/com/sun/star/script/framework/provider/java/StrictResolver \
34 # vim: set noet sw=4 ts=4: