awips2/edexOsgi/com.raytheon.uf.edex.plugin.bufrmthdw/META-INF/MANIFEST.MF
Kevin Bisanz f98dafd1db Omaha #5166: Update logging to use SLF4J:most bufr plugins
Update the following:
com.raytheon.edex.plugin.bufrua
com.raytheon.uf.edex.bufrtools
com.raytheon.uf.edex.plugin.bufrascat
com.raytheon.uf.edex.plugin.bufrhdw
com.raytheon.uf.edex.plugin.bufrmthdw
com.raytheon.uf.edex.plugin.bufrncwf
com.raytheon.uf.edex.plugin.bufrsigwx
com.raytheon.uf.edex.plugin.bufrssmi

amend: Review comments, including making logger protected scope in a few
files.

Change-Id: Id72e711bfd51f04a900bd78bee82569ae4a2d965

Former-commit-id: 214c5aa103a8481d89a81638956ed9439df79bc3
2015-12-15 14:16:08 -06:00

21 lines
691 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Bufrmthdw Plug-in
Bundle-SymbolicName: com.raytheon.uf.edex.plugin.bufrmthdw
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Require-Bundle: com.raytheon.uf.common.dataplugin.bufrmthdw,
com.raytheon.edex.common,
com.raytheon.uf.edex.decodertools,
com.raytheon.uf.common.pointdata,
com.raytheon.uf.edex.pointdata,
org.geotools,
javax.persistence,
javax.measure
Import-Package: com.raytheon.uf.common.status,
com.raytheon.uf.common.wmo,
com.raytheon.uf.edex.bufrtools,
com.raytheon.uf.edex.bufrtools.descriptors,
com.raytheon.uf.edex.bufrtools.packets,
org.slf4j