Kaydet (Commit) 8a8a2475 authored tarafından Michael Stahl's avatar Michael Stahl

scp2: move ScriptProviderForBeanShell jar to AutoInstall

Change-Id: Ib792eb8a4c6fa549bb34727838181c5924e7c150
üst 559d82d9
......@@ -660,9 +660,14 @@ $(eval $(call gb_Helper_register_jars_for_install,OOO,ooo, \
xmerge \
))
ifneq ($(ENABLE_SCRIPTING_BEANSHELL),)
$(eval $(call gb_Helper_register_jars_for_install,OOO,extensions_bsh, \
ScriptProviderForBeanShell \
))
endif
$(eval $(call gb_Helper_register_jars,OOO, \
ConnectivityTools \
ScriptProviderForBeanShell \
ScriptProviderForJavaScript \
XSLTFilter \
XSLTValidate \
......
......@@ -213,8 +213,6 @@ End
#if defined ENABLE_JAVA && !defined WITHOUT_SCRIPTING_BEANSHELL
STD_JAR_FILE( gid_File_Jar_Scriptproviderforbeanshell, ScriptProviderForBeanShell )
File gid_File_Rdb_Scriptproviderforbeanshell
TXT_FILE_BODY;
Name = "scriptproviderforbeanshell.rdb";
......
......@@ -250,7 +250,6 @@ Module gid_Module_Optional_Extensions_Script_Provider_For_BS
MOD_NAME_DESC(MODULE_OPTIONAL_EXTENSIONS_SCRIPT_PROVIDER_FOR_BEANSHELL);
ParentID = gid_Module_Optional_Extensions;
Files = (auto_extensions_bsh_ALL,
gid_File_Jar_Scriptproviderforbeanshell,
gid_File_Rdb_Scriptproviderforbeanshell );
Minimal = NO;
Default = YES;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment