Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 020bb241553e22494a23f51683542132bca3920e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-Name: ECF Presence API
Bundle-SymbolicName: org.eclipse.ecf.presence;singleton=true
Bundle-Version: 0.8.1
Bundle-ClassPath: presence.jar
Bundle-Activator: org.eclipse.ecf.presence.PresencePlugin
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf
Eclipse-LazyStart: true
Export-Package: org.eclipse.ecf.presence, org.eclipse.ecf.presence.impl, org.eclipse.ecf.presence.chat
Bundle-ManifestVersion: 2

Back to the top