From 7a1f3194397c76fdfb17e8864e090b58a7ae5928 Mon Sep 17 00:00:00 2001 From: maroy Date: Fri, 5 Nov 2004 13:54:37 +0000 Subject: [PATCH] added playlistExecutor and eventScheduler modules to global config files --- livesupport/Makefile | 17 ++++++++++++----- livesupport/etc/doxygen.config | 4 +++- livesupport/etc/testResults.xml | 4 ++++ 3 files changed, 19 insertions(+), 6 deletions(-) diff --git a/livesupport/Makefile b/livesupport/Makefile index 7b20fef28..1abbaba4b 100644 --- a/livesupport/Makefile +++ b/livesupport/Makefile @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.7 $ +# Version : $Revision: 1.8 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/Attic/Makefile,v $ #------------------------------------------------------------------------------- @@ -71,10 +71,12 @@ LCOV_VERSION = lcov-1.3 HELIX_DIR = ${TOOLS_DIR}/helix HELIX_VERSION = all_clients_nodist-helix-20041010 -MODULES_DIR = ${BASE_DIR}/modules -CORE_DIR = ${MODULES_DIR}/core -DB_DIR = ${MODULES_DIR}/db -STORAGE_DIR = ${MODULES_DIR}/storage +MODULES_DIR = ${BASE_DIR}/modules +CORE_DIR = ${MODULES_DIR}/core +DB_DIR = ${MODULES_DIR}/db +STORAGE_DIR = ${MODULES_DIR}/storage +PLAYLIST_EXECUTOR_DIR = ${MODULES_DIR}/playlistExecutor +EVENT_SCHEDULER_DIR = ${MODULES_DIR}/eventScheduler PRODUCTS_DIR = ${BASE_DIR}/products SCHEDULER_DIR = ${PRODUCTS_DIR}/scheduler @@ -111,6 +113,9 @@ flawfinder: ${CORE_DIR}/include ${CORE_DIR}/src \ ${DB_DIR}/include ${DB_DIR}/src \ ${STORAGE_DIR}/include ${STORAGE_DIR}/src \ + ${PLAYLIST_EXECUTOR_DIR}/include \ + ${PLAYLIST_EXECUTOR_DIR}/src \ + ${EVENT_SCHEDULER_DIR}/include ${EVENT_SCHEDULER_DIR}/src \ ${SCHEDULER_DIR}/src \ > ${FLAWFINDER_FILE} @@ -133,6 +138,8 @@ modules_setup: ${CORE_DIR}/bin/autogen.sh ${DB_DIR}/bin/autogen.sh ${STORAGE_DIR}/bin/autogen.sh + ${PLAYLIST_EXECUTOR_DIR}/bin/autogen.sh + ${EVENT_SCHEDULER_DIR}/bin/autogen.sh products_setup: ${SCHEDULER_DIR}/bin/autogen.sh diff --git a/livesupport/etc/doxygen.config b/livesupport/etc/doxygen.config index 1190aecd5..9fd08cb67 100644 --- a/livesupport/etc/doxygen.config +++ b/livesupport/etc/doxygen.config @@ -21,7 +21,7 @@ # # # Author : $Author: maroy $ -# Version : $Revision: 1.3 $ +# Version : $Revision: 1.4 $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/etc/doxygen.config,v $ #------------------------------------------------------------------------------- @@ -423,6 +423,8 @@ INPUT = modules/core/include modules/core/src \ modules/storage/include modules/storage/src \ modules/playlistExecutor/include \ modules/playlistExecutor/src \ + modules/eventScheduler/include \ + modules/eventScheduler/src \ products/scheduler/src # If the value of the INPUT tag contains directories, you can use the diff --git a/livesupport/etc/testResults.xml b/livesupport/etc/testResults.xml index 6e0983809..3f48a6cc9 100644 --- a/livesupport/etc/testResults.xml +++ b/livesupport/etc/testResults.xml @@ -5,6 +5,8 @@ + + ]> @@ -12,5 +14,7 @@ &coreResults; &dbResults; &storageResults; +&playlistExecutorResults; +&eventSchedulerResults; &schedulerResults;