Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f60113a3f19f15fb5f88a797595b7bed22a28443 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.protocol.msn
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
 J2SE-1.3
Export-Package: org.eclipse.ecf.protocol.msn,
 org.eclipse.ecf.protocol.msn.events,
 org.eclipse.ecf.protocol.msn.internal.encode;x-internal:=true,
 org.eclipse.ecf.protocol.msn.internal.net;x-internal:=true
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy

Back to the top