2012-11-12 09:37:32 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Dataaccess
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.common.dataaccess
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Require-Bundle: com.raytheon.uf.common.time;visibility:=reexport,
|
|
|
|
com.raytheon.uf.common.datastorage,
|
|
|
|
com.raytheon.uf.common.geospatial;visibility:=reexport,
|
|
|
|
javax.measure;bundle-version="1.0.0",
|
2013-01-10 11:33:21 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.level;visibility:=reexport,
|
|
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
2013-01-23 11:22:30 -06:00
|
|
|
com.raytheon.uf.common.localization;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.dataquery;bundle-version="1.0.0",
|
2013-01-30 09:50:18 -06:00
|
|
|
com.raytheon.uf.common.serialization.comm;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.message;bundle-version="1.12.1174"
|
2012-11-12 09:37:32 -06:00
|
|
|
Export-Package: com.raytheon.uf.common.dataaccess,
|
|
|
|
com.raytheon.uf.common.dataaccess.exception,
|
|
|
|
com.raytheon.uf.common.dataaccess.geom,
|
|
|
|
com.raytheon.uf.common.dataaccess.grid,
|
2013-01-10 11:33:21 -06:00
|
|
|
com.raytheon.uf.common.dataaccess.impl,
|
|
|
|
com.raytheon.uf.common.dataaccess.util
|