2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Cloudheight Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.cloudheight;singleton:=true
|
|
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.cloudheight.Activator
|
|
|
|
Bundle-Vendor: RAYTHEON
|
2013-07-11 17:52:45 -05:00
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.common.serialization
|
|
|
|
Require-Bundle: org.eclipse.ui;bundle-version="3.8.2",
|
2012-01-06 08:55:05 -06:00
|
|
|
org.eclipse.core.runtime,
|
2013-07-11 17:52:45 -05:00
|
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.status;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.dataquery;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.datastorage;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.sounding;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
2013-01-06 14:32:24 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.grid;bundle-version="1.0.0",
|
2013-07-11 17:52:45 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.satellite;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.dataplugin.bufrua;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.viz.d2d.core;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.viz.skewt;bundle-version="1.12.1174",
|
|
|
|
javax.measure;bundle-version="1.0.0"
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: com.raytheon.uf.viz.cloudheight,
|
|
|
|
com.raytheon.uf.viz.cloudheight.data,
|
|
|
|
com.raytheon.uf.viz.cloudheight.rsc,
|
|
|
|
com.raytheon.uf.viz.cloudheight.ui
|
2013-07-11 17:52:45 -05:00
|
|
|
Import-Package: com.raytheon.viz.core.map
|