Merge "Omaha #3230 Recursive search for model files." into omaha_14.4.1
Former-commit-id:03290f682e
[formerly57ec1df5a5
] [formerlyb8f2fddd95
] [formerly03290f682e
[formerly57ec1df5a5
] [formerlyb8f2fddd95
] [formerly8dfa9696af
[formerlyb8f2fddd95
[formerly 956c4d9672e8706774d00f58e42b848c9917eb9f]]]] Former-commit-id:8dfa9696af
Former-commit-id:01991dac3a
[formerly93ef55e65e
] [formerly 9739b814094f11e45c94e7fdc6d2f974a2b19e32 [formerlyd8687baba7
]] Former-commit-id: e099dc1ddb538d139ceb1355faea3c1323d1fc99 [formerlyb7db53b921
] Former-commit-id:5e343e9cf4
This commit is contained in:
commit
94d32f19ff
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue