From a4f4e51304e9c26b58d4ab5ee4f0a63e3cd4ec91 Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Wed, 11 Apr 2012 17:24:06 +0200 Subject: use gb_Helper_make_url here --- scripting/Jar_ScriptProviderForBeanShell.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripting') diff --git a/scripting/Jar_ScriptProviderForBeanShell.mk b/scripting/Jar_ScriptProviderForBeanShell.mk index abe612596550..7ef9af6c87f5 100644 --- a/scripting/Jar_ScriptProviderForBeanShell.mk +++ b/scripting/Jar_ScriptProviderForBeanShell.mk @@ -42,10 +42,9 @@ $(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)) -#TODO: Ensure "file://$(BSH_JAR)" is a proper file URL: ifeq ($(SYSTEM_BSH),YES) $(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \ - ScriptFramework.jar file://$(BSH_JAR))) + ScriptFramework.jar $(call gb_Helper_make_url,$(BSH_JAR)))) else $(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \ ScriptFramework.jar bsh.jar)) -- cgit