Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 514f145b15de5c04f8c901c3af9543324bd8dd54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.tests.db4o
Bundle-Version: 4.0.400.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.cdo.tests;bundle-version="[4.0.0,5.0.0)",
 org.eclipse.emf.cdo.server.db4o;bundle-version="[4.0.0,5.0.0)"
Bundle-Vendor: %providerName
Export-Package: org.eclipse.emf.cdo.tests.db4o;version="4.0.400";x-internal:=true
Bundle-Localization: plugin
Import-Package: com.db4o;version="[7.4.0,9.0.0)",
 com.db4o.ext;version="[7.4.0,9.0.0)"

Back to the top