2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Pointdata Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.viz.pointdata;singleton:=true
|
2014-03-21 19:33:48 -05:00
|
|
|
Bundle-Version: 1.14.0.qualifier
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-Activator: com.raytheon.viz.pointdata.Activator
|
|
|
|
Bundle-Vendor: Raytheon
|
|
|
|
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core
|
|
|
|
Require-Bundle: org.apache.batik,
|
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
com.raytheon.viz.core,
|
|
|
|
com.raytheon.uf.viz.core,
|
|
|
|
com.raytheon.viz.ui,
|
|
|
|
org.apache.commons.lang,
|
|
|
|
javax.measure,
|
|
|
|
com.raytheon.uf.viz.localization;bundle-version="1.12.1174",
|
|
|
|
org.jep;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.python;bundle-version="1.12.1161",
|
2013-04-18 11:42:07 -05:00
|
|
|
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
2013-06-19 14:30:45 -05:00
|
|
|
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174",
|
2013-08-13 18:23:40 -05:00
|
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
2014-03-21 19:33:48 -05:00
|
|
|
com.raytheon.uf.common.wxmath,
|
2014-03-15 15:02:17 -05:00
|
|
|
com.raytheon.uf.common.python.concurrent,
|
|
|
|
com.raytheon.uf.common.derivparam;bundle-version="1.14.0",
|
|
|
|
com.raytheon.uf.viz.datacube;bundle-version="1.14.0"
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: com.raytheon.viz.pointdata,
|
2012-01-31 11:47:21 -06:00
|
|
|
com.raytheon.viz.pointdata.drawables,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.viz.pointdata.rsc,
|
|
|
|
com.raytheon.viz.pointdata.rsc.retrieve,
|
|
|
|
com.raytheon.viz.pointdata.util
|
2013-08-13 18:23:40 -05:00
|
|
|
Import-Package: com.raytheon.uf.common.comm,
|
2014-03-15 15:02:17 -05:00
|
|
|
com.raytheon.uf.common.inventory.data,
|
|
|
|
com.raytheon.uf.common.inventory.exception,
|
|
|
|
com.raytheon.uf.common.inventory,
|
|
|
|
com.raytheon.uf.common.inventory.tree,
|
2013-01-06 14:32:24 -06:00
|
|
|
com.raytheon.uf.common.dataplugin.grid,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.uf.common.message.response,
|
|
|
|
com.raytheon.uf.common.pointdata,
|
|
|
|
com.raytheon.uf.common.pointdata.accumulate,
|
|
|
|
com.raytheon.uf.viz.productbrowser,
|
|
|
|
com.raytheon.viz.alerts,
|
|
|
|
com.raytheon.viz.alerts.observers
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|