Skip to main content
summaryrefslogtreecommitdiffstats
blob: e13f5232e2a2f5cd142e14e09f444838d5a5fe38 (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: RefactoringConfiguration
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.configuration;singleton:=true
Bundle-Version: 0.8.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.configuration.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.core.resources;bundle-version="3.8.0",
 org.eclipse.emf.refactor.refactoring;bundle-version="0.7.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.emf.refactor.refactoring.configuration.core,
 org.eclipse.emf.refactor.refactoring.configuration.managers

Back to the top