add Class-Path: to ScriptProviderForBeanShell.jar when using system-beanshell

This commit is contained in:
Rene Engelhard 2011-10-16 13:15:42 +00:00
parent 8e970bc4e7
commit a8699a2665

View file

@ -39,6 +39,11 @@ $(eval $(call gb_Jar_add_jars,ScriptProviderForBeanShell,\
$(eval $(call gb_Jar_use_externals,ScriptProviderForBeanShell,\
bsh \
))
ifeq ($(SYSTEM_BSH),YES)
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell,\
$(BSH_JAR) \
))
endif
$(eval $(call gb_Jar_set_packageroot,ScriptProviderForBeanShell,com))