Merge "Issue #1537 - fixed the edex-environment build" into development

Former-commit-id: b45502cd45 [formerly 7fb59536c9] [formerly 36272799c6] [formerly b45502cd45 [formerly 7fb59536c9] [formerly 36272799c6] [formerly b5b1ea923a [formerly 36272799c6 [formerly aa7edb8004479dd71fb3863392ec78eb6830e657]]]]
Former-commit-id: b5b1ea923a
Former-commit-id: e652289c8a [formerly 28c56766fb] [formerly 9a6c3b0cc337364ee6f7c9e478e95bd025e553a1 [formerly fa22dd1557]]
Former-commit-id: 5c811446b147595ed01dae20363e5bebe9a10520 [formerly 2826f3469d]
Former-commit-id: 5deeb0fb6f
This commit is contained in:
Richard Peter 2013-01-29 10:34:20 -06:00 committed by Gerrit Code Review
commit 28e249ce77

View file

@ -112,10 +112,11 @@ if [ $? -ne 0 ]; then
exit 1
fi
_QPID_VERSION="0.7"
RPM_PROJECT="%{_baseline_workspace}/rpms"
POSTGRES_INITD="${RPM_PROJECT}/awips2.core/Installer.postgresql/scripts/init.d/edex_postgres"
QPID_INITD="${RPM_PROJECT}/awips2.qpid/SOURCES/qpidd"
QUEUE_SH="${RPM_PROJECT}/awips2.qpid/SOURCES/queueCreator.sh"
QPID_INITD="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/qpidd"
QUEUE_SH="${RPM_PROJECT}/awips2.qpid/${_QPID_VERSION}/SOURCES/queueCreator.sh"
EDEX_INITD="${RPM_PROJECT}/awips2.edex/Installer.edex-base/scripts/init.d/edex_camel"
HTTPD_PYPIES_INITD="${RPM_PROJECT}/awips2.core/Installer.httpd-pypies/configuration/etc/init.d/httpd-pypies"