summaryrefslogtreecommitdiff
path: root/scp2/source
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-18 21:54:33 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-18 22:18:11 +0100
commit2bec9f49504765ed9f2abe6eb16d2e331eb6be38 (patch)
treec50dd1155836a93331f6f356955c901cf5311550 /scp2/source
parent7b56d303300fbf592473b28b654fd22fec110962 (diff)
scp2: move apache-commons to AutoInstall
Change-Id: I5a50e7fcf5eafb18a63d250a82810703d3d8b11d
Diffstat (limited to 'scp2/source')
-rw-r--r--scp2/source/ooo/module_reportbuilder.scp11
1 files changed, 3 insertions, 8 deletions
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 )