* Make derived parameters not use VizException * Move derived parameters packages from the viz hierarchy to the common hierarchy * Move data cube classes that don't depend on derived parameters to thier own plugin * Moved DataCubeContainer and supporting frontend classes from viz.core to viz.datacube Former-commit-id: ad4a8cfbbc6de72810492c8f1de9701d381b6019
45 lines
1.7 KiB
Text
45 lines
1.7 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Pointdata Plug-in
|
|
Bundle-SymbolicName: com.raytheon.viz.pointdata;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
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",
|
|
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.wxmath,
|
|
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"
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.viz.pointdata,
|
|
com.raytheon.viz.pointdata.drawables,
|
|
com.raytheon.viz.pointdata.rsc,
|
|
com.raytheon.viz.pointdata.rsc.retrieve,
|
|
com.raytheon.viz.pointdata.util
|
|
Import-Package: com.raytheon.uf.common.comm,
|
|
com.raytheon.uf.common.inventory.data,
|
|
com.raytheon.uf.common.inventory.exception,
|
|
com.raytheon.uf.common.inventory,
|
|
com.raytheon.uf.common.inventory.tree,
|
|
com.raytheon.uf.common.dataplugin.grid,
|
|
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
|