Skip to main content
summaryrefslogtreecommitdiffstats
blob: 26c3c8d82c0d454199428f03616f23268fd97d17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringOCL
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.ocl;singleton:=true
Bundle-Version: 0.8.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.ocl.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top