2012-09-11 11:58:17 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Grid
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.dataplugin.grid
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
|
|
|
Eclipse-BuddyPolicy: registered, ext, global
|
|
|
|
Import-Package: com.raytheon.uf.common.dataplugin,
|
|
|
|
com.raytheon.uf.common.dataplugin.annotations,
|
|
|
|
com.raytheon.uf.common.dataplugin.persist,
|
|
|
|
com.raytheon.uf.common.geospatial,
|
|
|
|
com.raytheon.uf.common.localization,
|
|
|
|
com.raytheon.uf.common.serialization,
|
|
|
|
com.raytheon.uf.common.serialization.annotations,
|
|
|
|
com.raytheon.uf.common.serialization.comm,
|
|
|
|
com.raytheon.uf.common.status,
|
|
|
|
com.raytheon.uf.common.time,
|
|
|
|
com.vividsolutions.jts.geom,
|
|
|
|
javax.persistence,
|
|
|
|
org.hibernate.annotations,
|
|
|
|
org.opengis.metadata.spatial
|
|
|
|
Export-Package: com.raytheon.uf.common.dataplugin.grid,
|
2012-11-19 11:25:05 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.grid.dataquery,
|
2012-09-11 11:58:17 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.grid.dataset,
|
2012-11-19 11:25:05 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.grid.datastorage,
|
2012-11-02 15:41:04 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.grid.mapping,
|
2012-09-11 11:58:17 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.grid.request,
|
|
|
|
com.raytheon.uf.common.dataplugin.grid.units,
|
|
|
|
com.raytheon.uf.common.dataplugin.grid.util
|
2012-11-19 11:25:05 -06:00
|
|
|
Require-Bundle: javax.measure,
|
|
|
|
com.raytheon.uf.common.geospatial,
|
|
|
|
org.geotools,
|
|
|
|
com.raytheon.uf.common.localization,
|
|
|
|
com.raytheon.uf.common.datastorage,
|
|
|
|
com.raytheon.uf.common.gridcoverage;bundle-version="1.0.0",
|
2012-11-02 15:41:04 -05:00
|
|
|
com.raytheon.uf.common.parameter;bundle-version="1.0.0",
|
2012-11-19 11:25:05 -06:00
|
|
|
com.raytheon.uf.common.comm;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.dataquery;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174",
|
2013-01-23 11:22:30 -06:00
|
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.dataaccess;bundle-version="1.0.0"
|