Merge "Omaha #3230 Recursive search for model files." into omaha_14.4.1

Former-commit-id: 03290f682e [formerly 57ec1df5a5] [formerly b8f2fddd95] [formerly 03290f682e [formerly 57ec1df5a5] [formerly b8f2fddd95] [formerly 8dfa9696af [formerly b8f2fddd95 [formerly 956c4d9672e8706774d00f58e42b848c9917eb9f]]]]
Former-commit-id: 8dfa9696af
Former-commit-id: 01991dac3a [formerly 93ef55e65e] [formerly 9739b814094f11e45c94e7fdc6d2f974a2b19e32 [formerly d8687baba7]]
Former-commit-id: e099dc1ddb538d139ceb1355faea3c1323d1fc99 [formerly b7db53b921]
Former-commit-id: 5e343e9cf4
This commit is contained in:
Richard Peter 2014-07-01 16:03:36 -05:00 committed by Gerrit Code Review
commit 94d32f19ff

View file

@ -56,6 +56,7 @@ import com.raytheon.uf.common.util.mapping.MultipleMappingException;
* Apr 30, 2013 1961 bsteffen Add ability to disable grib tables.
* Oct 14, 2013 2473 bsteffen Remove lookup of deprecated grib files.
* Apr 25, 2014 2874 bsteffen Add processType
* Jul 02, 2014 3230 rferrel Recursively get model files in initModelList.
*
*
* </pre>
@ -218,7 +219,7 @@ public class GribModelLookup {
new LocalizationContext[] { edexStaticBase,
edexStaticSite },
"grib" + IPathManager.SEPARATOR + "models", // Win32
new String[] { ".xml" }, false, true);
new String[] { ".xml" }, true, true);
GridModelSet modelSet = new GridModelSet();