2012-11-21 17:53:30 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Stats
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.stats;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.stats.Activator
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Require-Bundle: org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.stats;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.time;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.uf.common.util;bundle-version="1.12.1174",
|
2013-01-17 18:15:24 -06:00
|
|
|
com.google.guava;bundle-version="1.0.0",
|
2013-02-12 16:03:38 -06:00
|
|
|
com.raytheon.uf.common.units;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.event;bundle-version="1.0.0",
|
|
|
|
org.apache.commons.lang;bundle-version="2.3.0"
|
2012-11-21 17:53:30 -06:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: com.raytheon.uf.viz.stats,
|
2013-02-12 16:03:38 -06:00
|
|
|
com.raytheon.uf.viz.stats.collector,
|
2013-02-07 15:39:02 -06:00
|
|
|
com.raytheon.uf.viz.stats.ui,
|
|
|
|
com.raytheon.uf.viz.stats.utils
|