24 lines
849 B
Text
24 lines
849 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: QPF common Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.scan
|
|
Bundle-Version: 1.18.0.qualifier
|
|
Bundle-Vendor: RAYTHEON
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Export-Package: com.raytheon.uf.common.dataplugin.scan,
|
|
com.raytheon.uf.common.dataplugin.scan.data
|
|
Require-Bundle: javax.persistence,
|
|
com.raytheon.uf.common.serialization,
|
|
com.raytheon.uf.common.monitor,
|
|
com.raytheon.uf.common.dataplugin.binlightning,
|
|
com.raytheon.uf.common.dataplugin.grid,
|
|
com.raytheon.uf.common.sounding,
|
|
com.raytheon.uf.common.dataplugin.radar,
|
|
com.raytheon.uf.common.status,
|
|
com.raytheon.uf.common.geospatial,
|
|
com.raytheon.uf.common.dataplugin,
|
|
com.raytheon.uf.common.datastorage,
|
|
javax.xml.bind
|
|
Import-Package: com.raytheon.uf.common.time,
|
|
org.apache.commons.logging
|
|
|