| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: RefactoringAnalyzer |
| Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.analyzer;singleton:=true |
| Bundle-Version: 0.8.0 |
| Bundle-Activator: org.eclipse.emf.refactor.refactoring.analyzer.Activator |
| Require-Bundle: org.eclipse.ui, |
| org.eclipse.core.runtime, |
| org.eclipse.core.resources;bundle-version="3.8.1", |
| org.eclipse.emf.ecore;bundle-version="2.8.1", |
| org.eclipse.emf.refactor.smells;bundle-version="0.7.0", |
| org.eclipse.emf.refactor.smells.runtime;bundle-version="0.7.0", |
| org.eclipse.emf.refactor.smells.configuration;bundle-version="0.7.0", |
| org.eclipse.emf.refactor.refactoring;bundle-version="0.7.0", |
| org.eclipse.emf.refactor.refactoring.runtime;bundle-version="0.7.0", |
| org.eclipse.ltk.core.refactoring;bundle-version="3.6.0", |
| org.eclipse.ltk.ui.refactoring;bundle-version="3.7.0" |
| Bundle-ActivationPolicy: lazy |
| Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |