* 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
37 lines
1.7 KiB
Text
37 lines
1.7 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: VIIRS Satellite
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.npp.viirs;singleton:=true
|
|
Bundle-Version: 1.14.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.npp.viirs.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime,
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.geospatial;bundle-version="1.14.0",
|
|
com.raytheon.uf.common.colormap;bundle-version="1.12.1174",
|
|
org.geotools;bundle-version="2.6.4",
|
|
com.raytheon.uf.common.datastorage;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin.npp.viirs;bundle-version="1.0.0",
|
|
javax.measure;bundle-version="1.0.0",
|
|
com.raytheon.uf.viz.productbrowser;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.pointdata;bundle-version="1.12.1174",
|
|
com.raytheon.viz.core;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.dataplugin.level;bundle-version="1.12.1174",
|
|
com.raytheon.uf.common.comm;bundle-version="1.12.1174",
|
|
com.raytheon.viz.alerts;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.npp;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.style;bundle-version="1.0.0",
|
|
com.raytheon.uf.common.numeric;bundle-version="1.14.0",
|
|
com.raytheon.uf.common.derivparam;bundle-version="1.14.0",
|
|
com.raytheon.uf.viz.datacube
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.npp.viirs.rsc
|
|
Import-Package: com.raytheon.uf.common.inventory.data,
|
|
com.raytheon.uf.common.inventory.exception,
|
|
com.raytheon.uf.common.inventory,
|
|
com.raytheon.uf.common.inventory.tree
|