awips2/edexOsgi/com.raytheon.edex.plugin.gfe/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

83 lines
3.2 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Gfe EDEX Plug-in
Bundle-SymbolicName: com.raytheon.edex.plugin.gfe
Bundle-Version: 1.12.1174.qualifier
Eclipse-BuddyPolicy: registered, ext, global
Bundle-ActivationPolicy: lazy
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization, com.raytheon.edex.common
Bundle-Vendor: RAYTHEON
Require-Bundle: com.raytheon.uf.common.dataplugin.gfe;bundle-version="1.12.1174",
org.apache.commons.logging,
org.jep,
org.geotools,
javax.measure,
com.raytheon.edex.uengine,
com.raytheon.uf.common.localization,
javax.persistence,
org.apache.activemq;bundle-version="1.0.0",
net.sf.ehcache;bundle-version="1.0.0",
com.raytheon.uf.common.serialization,
org.springframework,
org.junit;bundle-version="1.0.0",
com.raytheon.edex.plugin.grib,
com.raytheon.messaging.mhs;bundle-version="1.0.0",
com.raytheon.uf.common.datastorage.hdf5;bundle-version="1.11.24",
ncsa.hdf5;bundle-version="2.4.0",
com.raytheon.uf.edex.topo,
com.raytheon.uf.common.climo;bundle-version="1.0.0",
com.raytheon.edex.common,
com.raytheon.uf.common.hlstopo;bundle-version="1.0.0",
org.apache.commons.beanutils;bundle-version="1.8.3",
com.raytheon.uf.common.dataplugin.satellite;bundle-version="1.0.0",
com.raytheon.edex.plugin.satellite;bundle-version="1.12.1174",
com.raytheon.uf.edex.auth;bundle-version="1.12.1174",
com.raytheon.uf.common.auth;bundle-version="1.12.1174",
com.raytheon.uf.common.plugin.nwsauth;bundle-version="1.12.1174",
com.raytheon.uf.common.site;bundle-version="1.12.1174"
Export-Package: com.raytheon.edex.plugin.gfe,
com.raytheon.edex.plugin.gfe.config,
com.raytheon.edex.plugin.gfe.db.dao,
com.raytheon.edex.plugin.gfe.exception,
com.raytheon.edex.plugin.gfe.log,
com.raytheon.edex.plugin.gfe.reference,
com.raytheon.edex.plugin.gfe.server,
com.raytheon.edex.plugin.gfe.server.database,
com.raytheon.edex.plugin.gfe.server.lock,
com.raytheon.edex.plugin.gfe.smartinit,
com.raytheon.edex.plugin.gfe.svcbackup,
com.raytheon.edex.plugin.gfe.textproducts,
com.raytheon.edex.plugin.gfe.util
Import-Package: com.raytheon.edex.db.dao,
com.raytheon.edex.db.mapping,
com.raytheon.edex.msg,
com.raytheon.edex.plugin,
com.raytheon.edex.plugin.grib.dao,
com.raytheon.edex.site,
com.raytheon.edex.topo,
com.raytheon.edex.util,
com.raytheon.edex.util.grib,
com.raytheon.uf.common.activetable,
com.raytheon.uf.common.comm,
com.raytheon.uf.common.dataplugin,
com.raytheon.uf.common.dataplugin.annotations,
com.raytheon.uf.common.dataplugin.grib,
com.raytheon.uf.common.dataplugin.grib.spatial.projections,
com.raytheon.uf.common.dataplugin.grib.util,
com.raytheon.uf.common.dataplugin.level,
com.raytheon.uf.common.dataplugin.persist,
com.raytheon.uf.common.dataplugin.warning,
com.raytheon.uf.common.datastorage,
com.raytheon.uf.common.datastorage.records,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.message,
com.raytheon.uf.common.pointdata,
com.raytheon.uf.common.python,
com.raytheon.uf.common.serialization.comm,
com.raytheon.uf.common.status,
com.raytheon.uf.common.time,
com.raytheon.uf.common.time.util,
com.raytheon.uf.edex.activetable,
com.raytheon.uf.edex.site,
org.hibernate
Bundle-RequiredExecutionEnvironment: JavaSE-1.6