Skip to main content
summaryrefslogtreecommitdiffstats
blob: 9065df97d8489edead65bb7ffccb085c3152f09a (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: EEF CDO Runtime Plug-in
Bundle-SymbolicName: org.eclipse.emf.eef.cdo.runtime;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.emf.eef.cdo.runtime.EEFCDORuntimePlugin
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.cdo;bundle-version="[4.0.1,4.1.0)",
 org.eclipse.emf.eef.runtime;bundle-version="1.3.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.emf.eef.cdo.runtime.policies,
 org.eclipse.emf.eef.cdo.runtime.provider

Back to the top