awips2/cave/com.raytheon.uf.viz.collaboration.display/META-INF/MANIFEST.MF
Brian Clements 43c19f09ba Issue #2756 implemented HTTP public key auth scheme
collaboration HTTP server now requires auth header (configured via openfire)
added auth to cave client


Former-commit-id: fd18963221 [formerly 9d0b02e0a4] [formerly ce24bd1018] [formerly d8e283e1b4 [formerly ce24bd1018 [formerly e0e4dfdedff283c809060257fbf04e777faf318d]]]
Former-commit-id: d8e283e1b4
Former-commit-id: effe9ab4a85983edf2b983ee5e4b964df8a78343 [formerly edd72cbde4]
Former-commit-id: f56cbac9fb
2014-02-28 16:15:17 -06:00

36 lines
1.5 KiB
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Collaboration Display
Bundle-SymbolicName: com.raytheon.uf.viz.collaboration.display;singleton:=true
Bundle-Version: 1.13.0.qualifier
Bundle-Activator: com.raytheon.uf.viz.collaboration.display.Activator
Bundle-Vendor: RAYTHEON
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
Require-Bundle: org.eclipse.core.runtime,
com.raytheon.uf.viz.core,
com.raytheon.viz.ui,
org.eclipse.ui,
com.raytheon.uf.viz.collaboration.comm,
com.raytheon.uf.common.colormap,
com.raytheon.uf.viz.remote.graphics,
com.raytheon.uf.viz.drawing,
com.raytheon.uf.common.comm,
com.raytheon.uf.common.time,
com.raytheon.uf.common.geospatial,
com.raytheon.uf.common.util,
com.raytheon.viz.core,
com.raytheon.uf.common.http
Export-Package: com.raytheon.uf.viz.collaboration.display,
com.raytheon.uf.viz.collaboration.display.data,
com.raytheon.uf.viz.collaboration.display.editor,
com.raytheon.uf.viz.collaboration.display.roles,
com.raytheon.uf.viz.collaboration.display.roles.dataprovider,
com.raytheon.uf.viz.collaboration.display.roles.dataprovider.event,
com.raytheon.uf.viz.collaboration.display.roles.dataprovider.rsc,
com.raytheon.uf.viz.collaboration.display.rsc,
com.raytheon.uf.viz.collaboration.display.rsc.event,
com.raytheon.uf.viz.collaboration.display.rsc.rendering,
com.raytheon.uf.viz.collaboration.display.rsc.telestrator
Import-Package: org.eclipse.swt.widgets