Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ffb4bdc5aa2c49f900aa982b6a1a708bba93f1b4 (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.examples.databinding.project.core.model;singleton:=true
Bundle-Version: 1.2.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.examples.databinding.project.core.model.project,
 org.eclipse.emf.examples.databinding.project.core.model.project.impl,
 org.eclipse.emf.examples.databinding.project.core.model.project.util
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
 org.eclipse.emf.ecore;bundle-version="[2.14.0,3.0.0)";visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top