Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6ae6ec9a21640a6e0906f6cb156c290dc19be9cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EEF Components Model
Bundle-SymbolicName: org.eclipse.emf.eef.components;singleton:=true
Bundle-Version: 1.1.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse Modeling Project
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.eef.components,
 org.eclipse.emf.eef.components.impl,
 org.eclipse.emf.eef.components.util
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.4.0",
 org.eclipse.emf.ecore;bundle-version="2.4.0";visibility:=reexport,
 org.eclipse.emf.codegen.ecore;bundle-version="2.4.0",
 org.eclipse.emf.eef.mapping;visibility:=reexport,
 org.eclipse.emf.eef.views
Bundle-ActivationPolicy: lazy

Back to the top