Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 335178eed2e8105f187ad69b5cdf7221667988db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.example.clients,
 org.eclipse.ecf.example.clients.applications
Require-Bundle: org.eclipse.ecf,
 org.eclipse.ecf.presence,
 org.eclipse.ecf.provider.xmpp,
 org.eclipse.ecf.sharedobject,
 org.eclipse.ecf.presence.ui,
 org.eclipse.ui,
 org.eclipse.ecf.ui,
 org.eclipse.equinox.common,
 org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.4
Import-Package: org.eclipse.equinox.app,
 org.osgi.framework
Bundle-Activator: org.eclipse.ecf.example.clients.Activator

Back to the top