awips2/cave/com.raytheon.viz.warnings/META-INF/MANIFEST.MF
Everett Kladstrup 29ce7781c9 Issue #2725 Move derived parameters logic to common
* 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: eab1358602 [formerly 8b19b3601a] [formerly 06d6961c0f] [formerly 0699041518 [formerly 06d6961c0f [formerly ad4a8cfbbc6de72810492c8f1de9701d381b6019]]]
Former-commit-id: 0699041518
Former-commit-id: eb5b00071037510aefc04c8c20411cc18c44abb0 [formerly 260d0beddc]
Former-commit-id: 86bf2b5ea0
2014-04-09 09:31:12 -05:00

23 lines
903 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Warnings Plug-in
Bundle-SymbolicName: com.raytheon.viz.warnings;singleton:=true
Bundle-Version: 1.12.1174.qualifier
Bundle-Activator: com.raytheon.viz.warnings.Activator
Bundle-Vendor: Raytheon
Eclipse-RegisterBuddy: com.raytheon.viz.core, com.raytheon.uf.viz.core
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
com.raytheon.viz.core,
com.raytheon.viz.ui,
org.geotools,
com.raytheon.viz.texteditor;bundle-version="1.11.5",
com.raytheon.uf.common.serialization.comm;bundle-version="1.11.22",
com.raytheon.uf.viz.datacube
Bundle-ActivationPolicy: lazy
Export-Package: com.raytheon.viz.warnings,
com.raytheon.viz.warnings.rsc
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Import-Package: com.raytheon.uf.common.inventory.exception,
com.raytheon.uf.common.dataplugin.warning,
com.raytheon.uf.common.dataplugin.warning.util