awips2/edexOsgi/com.raytheon.uf.common.dataaccess/META-INF/MANIFEST.MF
Nate Jensen cfed9d9664 Issue initial commit of interfaces of data access framework
Change-Id: I301d94a85a4e86550cd409bc17ef94ea3fdd6e02

Former-commit-id: b24c9eb456 [formerly f255f65b3c] [formerly bf72e29752 [formerly d6b63788ef2af3da474a0d3affcafdddec3690a5]]
Former-commit-id: bf72e29752
Former-commit-id: 78a1185b19
2012-11-12 16:45:33 -06:00

17 lines
711 B
Text

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",
com.raytheon.uf.common.dataplugin.level;visibility:=reexport
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,
com.raytheon.uf.common.dataaccess.impl