summaryrefslogtreecommitdiffstats
path: root/scripting
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-10-04 09:44:48 +0200
committerDavid Tardon <dtardon@redhat.com>2011-10-04 09:48:54 +0200
commit3bcf910cde3fb26afe1ce116d97bd54b25c1e4ef (patch)
treed53eab6706d640a11ec1245a3961b46d7637a44b /scripting
parentFix typo (SYSTEM_GENCODE, instead of SYSTEM_GENCCODE). (diff)
downloadcore-3bcf910cde3fb26afe1ce116d97bd54b25c1e4ef.tar.gz
core-3bcf910cde3fb26afe1ce116d97bd54b25c1e4ef.zip
bsh can be external
Diffstat (limited to 'scripting')
-rw-r--r--scripting/Jar_ScriptProviderForBeanShell.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripting/Jar_ScriptProviderForBeanShell.mk b/scripting/Jar_ScriptProviderForBeanShell.mk
index 87e2cb933a50..e81f5b0c0827 100644
--- a/scripting/Jar_ScriptProviderForBeanShell.mk
+++ b/scripting/Jar_ScriptProviderForBeanShell.mk
@@ -34,7 +34,10 @@ $(eval $(call gb_Jar_add_jars,ScriptProviderForBeanShell,\
$(OUTDIR)/bin/ridl.jar \
$(OUTDIR)/bin/unoil.jar \
$(OUTDIR)/bin/ScriptFramework.jar \
- $(OUTDIR)/bin/bsh.jar \
+))
+
+$(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
+ bsh \
))
$(eval $(call gb_Jar_set_packageroot,ScriptProviderForBeanShell,com))