Change-Id: Id749151ca9af702614a4b0a8fa7d037c71576e6f Former-commit-id: b25274c599179eea5bc07d76bc369b0d0e934237
22 lines
969 B
Text
22 lines
969 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Contours Plug-in
|
|
Bundle-SymbolicName: com.raytheon.viz.core.contours;singleton:=true
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
Bundle-Activator: com.raytheon.viz.core.contours.Activator
|
|
Bundle-Vendor: Raytheon
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui,
|
|
com.raytheon.uf.common.datastorage;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.wxmath;bundle-version="1.0.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.viz.core.contours,
|
|
com.raytheon.viz.core.contours.rsc.displays,
|
|
com.raytheon.viz.core.contours.util
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Import-Package: com.raytheon.viz.core.interval,
|
|
com.raytheon.viz.core.style.contour
|