-Added checks to check for wget and rsync and install if they aren't installed
-Updated the "backup" section - gives users the option to not backup data
-Only backs up the ldm/etc and ldm/dev directories instead of the full LDM directory
-Added a line to clean the metadata in the awips2 repo (noticed some issues when installing a new build on
a machine that previously had AWIPS installed pointing to the same location but had updated rpms).
-Added a check to remove caveData for CAVE installs
-Added a change to set the LDM_PORT for server installs
User was having problems with EDEX Ingest starting on a new build (https://github.com/Unidata/awips2/issues/412), and we were able to replicate on a brand new Linux Server.
-Removed the ingest files from the com.raytheon.uf.edex.ndm.dataplugin since they are now in the com.raytheon.uf.edex.ndm plugin
-IDataSetIngester.java
-INationalDatasetSubscriber.java
-NationalDatasetIngester.java
-Added a few new entries in ndm-dataplugin-ingst.xml
-Removed a key line that was setting the ndmProc as the dataplugin NationalDatasetIngester (since it's no longer used here)
-Added in a new java class referenced in the ndm-data-plugin.xml (Import88DLocationsUtil.java)
-I also updated the source JRE System Library from JavaSE 1.6 --> 1.8 for the com.raytheon.uf.edex.plugin.loctables plugin
- changes to Procedures and Displays webpage: removed all mention of the word bundle
- updated procedures and displays bundles to match latest CAVE UI
- updated the CAVE and EDEX install pages with the latest version number
-New bundle created for Winter WWA
-Updated Surface Menu to add entry for Winter WWA
-Added Winter WWA and Convective WWA to the "All Weather Statements" bundle file
-Changed some of the default values for grids so it will process MRMS better/faster (ingestGrib.sh)
-Changed the storing of CONUS MRMS to be concatenated instead of individual files to process faster (pqact.conf and pqact.mrms)
- check for null before setting the layout data to avoid an exception (only showing up on mac)
- set all the other compenents to false for vertical expansion so when resizing, the priority goes exclusively to the bullet list
-Added the "lma" plugin to be excluded in the pluginExclude mode (which both the ingestGoesR and ingestRadar calls)
-Added the "lma" plugin to be excluded in the pluginModelSoundingExclude mode (which ingestGrids calls)
-Removed the "lma" plugin directly from the ingestRadar mode since it's referenced in the pluginExclude
-On the Default EDEX machine, the lma plugin will start up
-Added a -y to the removal of the EDEX rpms so it auto removes them instead of waiting for the user
-Added a check to install git if it's not currently installed
Minor change to .gitignore to ignore a directory that gets built when building EDEX from eclipse