* 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
17 lines
752 B
Text
17 lines
752 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Derived Parameters UI
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.derivparam.ui;singleton:=true
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.derivparam.ui.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ui;bundle-version="3.6.1",
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.localization;bundle-version="1.12.1174",
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
javax.measure;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.derivparam;bundle-version="1.14.0"
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|