From de05d7c3132f84eb009b9bfc4c969e25f946b019 Mon Sep 17 00:00:00 2001 From: Brian Clements Date: Tue, 20 May 2014 15:45:42 -0500 Subject: [PATCH] Omaha #3179 added modes file deployment, moved modes.xml to new folder Former-commit-id: 952901624f2515c32f05ef4ae4be4afb65eec571 [formerly fd8a4b49641aaf70c49608215d15209330dee669] Former-commit-id: e291a20abf68e23858f20d870873283f5c52fe5d --- edexOsgi/build.edex/deploy-common/external-rules.xml | 11 +++++++++++ edexOsgi/build.edex/esb/conf/{ => modes}/modes.xml | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) rename edexOsgi/build.edex/esb/conf/{ => modes}/modes.xml (99%) diff --git a/edexOsgi/build.edex/deploy-common/external-rules.xml b/edexOsgi/build.edex/deploy-common/external-rules.xml index 2b42ce321e..ed165411aa 100644 --- a/edexOsgi/build.edex/deploy-common/external-rules.xml +++ b/edexOsgi/build.edex/deploy-common/external-rules.xml @@ -4,6 +4,7 @@ TODO: if necessary, these could be read from a properties file. 1) utility -> /awips2/edex/data/utility 2) resources -> /awips2/edex/conf/resources + 3) modes -> /awips2/edex/conf/modes --> @@ -33,5 +34,15 @@ + + + + + + + + + + diff --git a/edexOsgi/build.edex/esb/conf/modes.xml b/edexOsgi/build.edex/esb/conf/modes/modes.xml similarity index 99% rename from edexOsgi/build.edex/esb/conf/modes.xml rename to edexOsgi/build.edex/esb/conf/modes/modes.xml index de39a7d5a8..d33787e6a2 100644 --- a/edexOsgi/build.edex/esb/conf/modes.xml +++ b/edexOsgi/build.edex/esb/conf/modes/modes.xml @@ -23,8 +23,8 @@ By including or excluding specific spring files we can determine at startup which services the EDEX instance should start. - If you provide no command line argument, EDEX will default to include - all spring files it discovers. It will print out the files it is using for the + If you provide no command line argument, EDEX will list available modes and exit. + It will print out the files it is using for the configuration, so you can look at the no argument configuration to determine what files to possibly include or exclude.