Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6971a7edf045176ff9f5134d09c69a5622beeebb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ecf.provider.xmpp.datashare;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.provider.xmpp.datashare
Bundle-Version: 1.0.100.qualifier
Fragment-Host: org.eclipse.ecf.provider.xmpp
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Bundle-Vendor: %providerName
Require-Bundle: org.eclipse.ecf.datashare;bundle-version="2.0.0",
 org.eclipse.ecf.provider.datashare;bundle-version="1.0.0"
Bundle-Localization: plugin

Back to the top