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
15 lines
520 B
Text
15 lines
520 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Decoder Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.python.decoder
|
|
Bundle-Version: 1.15.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: com.raytheon.edex.common,
|
|
org.jep,
|
|
org.geotools,
|
|
com.raytheon.uf.common.localization,
|
|
org.slf4j;bundle-version="1.7.12",
|
|
com.raytheon.uf.common.python;bundle-version="1.12.1174"
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.edex.python.decoder
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|