Skip to main content
summaryrefslogtreecommitdiffstats
blob: 1870ea9878d861e90211297439a897a50494fdad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF DataShare
Bundle-SymbolicName: org.eclipse.ecf.datashare;singleton:=true
Bundle-Version: 0.6.4
Bundle-ClassPath: datashare.jar
Bundle-Vendor: Eclipse.org
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ecf;visibility:=reexport,
 org.eclipse.core.runtime
Eclipse-AutoStart: true
Export-Package: org.eclipse.ecf.datashare, org.eclipse.ecf.datashare.events

Back to the top