Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3a37f59b79f8429e954adf999e549eb67fbfefe4 (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.gwt.ecore.edit;singleton:=true
Bundle-Version: 2.12.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.ecore.provider
Require-Bundle: org.eclipse.emf.gwt.ecore;bundle-version="[2.15.0,3.0.0)";visibility:=reexport,
 org.eclipse.emf.gwt.edit;bundle-version="[2.11.0,3.0.0)";visibility:=reexport
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.emf.gwt.ecore.edit

Back to the top