awips2/edexOsgi/com.raytheon.uf.edex.plugin.svrwx/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

22 lines
742 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Svrwx Plug-in
Bundle-SymbolicName: com.raytheon.uf.edex.plugin.svrwx
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.raytheon.uf.common.dataplugin.svrwx;bundle-version="1.0.0",
com.raytheon.uf.common.pointdata,
com.raytheon.uf.edex.pointdata,
org.geotools,
javax.persistence,
javax.measure,
com.raytheon.uf.edex.database,
com.raytheon.uf.common.serialization
Import-Package: com.raytheon.edex.esb,
com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.datastorage.records,
com.raytheon.uf.common.status,
com.raytheon.uf.common.time,
com.raytheon.uf.common.wmo,
com.raytheon.uf.edex.core