Update com.raytheon.edex.notifysrv, com.raytheon.edex.productsrv, and com.raytheon.edex.uengine to use SLF4J and fix a couple warnings. Change-Id: I14efb008100e04e0370e35174fb75fe222a58c55 Former-commit-id: 32004847b483b19938e69d63ca38d268a0a5d11f
14 lines
558 B
Text
14 lines
558 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Notifysrv Plug-in
|
|
Bundle-SymbolicName: com.raytheon.edex.notifysrv
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Export-Package: com.raytheon.edex.services
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Require-Bundle: com.raytheon.uf.edex.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
org.apache.commons.configuration;bundle-version="1.6.0"
|
|
Import-Package: com.raytheon.edex.subscription,
|
|
com.raytheon.uf.common.util,
|
|
org.slf4j
|