2012-03-06 14:08:39 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Plugin
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.collaboration.ui;singleton:=true
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.collaboration.ui.Activator
|
2012-03-22 09:39:59 -05:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
2012-03-26 15:47:34 -05:00
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
2012-04-17 17:47:21 -05:00
|
|
|
Export-Package: com.raytheon.uf.viz.collaboration.ui,
|
|
|
|
com.raytheon.uf.viz.collaboration.ui.rsc.rendering
|
2012-03-22 09:39:59 -05:00
|
|
|
Require-Bundle: com.raytheon.viz.ui,
|
2012-03-06 14:08:39 -06:00
|
|
|
org.eclipse.ui,
|
|
|
|
org.eclipse.core.runtime,
|
|
|
|
com.raytheon.uf.viz.collaboration;bundle-version="1.0.0",
|
|
|
|
org.eclipse.swt;bundle-version="3.6.1",
|
|
|
|
org.eclipse.ecf;bundle-version="3.1.0",
|
2012-03-22 09:39:59 -05:00
|
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
2012-03-22 16:57:30 -05:00
|
|
|
org.geotools;bundle-version="2.6.4",
|
2012-03-30 10:45:26 -05:00
|
|
|
com.raytheon.viz.core;bundle-version="1.12.1174",
|
2012-04-10 14:40:51 -05:00
|
|
|
com.raytheon.uf.viz.drawing;bundle-version="1.0.0",
|
2012-04-24 13:44:16 -05:00
|
|
|
com.raytheon.uf.viz.remote.graphics;bundle-version="1.0.0",
|
|
|
|
com.raytheon.uf.common.comm;bundle-version="1.12.1174"
|
2012-03-06 14:08:39 -06:00
|
|
|
Import-Package: com.raytheon.uf.common.status,
|
2012-03-22 09:39:59 -05:00
|
|
|
com.raytheon.uf.viz.core.maps.display,
|
2012-03-29 12:24:27 -05:00
|
|
|
com.raytheon.uf.viz.core.maps.rsc,
|
2012-04-03 12:23:11 -05:00
|
|
|
com.raytheon.uf.viz.drawing,
|
|
|
|
com.raytheon.viz.awipstools.ui.display
|
2012-03-06 14:08:39 -06:00
|
|
|
Bundle-ActivationPolicy: lazy
|