Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6ab0601c2839f59a35011f4ad8f862ad5f962ca3 (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: ECF DataShare
Bundle-SymbolicName: org.eclipse.ecf.datashare;singleton:=true
Bundle-Version: 0.8.5
Bundle-ClassPath: datashare.jar
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Eclipse-AutoStart: true
Require-Bundle: org.eclipse.ecf;visibility:=reexport,
 org.eclipse.core.runtime
Export-Package: org.eclipse.ecf.datashare,
 org.eclipse.ecf.datashare.events,
 org.eclipse.ecf.datashare.mergeable

Back to the top