Skip to main content
summaryrefslogtreecommitdiffstats
blob: c5246e995a9eeba554298b8eb8191f6c9752fe08 (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: 0.3.1.qualifier
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.3,
 CDC-1.0/Foundation-1.0
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
Eclipse-LazyStart: false

Back to the top