31 lines
1.1 KiB
Text
31 lines
1.1 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Monitor Plug-in
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.monitor;singleton:=true
|
|
Bundle-Version: 1.18.1.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.monitor.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
com.raytheon.uf.viz.core,
|
|
com.raytheon.uf.common.dataplugin,
|
|
com.raytheon.viz.ui,
|
|
com.raytheon.uf.common.geospatial,
|
|
com.raytheon.viz.alerts,
|
|
com.raytheon.uf.common.monitor,
|
|
com.raytheon.uf.common.wxmath,
|
|
javax.xml.bind
|
|
Bundle-ActivationPolicy: lazy
|
|
Export-Package: com.raytheon.uf.viz.monitor,
|
|
com.raytheon.uf.viz.monitor.config,
|
|
com.raytheon.uf.viz.monitor.data,
|
|
com.raytheon.uf.viz.monitor.events,
|
|
com.raytheon.uf.viz.monitor.filename,
|
|
com.raytheon.uf.viz.monitor.listeners,
|
|
com.raytheon.uf.viz.monitor.thresholds,
|
|
com.raytheon.uf.viz.monitor.ui.dialogs,
|
|
com.raytheon.uf.viz.monitor.xml
|
|
Import-Package: com.raytheon.uf.common.dataplugin.obs.metar.util,
|
|
com.raytheon.uf.common.monitor.xml,
|
|
com.raytheon.viz.pointdata.rsc.retrieve
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-11
|
|
Bundle-ClassPath: com.raytheon.uf.viz.monitor.jar
|