Change-Id: If1ce4e4288ad45276d11a4d9a3bf5dc8435352e4 Former-commit-id:4dbc6f7726
[formerly105d703fbf
] [formerly4dbc6f7726
[formerly105d703fbf
] [formerly1838de6993
[formerly 5203a659ec0aaea45cbf281544b22b23b54a51d8]]] Former-commit-id:1838de6993
Former-commit-id:0095b4083e
[formerly571eca8d57
] Former-commit-id:ef97a25505
34 lines
1.6 KiB
Text
34 lines
1.6 KiB
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: Collaboratioin
|
|
Bundle-SymbolicName: com.raytheon.uf.viz.collaboration.comm
|
|
Bundle-Version: 1.0.0.qualifier
|
|
Bundle-Activator: com.raytheon.uf.viz.collaboration.comm.Activator
|
|
Bundle-Vendor: RAYTHEON
|
|
Eclipse-RegisterBuddy: com.raytheon.uf.viz.core
|
|
Require-Bundle: org.eclipse.core.runtime,
|
|
org.eclipse.ecf;bundle-version="3.1.300",
|
|
org.eclipse.ecf.presence;bundle-version="2.0.0",
|
|
org.eclipse.ecf.provider.xmpp;bundle-version="3.2.0",
|
|
com.google.guava;bundle-version="1.0.0";visibility:=reexport,
|
|
com.raytheon.uf.common.serialization;bundle-version="1.12.1174",
|
|
com.raytheon.uf.viz.core;bundle-version="1.12.1174",
|
|
org.jivesoftware.smack;bundle-version="3.1.100",
|
|
org.eclipse.swt;bundle-version="3.6.1",
|
|
com.raytheon.uf.common.comm
|
|
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
|
|
Bundle-ActivationPolicy: lazy
|
|
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.listener,
|
|
com.raytheon.uf.viz.collaboration.comm.identity.roster,
|
|
com.raytheon.uf.viz.collaboration.comm.identity.user,
|
|
com.raytheon.uf.viz.collaboration.comm.provider,
|
|
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
|