Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 50be5763f3ccb1cbd8f43900b62dccb9c9eea172 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.teneo.eclipselink.examples.library.edit;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.teneo.eclipselink.examples.library.edit.Activator$Implementation
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.emf.teneo.eclipselink.examples.library.edit,
 org.eclipse.emf.teneo.eclipselink.examples.library.forum.edit
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.teneo.eclipselink.examples.library;visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top