NOTE: This commit depends on a commit in the ufcore repository with the message "Omaha #5166: Update logging to use SLF4J:cpgsrv,cwat,ffmp,fssobs,preciprate,qpf,scan,vil,urifilter". They should be merged at the same time. Update the following to use SLF4J: com.raytheon.uf.edex.cpgsrv com.raytheon.uf.edex.plugin.cwat com.raytheon.uf.edex.plugin.ffmp com.raytheon.uf.edex.plugin.fssobs com.raytheon.uf.edex.plugin.preciprate com.raytheon.uf.edex.plugin.qpf com.raytheon.uf.edex.plugin.scan com.raytheon.uf.edex.plugin.vil amend: Update Bundle-Version and Bundle-RequiredExecutionEnvironment in MANIFEST.MF files. Change-Id: I56fba06bbc34292e3adcfa0fa4ad30f0dccac13f Former-commit-id: 3ec36af7213a82792c6fa1515d641ba293a0285e
28 lines
1.3 KiB
Text
28 lines
1.3 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Scan Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.edex.plugin.scan
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
|
|
Require-Bundle: com.raytheon.uf.common.dataplugin.binlightning;bundle-version="1.11.26",
|
|
com.raytheon.uf.common.dataplugin.scan;bundle-version="1.11.26",
|
|
com.raytheon.uf.common.monitor;bundle-version="1.11.26",
|
|
com.raytheon.uf.common.monitor.cpg;bundle-version="1.0.0",
|
|
com.raytheon.uf.edex.cpgsrv;bundle-version="1.11.1";resolution:=optional,
|
|
com.raytheon.uf.common.dataplugin.grid,
|
|
com.raytheon.edex.common;bundle-version="1.11.26",
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.dataplugin.level;bundle-version="1.11.31",
|
|
com.raytheon.uf.common.sounding;bundle-version="1.12.1112",
|
|
com.raytheon.uf.common.dataplugin.radar;bundle-version="1.0.0",
|
|
com.raytheon.uf.edex.plugin.scan.common;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.edex.dat.utils;bundle-version="1.12.1174"
|
|
Export-Package: com.raytheon.uf.edex.plugin.scan,
|
|
com.raytheon.uf.edex.plugin.scan.lightning,
|
|
com.raytheon.uf.edex.plugin.scan.process
|
|
Import-Package: com.raytheon.uf.edex.menus,
|
|
javax.measure.converter,
|
|
javax.measure.unit,
|
|
org.slf4j
|