summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-04-17 23:33:05 +0200
committerMichael Stahl <mstahl@redhat.com>2014-04-17 23:58:16 +0200
commite9ae308a1675debfccda866264dc6c85f19cf8cb (patch)
treec66a1d46220f181d9fa0237054a8074c0e8515e4 /Repository.mk
parent4a3e8aaa3199a056975bfe2f96748d742d3313b0 (diff)
scp2: move reportbuilder Jars to AutoInstall
Change-Id: Ie8e8e4e5278278eecc1a6e54dbb70389df3e7155
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index adce4a20f7a4..b669b8add5a4 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -660,6 +660,11 @@ $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
xmerge \
))
+$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_rhino, \
+ reportbuilder \
+ reportbuilderwizard \
+))
+
ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
ScriptProviderForBeanShell \
@@ -683,8 +688,6 @@ $(eval $(call gb_Helper_register_jars,OOO, \
letter \
pexcel \
pocketword \
- reportbuilder \
- reportbuilderwizard \
web \
))