diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-03-18 21:54:33 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-03-18 22:18:11 +0100 |
commit | 2bec9f49504765ed9f2abe6eb16d2e331eb6be38 (patch) | |
tree | c50dd1155836a93331f6f356955c901cf5311550 /scp2 | |
parent | 7b56d303300fbf592473b28b654fd22fec110962 (diff) |
scp2: move apache-commons to AutoInstall
Change-Id: I5a50e7fcf5eafb18a63d250a82810703d3d8b11d
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/AutoInstall.mk | 1 | ||||
-rw-r--r-- | scp2/InstallModule_ooo.mk | 2 | ||||
-rw-r--r-- | scp2/source/ooo/module_reportbuilder.scp | 11 |
3 files changed, 5 insertions, 9 deletions
diff --git a/scp2/AutoInstall.mk b/scp2/AutoInstall.mk index e963336c5509..e66a705cc63b 100644 --- a/scp2/AutoInstall.mk +++ b/scp2/AutoInstall.mk @@ -23,6 +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,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)) diff --git a/scp2/InstallModule_ooo.mk b/scp2/InstallModule_ooo.mk index 6a4eb7efa1e3..ea11a30916f9 100644 --- a/scp2/InstallModule_ooo.mk +++ b/scp2/InstallModule_ooo.mk @@ -18,6 +18,7 @@ $(eval $(call gb_InstallModule_InstallModule,scp2/ooo)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/ooo,\ ooo \ ooobinarytable \ + reportbuilder \ )) $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ @@ -29,7 +30,6 @@ $(eval $(call gb_InstallModule_define_if_set,scp2/ooo,\ ENABLE_NPAPI_INTO_BROWSER \ ENABLE_ONLINE_UPDATE \ ENABLE_TDE \ - SYSTEM_APACHE_COMMONS \ SYSTEM_BOOST \ SYSTEM_CAIRO \ SYSTEM_CLUCENE \ diff --git a/scp2/source/ooo/module_reportbuilder.scp b/scp2/source/ooo/module_reportbuilder.scp index 9e0ba424e752..d57aff8a7120 100644 --- a/scp2/source/ooo/module_reportbuilder.scp +++ b/scp2/source/ooo/module_reportbuilder.scp @@ -9,6 +9,8 @@ #include "macros.inc" +#include "AutoInstall/reportbuilder" + Module gid_Module_Reportbuilder PackageInfo = "packinfo_office.txt"; MOD_NAME_DESC(MODULE_OPTIONAL_REPORTDESIGN); @@ -17,10 +19,7 @@ Module gid_Module_Reportbuilder Minimal = NO; Default = YES; Dirs = (gid_Dir_Share_Reportbuilder); - Files = ( -#if !defined SYSTEM_APACHE_COMMONS - gid_File_Jar_CommonsLogging, -#endif + Files = (auto_reportbuilder_ALL, #if ! defined SYSTEM_JFREEREPORT gid_File_Jar_FlowEngine, gid_File_Jar_Flute, @@ -51,10 +50,6 @@ End STD_JAR_FILE( gid_File_Jar_Reportbuilder, reportbuilder ) STD_JAR_FILE( gid_File_Jar_Reportbuilderwizard, reportbuilderwizard ) -#if !defined SYSTEM_APACHE_COMMONS -STD_JAR_FILE(gid_File_Jar_CommonsLogging, commons-logging-1.1.1) -#endif - /* Not sure, if can we use CONCAT3 in that context here? */ #ifndef SYSTEM_JFREEREPORT STD_JAR_FILE( gid_File_Jar_FlowEngine, flow-engine ) |