summaryrefslogtreecommitdiff
path: root/scripting/Jar_ScriptProviderForBeanShell.mk
diff options
context:
space:
mode:
authorTomas Chvatal <tchvatal@suse.cz>2012-05-06 12:49:33 +0200
committerTomas Chvatal <tchvatal@suse.cz>2012-05-06 12:52:55 +0200
commit32af02b32f1ab7f2683749e6c949470847175da0 (patch)
treeba407c1c7de6d9807f91d5786007498a64c2e388 /scripting/Jar_ScriptProviderForBeanShell.mk
parentb3d63df541ff6b2bf9c77699c8c076ebcde2d6cf (diff)
Allow usage of system rhino wrt fdo#42977
It is done the same way the beanshell is handled. Currently it can't be enabled by default as internal version has patched-in debug interface. We can choose two paths, rewrite the code to the new rhino debug interface or just strip the current one out. Change-Id: I48af18c635816db8269f13a649b62e9c454ee1e6
Diffstat (limited to 'scripting/Jar_ScriptProviderForBeanShell.mk')
-rw-r--r--scripting/Jar_ScriptProviderForBeanShell.mk9
1 files changed, 3 insertions, 6 deletions
diff --git a/scripting/Jar_ScriptProviderForBeanShell.mk b/scripting/Jar_ScriptProviderForBeanShell.mk
index 7ef9af6c87f5..dc6f4dc7f931 100644
--- a/scripting/Jar_ScriptProviderForBeanShell.mk
+++ b/scripting/Jar_ScriptProviderForBeanShell.mk
@@ -42,13 +42,10 @@ $(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
$(eval $(call gb_Jar_set_manifest,ScriptProviderForBeanShell,$(SRCDIR)/scripting/java/com/sun/star/script/framework/provider/beanshell/MANIFEST.MF))
-ifeq ($(SYSTEM_BSH),YES)
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \
- ScriptFramework.jar $(call gb_Helper_make_url,$(BSH_JAR))))
-else
-$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \
- ScriptFramework.jar bsh.jar))
-endif
+ ScriptFramework.jar \
+ $(if $(filter-out YES,$(SYSTEM_BSH)),bsh.jar) \
+))
$(eval $(call gb_Jar_set_componentfile,ScriptProviderForBeanShell,scripting/java/ScriptProviderForBeanShell,OOO))