2012-01-06 08:55:05 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Thinclient Cave
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.thinclient.cave;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.thinclient.cave.Activator
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Require-Bundle: com.raytheon.uf.viz.core,
|
|
|
|
com.raytheon.viz.ui.personalities.awips,
|
|
|
|
com.raytheon.uf.viz.application;bundle-version="1.0.0",
|
|
|
|
org.eclipse.core.runtime;bundle-version="3.6.0",
|
|
|
|
org.eclipse.ui;bundle-version="3.6.1",
|
|
|
|
com.raytheon.viz.core;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.viz.ui;bundle-version="1.12.1174",
|
|
|
|
com.raytheon.viz.alerts;bundle-version="1.12.1174",
|
2014-02-26 17:39:15 -05:00
|
|
|
com.raytheon.uf.viz.thinclient;bundle-version="1.0.0",
|
|
|
|
com.raytheon.viz.grid;bundle-version="1.12.1174"
|
2012-01-06 08:55:05 -06:00
|
|
|
Import-Package: com.raytheon.uf.common.comm,
|
2014-03-15 15:02:17 -05:00
|
|
|
com.raytheon.uf.common.inventory.exception,
|
2012-01-06 08:55:05 -06:00
|
|
|
com.raytheon.uf.common.datastorage,
|
|
|
|
com.raytheon.uf.viz.core.maps.rsc,
|
2014-03-15 15:02:17 -05:00
|
|
|
com.raytheon.uf.viz.datacube,
|
2012-01-31 10:53:10 -06:00
|
|
|
com.vividsolutions.jts.geom,
|
|
|
|
com.vividsolutions.jts.index.strtree,
|
|
|
|
com.vividsolutions.jts.io,
|
2012-01-06 08:55:05 -06:00
|
|
|
javax.jms
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2012-01-31 10:53:10 -06:00
|
|
|
Export-Package: com.raytheon.uf.viz.thinclient.cave.cache.map
|