Skip to main content
summaryrefslogtreecommitdiffstats
blob: 440e7720e6f1d3db67053b61872364d7685e7fec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF DataShare
Bundle-SymbolicName: org.eclipse.ecf.datashare;singleton:=true
Bundle-Version: 0.8.1
Bundle-ClassPath: datashare.jar
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
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