Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d7a8b8e53c96cfe62ad21d231fdf5f4b414444e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %plugin.name
Bundle-SymbolicName: org.eclipse.ecf.datashare;singleton:=true
Automatic-Module-Name: org.eclipse.ecf.datashare
Bundle-Version: 3.0.201.qualifier
Bundle-Vendor: %plugin.provider
Bundle-Localization: plugin
Export-Package: org.eclipse.ecf.datashare;version="3.1.0",
 org.eclipse.ecf.datashare.events;version="3.1.0",
 org.eclipse.ecf.datashare.mergeable;version="3.1.0",
 org.eclipse.ecf.datashare.service;version="3.1.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.4
Require-Bundle: org.eclipse.ecf;bundle-version="[3.0.0,4.0.0)",
 org.eclipse.equinox.common;bundle-version="[3.0.0,4.0.0)"
Import-Package: org.osgi.framework;version="[1.3.0,2.0.0)"

Back to the top