Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 062be7419eca0197c61a71604b39ea908dd1da89 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.cdo.ecore;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.emf.ecore;bundle-version="[2.13.0,3.0.0)";visibility:=reexport,
 org.eclipse.emf.cdo;bundle-version="[4.6.0,5.0.0)";visibility:=reexport
Export-Package: org.eclipse.emf.cdo.ecore.impl;version="1.0.0"
Bundle-Vendor: %providerName
Automatic-Module-Name: org.eclipse.emf.cdo.ecore
Bundle-ClassPath: .

Back to the top