Skip to main content
summaryrefslogtreecommitdiffstats
blob: 93d3391ce744948188d8f2e12b8bd02af0b4d9d7 (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: CoMReL Edit
Bundle-SymbolicName: org.eclipse.emf.refactor.comrel.edit;singleton:=true
Bundle-Version: 0.9.0
Bundle-ClassPath: .
Bundle-Activator: comrel.provider.ComrelEditPlugin$Implementation
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: comrel.provider
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.refactor.comrel;visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top