Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: d06a359a5d69ab7229d142722443811c3c595597 (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.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.cdo.tests;bundle-version="3.0.0",
 org.eclipse.emf.cdo.server.db4o;bundle-version="1.0.0"
Bundle-Vendor: %providerName
Export-Package: com.eclipse.emf.cdo.test.db4o;version="1.0.0"
Bundle-Localization: plugin
Import-Package: com.db4o;version="[7.4.0,8.0.0)",
 com.db4o.ext;version="[7.4.0,8.0.0)"

Back to the top