Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 39e137e3d38eef13f32dfafb96606d16d6b5eaae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Example Clients
Bundle-SymbolicName: org.eclipse.ecf.example.clients;singleton:=true
Bundle-Version: 0.7.0
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf,
 org.eclipse.ecf.presence,
 org.eclipse.core.runtime
Export-Package: org.eclipse.ecf.example.clients
Bundle-ClassPath: clients.jar

Back to the top