Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 18425130648ffadef0a7718368e1de0c329ea470 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF Datashare Provider Plug-in
Bundle-SymbolicName: org.eclipse.ecf.provider.datashare;singleton:=true
Bundle-Version: 0.8.4
Bundle-Activator: org.eclipse.ecf.provider.datashare.Activator
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.ecf,
 org.eclipse.ecf.provider,
 org.eclipse.ecf.datashare
Eclipse-LazyStart: true
Eclipse-AutoStart: true
Eclipse-RegisterBuddy: org.eclipse.ecf
Eclipse-BuddyPolicy: dependent
Bundle-ClassPath: dsprovider.jar
Export-Package: org.eclipse.ecf.provider.datashare

Back to the top