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

scp2: move reportbuilder libraries to AutoInstall

Change-Id: I3369b4c5c412741e82279db95cb517a8ae69b25c
üst 0b49cc5b
......@@ -414,6 +414,12 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \
) \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,reportbuilder, \
rpt \
rptui \
rptxml \
))
$(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,writer, \
hwp \
$(if $(ENABLE_LWP),lwpft) \
......@@ -434,9 +440,6 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \
ooxml \
$(call gb_Helper_optional,DBCONNECTIVITY,sdbc) \
filtertracer \
rpt \
rptui \
rptxml \
simplecm \
sts \
))
......
......@@ -23,7 +23,7 @@ $(eval $(call gb_AutoInstall_add_module,onlineupdate,LIBO_LIB_FILE_COMPONENTCOND
$(eval $(call gb_AutoInstall_add_module,ooo,LIBO_LIB_FILE,LIBO_EXECUTABLE,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,ooobinarytable,LIBO_LIB_FILE_BINARYTABLE))
$(eval $(call gb_AutoInstall_add_module,python))
$(eval $(call gb_AutoInstall_add_module,reportbuilder,,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,reportbuilder,LIBO_LIB_FILE,,LIBO_JAR_FILE))
$(eval $(call gb_AutoInstall_add_module,sdk,,SDK_EXECUTABLE))
$(eval $(call gb_AutoInstall_add_module,tde,LIBO_LIB_FILE))
$(eval $(call gb_AutoInstall_add_module,ure,URE_PRIVATE_LIB,URE_EXECUTABLE,URE_JAR_FILE))
......
......@@ -46,14 +46,10 @@ STD_RES_FILE( gid_File_Res_Cnr, cnr)
STD_RES_FILE( gid_File_Res_Sdbcl, sdbcl)
STD_RES_FILE( gid_File_Res_Sdberr, sdberr)
STD_LIB_FILE( gid_File_Lib_Rpt, rpt )
STD_RES_FILE( gid_File_Res_Rpt, rpt)
STD_LIB_FILE( gid_File_Lib_Rptui, rptui )
STD_RES_FILE( gid_File_Res_Rptui, rptui)
STD_LIB_FILE( gid_File_Lib_Rptxml, rptxml )
#if defined WITH_HELP
File gid_File_Help_Sdatabase_Zip
Dir = FILELIST_DIR;
......
......@@ -20,9 +20,6 @@ Module gid_Module_Reportbuilder
Default = YES;
Dirs = (gid_Dir_Share_Reportbuilder);
Files = (auto_reportbuilder_ALL,
gid_File_Lib_Rpt,
gid_File_Lib_Rptui,
gid_File_Lib_Rptxml,
gid_File_Xcd_Reportbuilder,
gid_Filelist_ReportbuilderTemplates);
End
......
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