awips2/cave/com.raytheon.viz.core.contours/META-INF/MANIFEST.MF
Ben Steffensmeier 23ce77d864 Issue #2791 Switch contouring to use DataSource for data access.
Former-commit-id: 6c90be7554bcbbf0aeb363b6e76c455d3896be83
2014-02-28 11:28:02 -06:00

21 lines
760 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Contour Generation and Display
Bundle-SymbolicName: com.raytheon.viz.core.contours
Bundle-Version: 1.14.0.qualifier
Bundle-Vendor: Raytheon
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Require-Bundle: com.raytheon.uf.viz.core;bundle-version="1.14.1",
org.eclipse.core.runtime,
org.eclipse.ui,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.util,
com.raytheon.uf.common.wxmath,
com.raytheon.uf.common.style,
com.raytheon.uf.common.status,
org.apache.commons.collections
Import-Package: com.raytheon.viz.core.interval
Export-Package: com.raytheon.viz.core.contours,
com.raytheon.viz.core.contours.rsc.displays,
com.raytheon.viz.core.contours.util