Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 929af4e6c21207445e5bc7d094276dc95d67d7ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EMF Parsley Editors Examples
Bundle-SymbolicName: org.eclipse.emf.parsley.examples.editors;singleton:=true
Bundle-Version: 1.3.0.qualifier
Bundle-Activator: org.eclipse.emf.parsley.examples.editors.EmfParsleyExamplesEditorsActivator
Bundle-Vendor: Eclipse Modeling Project
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.parsley.editors
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.emf.parsley.examples.editors
Automatic-Module-Name: org.eclipse.emf.parsley.examples.editors

Back to the top