awips2/edexOsgi/com.raytheon.uf.common.util/META-INF/MANIFEST.MF
Bryan Kowal f99ad00934 Issue #1414 - adding Satellite to the Data Access Framework
- addressed peer review comments
- includes the CAVE generic grid resource and resource data
- the generic grid resource now utilizes the populateData method of IGridData
- the data time methods of the satellite factory will now throw data retrieval exceptions

Change-Id: I763cddc8ba8cac715eb0605594904bd9f9c21db9

Former-commit-id: a315e4461b [formerly 4939e96872] [formerly a315e4461b [formerly 4939e96872] [formerly 789359a779 [formerly b084e4a721edc9400fc7a8f25c7da539d6dd8480]]]
Former-commit-id: 789359a779
Former-commit-id: 03ccca567a [formerly 53a280116b]
Former-commit-id: e443218bfb
2013-01-15 18:08:17 -06:00

19 lines
757 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Utility Plug-in
Bundle-SymbolicName: com.raytheon.uf.common.util
Bundle-Version: 1.12.1174.qualifier
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.junit;bundle-version="1.0.0",
org.apache.commons.beanutils;bundle-version="1.8.3",
com.raytheon.uf.common.status;bundle-version="1.12.1174",
org.apache.commons.lang;bundle-version="2.3.0"
Export-Package: com.raytheon.uf.common.util,
com.raytheon.uf.common.util.algorithm,
com.raytheon.uf.common.util.cache,
com.raytheon.uf.common.util.header,
com.raytheon.uf.common.util.mapping,
com.raytheon.uf.common.util.registry,
com.raytheon.uf.common.util.session
Import-Package: org.apache.commons.lang