use gb_Helper_make_url here

This commit is contained in:
Matúš Kukan
2012-04-11 17:24:06 +02:00
parent 803b1840c8
commit a4f4e51304

View File

@@ -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))