2012-10-16 13:27:07 -05:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Collaboratioin
|
2013-10-31 14:06:05 -05:00
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.collaboration.comm;singleton:=true
|
2014-04-07 10:15:49 -05:00
|
|
|
Bundle-Version: 1.14.0.qualifier
|
2012-10-16 13:27:07 -05:00
|
|
|
Bundle-Activator: com.raytheon.uf.viz.collaboration.comm.Activator
|
|
|
|
Bundle-Vendor: RAYTHEON
|
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Bundle-ActivationPolicy: lazy
|
2013-10-31 14:06:05 -05:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.apache.commons.lang,
|
|
|
|
com.google.guava;visibility:=reexport,
|
|
|
|
com.raytheon.uf.common.serialization,
|
|
|
|
com.raytheon.uf.common.status,
|
2013-11-21 16:02:07 -06:00
|
|
|
org.jivesoftware.smack;bundle-version="3.3.0",
|
2013-10-31 14:06:05 -05:00
|
|
|
org.eclipse.swt,
|
|
|
|
com.raytheon.uf.common.comm,
|
|
|
|
com.raytheon.uf.common.localization,
|
2014-01-24 08:51:28 -06:00
|
|
|
com.raytheon.uf.viz.core,
|
|
|
|
com.raytheon.uf.common.time,
|
2014-02-26 10:16:44 -06:00
|
|
|
com.raytheon.uf.common.util,
|
|
|
|
com.raytheon.uf.common.xmpp,
|
|
|
|
com.raytheon.uf.common.http
|
2012-10-16 13:27:07 -05:00
|
|
|
Export-Package: com.raytheon.uf.viz.collaboration.comm,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.compression,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.event,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.info,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.invite,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.roster,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.user,
|
2014-02-26 10:16:44 -06:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.packet,
|
2012-10-16 13:27:07 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider,
|
2014-04-07 10:15:49 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.account,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.connection,
|
2012-10-16 13:27:07 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.event,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.info,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.session,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.user
|