summaryrefslogtreecommitdiff
path: root/scripting/Jar_ScriptProviderForBeanShell.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-03-22 23:27:32 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-03-22 23:28:37 +0100
commit91d60be7eeafa1f7872bda452bfb38936003f517 (patch)
tree4e563c6a781c7462e9bdbfcd3b3b29985573b072 /scripting/Jar_ScriptProviderForBeanShell.mk
parent5e8c9887651334cede2f42c0578f993f74135b84 (diff)
fdo#46102: Fix scripting jar manifests after gbuild'ification
Diffstat (limited to 'scripting/Jar_ScriptProviderForBeanShell.mk')
-rw-r--r--scripting/Jar_ScriptProviderForBeanShell.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripting/Jar_ScriptProviderForBeanShell.mk b/scripting/Jar_ScriptProviderForBeanShell.mk
index 753ea101546a..aee4ad5d5a60 100644
--- a/scripting/Jar_ScriptProviderForBeanShell.mk
+++ b/scripting/Jar_ScriptProviderForBeanShell.mk
@@ -45,10 +45,10 @@ $(eval $(call gb_Jar_set_manifest,ScriptProviderForBeanShell,$(SRCDIR)/scripting
#TODO: Ensure "file://$(BSH_JAR)" is a proper file URL:
ifeq ($(SYSTEM_BSH),YES)
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \
- unoil.jar ScriptFramework.jar file://$(BSH_JAR)))
+ ScriptFramework.jar file://$(BSH_JAR)))
else
$(eval $(call gb_Jar_set_jarclasspath,ScriptProviderForBeanShell, \
- unoil.jar ScriptFramework.jar bsh.jar))
+ ScriptFramework.jar bsh.jar))
endif
$(eval $(call gb_Jar_set_componentfile,ScriptProviderForBeanShell,scripting/java/ScriptProviderForBeanShell,OOO))