awips2/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/META-INF/MANIFEST.MF
Ben Steffensmeier 8b1cdd8db1 Issue #185 change LevelFactory to throw exceptions when there is no network connection so that everything can be reinitialized when the connection is restored..
Change-Id: Id5c82e7d01e7f229bc99366b1339bc38333ffa5a

Former-commit-id: 3c673896a0 [formerly b3463d27fc] [formerly 0d75fbf942 [formerly 1b2496a6db33fc65efecfdffb380d8b4e07ec590]]
Former-commit-id: 0d75fbf942
Former-commit-id: c22f135dbc
2012-01-30 16:39:57 -06:00

42 lines
1.7 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ncgrib Plug-in
Bundle-SymbolicName: gov.noaa.nws.ncep.edex.plugin.ncgrib
Bundle-Version: 1.0.0.qualifier
Eclipse-RegisterBuddy: com.raytheon.edex.common, com.raytheon.uf.common.serialization
Bundle-Vendor: NOAA/NWS/NCEP
Require-Bundle: javax.measure,
javax.persistence,
com.raytheon.edex.common,
com.raytheon.uf.edex.decodertools;bundle-version="1.0.0",
org.geotools,
org.apache.commons.logging,
com.raytheon.edex.uengine,
org.apache.commons.lang,
org.apache.commons.configuration,
org.apache.commons.beanutils,
com.raytheon.uf.common.localization,
com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.edex.python.decoder;bundle-version="1.11.26",
gov.noaa.nws.ncep.common.dataplugin.ncgrib;bundle-version="1.0.0",
ucar.nc2
Import-Package: com.raytheon.uf.common.comm,
com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.derivparam.tree,
com.raytheon.uf.common.status,
gov.noaa.nws.ncep.common.dataplugin.ncgrib,
gov.noaa.nws.ncep.common.dataplugin.ncgrib.exception,
gov.noaa.nws.ncep.common.dataplugin.ncgrib.request,
gov.noaa.nws.ncep.common.dataplugin.ncgrib.spatial.projections,
gov.noaa.nws.ncep.common.dataplugin.ncgrib.subgrid,
gov.noaa.nws.ncep.common.dataplugin.ncgrib.util,
gov.noaa.nws.ncep.edex.common.dao,
org.apache.camel
Export-Package: gov.noaa.nws.ncep.edex.objects.hibernate.ncgrib,
gov.noaa.nws.ncep.edex.plugin.ncgrib,
gov.noaa.nws.ncep.edex.plugin.ncgrib.dao,
gov.noaa.nws.ncep.edex.plugin.ncgrib.notify,
gov.noaa.nws.ncep.edex.plugin.ncgrib.spatial,
gov.noaa.nws.ncep.edex.uengine.tasks.ncgrib,
gov.noaa.nws.ncep.edex.util.ncgrib
Bundle-RequiredExecutionEnvironment: JavaSE-1.6