awips2/edexOsgi/com.raytheon.edex.plugin.ldadprofiler/META-INF/MANIFEST.MF
Kevin Bisanz b26aa7b4da Omaha #5166: Update logging to use SLF4J:ldad*,plugin.txt,python.decoder
Update the following to use SLF4J:
com.raytheon.edex.plugin.ldadhydro
com.raytheon.edex.plugin.ldadmanual
com.raytheon.edex.plugin.ldadprofiler
com.raytheon.uf.edex.plugin.text
com.raytheon.uf.edex.python.decoder

Some 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.

Change-Id: I0eee737af6b40dbf8e04015a40275996dcbc59c9

Former-commit-id: fa9297eaedc80b80e9da0bd144e10d211167be54
2015-12-17 16:07:05 -06:00

19 lines
806 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ldadprofiler Plug-in
Bundle-SymbolicName: com.raytheon.edex.plugin.ldadprofiler
Bundle-Version: 1.15.0.qualifier
Bundle-Vendor: RAYTHEON
Require-Bundle: com.raytheon.edex.common;bundle-version="1.11.13",
javax.persistence;bundle-version="1.0.0",
javax.measure;bundle-version="1.0.0",
org.geotools;bundle-version="2.5.2",
com.raytheon.uf.common.localization;bundle-version="1.11.13",
com.raytheon.edex.plugin.ldad;bundle-version="1.0.0",
com.raytheon.uf.common.pointdata;bundle-version="1.11.17",
com.raytheon.uf.edex.pointdata
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: com.raytheon.edex.plugin.ldadprofiler.common,
com.raytheon.edex.plugin.ldadprofiler.dao
Import-Package: com.raytheon.uf.common.status,
org.slf4j