summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-04-17 23:26:28 +0200
committerMichael Stahl <mstahl@redhat.com>2014-04-17 23:58:16 +0200
commit8a8a24757b980fb46d10a9f21e32c5eae1d9fd27 (patch)
tree311e4d1398408ebf0ff07c0b29e48746fe766e9b /Repository.mk
parent559d82d9bf69eeebb02aa857657f959241c1ed8c (diff)
scp2: move ScriptProviderForBeanShell jar to AutoInstall
Change-Id: Ib792eb8a4c6fa549bb34727838181c5924e7c150
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Repository.mk b/Repository.mk
index 540e913862cd..9eb2ff500d83 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -660,9 +660,14 @@ $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
xmerge \
))
+ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
+$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
+ ScriptProviderForBeanShell \
+))
+endif
+
$(eval $(call gb_Helper_register_jars,OOO, \
ConnectivityTools \
- ScriptProviderForBeanShell \
ScriptProviderForJavaScript \
XSLTFilter \
XSLTValidate \