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
30 lines
1.5 KiB
Text
30 lines
1.5 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: EDEX NDM Dataplugin
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.ndm.dataplugin
|
|
Bundle-Version: 1.16.1.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
|
Require-Bundle: com.raytheon.uf.common.localization;bundle-version="1.15.1",
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.14.0",
|
|
com.raytheon.uf.common.dataplugin.redbook;bundle-version="1.15.0",
|
|
com.raytheon.uf.common.status;bundle-version="1.15.0",
|
|
com.raytheon.uf.common.serialization;bundle-version="1.15.1",
|
|
com.raytheon.uf.edex.plugin.redbook;bundle-version="1.16.0",
|
|
org.apache.commons.lang3;bundle-version="3.4.0",
|
|
com.raytheon.uf.edex.pointdata;bundle-version="1.12.1174",
|
|
com.raytheon.uf.edex.plugin.modelsounding;bundle-version="1.16.0",
|
|
com.raytheon.uf.edex.menus;bundle-version="1.0.0",
|
|
com.raytheon.uf.edex.database;bundle-version="1.15.1",
|
|
org.geotools;bundle-version="10.5.0",
|
|
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.16.0",
|
|
com.raytheon.edex.plugin.radar;bundle-version="1.16.0",
|
|
com.raytheon.uf.common.util;bundle-version="1.15.0",
|
|
com.raytheon.uf.edex.core;bundle-version="1.14.1",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.15.1",
|
|
com.raytheon.uf.edex.menus.dataplugins;bundle-version="1.16.0",
|
|
com.raytheon.edex.plugin.poessounding;bundle-version="1.15.0",
|
|
com.raytheon.edex.plugin.goessounding;bundle-version="1.15.0",
|
|
com.raytheon.uf.edex.ndm;bundle-version="1.14.0"
|
|
Import-Package: com.raytheon.uf.edex.plugin.text,
|
|
com.raytheon.uf.common.geospatial.spi
|