Merge "Issue #189 fix unified grid problems found during install/upgrade on testbed" into Unified_Grid

Former-commit-id: 6dee20ba1e [formerly 77ba8fb235] [formerly b58c8f9f38] [formerly 6dee20ba1e [formerly 77ba8fb235] [formerly b58c8f9f38] [formerly b7e9c46d14 [formerly b58c8f9f38 [formerly dd0f0dcdf53081ef2bbce77727f9fee33f63d3f9]]]]
Former-commit-id: b7e9c46d14
Former-commit-id: 073bf40c20 [formerly 6dea7ce9bd] [formerly 51570e697a997fe43fa22d8b5d8dd02704e5f366 [formerly c95ad31b34]]
Former-commit-id: 4fb2794c5af1614c1a70c1bc13cae5f124355a14 [formerly d03796a962]
Former-commit-id: 6d6e094164
This commit is contained in:
Richard Peter 2012-10-19 11:10:52 -05:00 committed by Gerrit Code Review
commit f9948e84d5
5 changed files with 7 additions and 1 deletions

View file

@ -10,6 +10,7 @@ echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
IFS=$'\n'
files=`find /awips2/edex/data/utility/cave_static/*/*/bundles/ -iname '*.xml'`
if [ $? -ne 0 ]; then

View file

@ -9,6 +9,7 @@ echo ""
echo "Press Enter to perform the updates Ctrl-C to quit."
read done
IFS=$'\n'
files=`ls /awips2/edex/data/utility/cave_static/*/*/procedures/*.xml`
if [ $? -ne 0 ]; then

View file

@ -10,6 +10,7 @@ echo ""
echo "Press Enter to undo the updates Ctrl-C to quit."
read done
IFS=$'\n'
files=`find /awips2/edex/data/utility/cave_static/*/*/bundles/ -iname '*.xml'`
if [ $? -ne 0 ]; then

View file

@ -9,6 +9,7 @@ echo ""
echo "Press Enter to undo the updates Ctrl-C to quit."
read done
IFS=$'\n'
files=`ls /awips2/edex/data/utility/cave_static/*/*/procedures/*.xml`
if [ $? -ne 0 ]; then

View file

@ -110,7 +110,9 @@
<include>cpgsrv-spring.xml</include>
<include>persist-ingest.xml</include>
<include>binlightning-common.xml</include>
<include>grib-common.xml</include>
<include>parameter-common.xml</include>
<include>gridcoverage-common.xml</include>
<include>grid-common.xml</include>
<include>radar-common.xml</include>
<include>text-common.xml</include>
<include>level-common.xml</include>