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
17 lines
563 B
Text
17 lines
563 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Productsrv Plug-in
|
|
Bundle-SymbolicName: com.raytheon.edex.productsrv
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: com.raytheon.edex.common,
|
|
com.raytheon.edex.uengine,
|
|
org.jep,
|
|
com.raytheon.uf.common.localization
|
|
Export-Package: com.raytheon.edex.services
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Import-Package: com.raytheon.uf.common.message,
|
|
com.raytheon.uf.common.message.response,
|
|
com.raytheon.uf.common.python,
|
|
com.raytheon.uf.common.status,
|
|
org.slf4j
|