From 55d711bd50783aa48fdcecd81c5c7c27c46d85a2 Mon Sep 17 00:00:00 2001 From: Greg Armendariz Date: Fri, 6 Feb 2015 11:17:00 -0600 Subject: [PATCH] Omaha #3299 - Modify RCM deploy script Change-Id: I420acc08705ebc2f52cd52ab7954b4d8c16fef15 Former-commit-id: d3658d0f2801c17ee9605e19f2e23e3f221a508c [formerly 2a554c549877c92c5d95939db71976271e63525b [formerly 97c6bded155fc58e59beecdb33016e5286e622c1]] Former-commit-id: 2a554c549877c92c5d95939db71976271e63525b Former-commit-id: 61bd37895fe3e57ea6d055ccc77c09908c454405 --- RadarServer/build.rcm/build.xml | 90 ++++++++++++++++------ edexOsgi/build.edex/edex/common.properties | 6 +- 2 files changed, 73 insertions(+), 23 deletions(-) diff --git a/RadarServer/build.rcm/build.xml b/RadarServer/build.rcm/build.xml index 5c04238cff..d2dcd3bb99 100644 --- a/RadarServer/build.rcm/build.xml +++ b/RadarServer/build.rcm/build.xml @@ -1,5 +1,5 @@ - &substitute-targets; + + Builds a deployment of the RCM for packaging + @@ -56,13 +71,42 @@ - - - + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -85,7 +129,9 @@ Deploy on top of existing deployment. Old files not removed nor is the configuration file changed. --> - + + + @@ -125,25 +171,25 @@ - - - + + + - - - - - - - + + + + + + + - - + + @@ -178,7 +224,7 @@ - + diff --git a/edexOsgi/build.edex/edex/common.properties b/edexOsgi/build.edex/edex/common.properties index 31ecf7ec91..41418ebc7c 100644 --- a/edexOsgi/build.edex/edex/common.properties +++ b/edexOsgi/build.edex/edex/common.properties @@ -4,7 +4,11 @@ architecture=x86_64 includegen.filter=raytheon|noaa\.nws|noaa\.gsd|gov\.nasa\.msfc|edu\.wisc\.ssec\.cimss # AWIPSII core repositories required for build -core.repositories=ufcore,ufcore-foss,AWIPS2_foss +core.repo=ufcore +core-foss.repo=ufcore-foss +awips2-foss.repo=AWIPS2_foss + +core.repositories=${core.repo},${core-foss.repo},${awips2-foss.repo} # Note: currently, there is a limit of 99 plugin directories. dir.01=cave