2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Notification Plug-in
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.alertviz;singleton:=true
|
|
|
|
Bundle-Version: 1.12.1174.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.alertviz.Activator
|
|
|
|
Bundle-Vendor: Raytheon
|
|
|
|
Require-Bundle: org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
2013-02-19 13:50:55 -06:00
|
|
|
org.apache.activemq,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.uf.common.localization;visibility:=reexport,
|
|
|
|
com.raytheon.uf.common.serialization;visibility:=reexport,
|
|
|
|
com.raytheon.uf.viz.core;visibility:=reexport,
|
|
|
|
com.raytheon.uf.common.status,
|
|
|
|
org.jep;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.message;bundle-version="1.11.11",
|
|
|
|
com.raytheon.uf.common.alertviz,
|
|
|
|
javax.jms;bundle-version="1.0.0",
|
2013-06-27 12:33:34 -05:00
|
|
|
ch.qos.logback;bundle-version="1.0.13"
|
2012-01-06 08:55:05 -06:00
|
|
|
Export-Package: com.raytheon.uf.viz.alertviz,
|
|
|
|
com.raytheon.uf.viz.alertviz.config
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Import-Package: com.raytheon.uf.common.python,
|
|
|
|
com.raytheon.uf.common.time,
|
|
|
|
com.raytheon.uf.viz.python.swt,
|
2013-07-15 14:10:00 -05:00
|
|
|
com.raytheon.uf.viz.python.swt.widgets,
|
2013-08-26 12:24:41 -05:00
|
|
|
org.apache.log4j,
|
|
|
|
org.slf4j
|
2012-01-06 08:55:05 -06:00
|
|
|
Bundle-ActivationPolicy: lazy
|
2012-09-27 15:57:45 -05:00
|
|
|
Eclipse-BuddyPolicy: ext, registered, global
|
2013-08-26 12:24:41 -05:00
|
|
|
Eclipse-RegisterBuddy: ch.qos.logback
|