2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Mosaic Plug-in
|
|
|
|
Bundle-SymbolicName: gov.noaa.nws.ncep.edex.plugin.mosaic
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
|
|
|
|
Bundle-Vendor: NOAA/NWS/NCEP/NCO
|
|
|
|
Require-Bundle: com.raytheon.edex.common,
|
|
|
|
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
|
|
|
|
org.geotools,
|
|
|
|
javax.measure,
|
|
|
|
com.raytheon.edex.uengine,
|
|
|
|
com.raytheon.uf.common.localization,
|
|
|
|
javax.persistence,
|
|
|
|
gov.noaa.nws.ncep.edex.common;bundle-version="1.0.0"
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2013-07-25 13:28:27 -05:00
|
|
|
Export-Package: gov.noaa.nws.ncep.edex.plugin.mosaic.common,
|
2012-01-06 08:55:05 -06:00
|
|
|
gov.noaa.nws.ncep.edex.plugin.mosaic.common.dao,
|
|
|
|
gov.noaa.nws.ncep.edex.plugin.mosaic.uengine,
|
|
|
|
gov.noaa.nws.ncep.edex.plugin.mosaic.util
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2013-07-25 13:28:27 -05:00
|
|
|
Import-Package: org.apache.commons.logging
|