Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame^] | 3 | Bundle-Name: %pluginName |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.objectteams.otdt.refactoring;singleton:=true |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame^] | 5 | Bundle-Version: 0.7.0.qualifier |
| 6 | Bundle-Vendor: %providerName |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 7 | Bundle-Localization: plugin |
| 8 | Require-Bundle: org.eclipse.jdt.ui, |
| 9 | org.eclipse.jdt.core, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.eclipse.core.resources, |
| 12 | org.eclipse.jface.text, |
| 13 | org.eclipse.ltk.core.refactoring, |
| 14 | org.eclipse.objectteams.otequinox, |
| 15 | org.eclipse.ui, |
| 16 | org.eclipse.jdt.core.manipulation;bundle-version="[1.2.0,2.0.0)", |
| 17 | org.eclipse.ltk.ui.refactoring;bundle-version="[3.4.1,4.0.0)", |
| 18 | org.eclipse.ui.editors |
| 19 | Export-Package: org.eclipse.objectteams.otdt.internal.refactoring.corext.base, |
| 20 | org.eclipse.objectteams.otdt.internal.refactoring.adaptor.extractmethod, |
| 21 | org.eclipse.objectteams.otdt.internal.refactoring.corext, |
| 22 | org.eclipse.objectteams.otdt.internal.refactoring.otrefactorings.extractcallin, |
| 23 | org.eclipse.objectteams.otdt.internal.refactoring.otrefactorings.inlinecallin, |
| 24 | org.eclipse.objectteams.otdt.internal.refactoring.util |
| 25 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 26 | Bundle-ActivationPolicy: lazy |
| 27 | Bundle-Activator: org.eclipse.objectteams.otdt.internal.refactoring.OTRefactoringPlugin |