Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 2a7be72f44b6dcaac8735d3974c2964df23a5f6f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.tests.model1; singleton:=true
Bundle-Version: 0.8.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.3.0,4.0.0)",
 org.eclipse.emf.cdo;bundle-version="[0.8.0,0.9.0)";visibility:=reexport
Export-Package: org.eclipse.emf.cdo.tests.model1,
 org.eclipse.emf.cdo.tests.model1.impl,
 org.eclipse.emf.cdo.tests.model1.util
Eclipse-LazyStart: true

Back to the top