awips2/edexOsgi/com.raytheon.uf.edex.plugin.npp.viirs/META-INF/MANIFEST.MF
Kevin Bisanz d4d1b01f2a Omaha #5166: Update logging to use SLF4J:radar,recco,npp.viirs
Update the following to use SLF4J:
com.raytheon.edex.plugin.radar
com.raytheon.edex.plugin.recco
com.raytheon.uf.edex.plugin.npp.viirs

Most files were deriving directly or indirectly from the deprecated
AbstractDecoder class and using a protected logger member variable. This
change adds a private logger member variable.  In some cases a class no
longer extends AbstractDecoder if the (now hidden) protected logger was
the only inherited item used.

amend:Do not throw PluginException in RadarDecoder.java

Change-Id: Ib65b4624d713be6d9db4d6ff216e0307593f0acf

Former-commit-id: d00fe48ce641253dae3adcad7cb56d48ec9376cd
2015-12-16 16:42:17 -06:00

19 lines
848 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: VIIRS Edex Plugin
Bundle-SymbolicName: com.raytheon.uf.edex.plugin.npp.viirs
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.raytheon.edex.common;bundle-version="1.12.1174",
org.geotools;bundle-version="2.6.4",
javax.measure;bundle-version="1.0.0",
javax.persistence;bundle-version="1.0.0",
com.raytheon.uf.common.dataplugin.npp.viirs;bundle-version="1.0.0",
ucar.nc2;bundle-version="1.0.0",
org.apache.commons.lang3;bundle-version="3.4.0",
com.raytheon.uf.edex.plugin.npp;bundle-version="1.0.0",
com.raytheon.uf.common.status;bundle-version="1.12.1174",
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
com.raytheon.uf.common.numeric;bundle-version="1.14.0"
Import-Package: org.slf4j