2012-03-07 15:38:20 -06:00
|
|
|
Manifest-Version: 1.0
|
|
|
|
Bundle-ManifestVersion: 2
|
|
|
|
Bundle-Name: Collaboratioin
|
|
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.collaboration
|
|
|
|
Bundle-Version: 1.0.0.qualifier
|
|
|
|
Bundle-Activator: com.raytheon.uf.viz.collaboration.Activator
|
|
|
|
Bundle-Vendor: RAYTHEON
|
2012-03-26 16:48:04 -05:00
|
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
2012-03-07 15:38:20 -06:00
|
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
|
|
org.eclipse.ecf;bundle-version="3.1.300",
|
|
|
|
org.eclipse.ecf.presence;bundle-version="2.0.0",
|
2012-03-14 10:24:17 -05:00
|
|
|
org.eclipse.ecf.provider.xmpp;bundle-version="3.2.0",
|
2012-04-17 17:47:21 -05:00
|
|
|
com.google.guava;bundle-version="1.0.0";visibility:=reexport,
|
2012-03-26 16:48:04 -05:00
|
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
2012-03-27 16:31:26 -05:00
|
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
2012-04-19 14:31:52 -05:00
|
|
|
org.jivesoftware.smack;bundle-version="3.1.100",
|
2012-04-23 11:23:22 -05:00
|
|
|
org.eclipse.swt;bundle-version="3.6.1",
|
|
|
|
com.raytheon.uf.common.comm
|
2012-03-07 15:38:20 -06:00
|
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
|
|
Bundle-ActivationPolicy: lazy
|
|
|
|
Export-Package: com.raytheon.uf.viz.collaboration,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity,
|
2012-03-20 13:59:55 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.event,
|
2012-03-07 15:38:20 -06:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.info,
|
2012-04-10 18:15:36 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.invite,
|
2012-03-07 15:38:20 -06:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.listener,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.roster,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.identity.user,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider,
|
2012-03-20 13:59:55 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.event,
|
2012-03-07 15:38:20 -06:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.info,
|
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.roster,
|
2012-03-26 10:17:17 -05:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.session,
|
2012-03-07 15:38:20 -06:00
|
|
|
com.raytheon.uf.viz.collaboration.comm.provider.user
|