Stephan Herrmann | 55352a3 | 2011-06-13 16:41:38 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %bundleName |
| 4 | Bundle-SymbolicName: org.eclipse.objectteams.mvn;singleton:=true |
| 5 | Bundle-Version: 1.0.0.qualifier |
| 6 | Bundle-Localization: plugin |
| 7 | Bundle-Vendor: %bundleVendor |
| 8 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.7.0,4.0.0)", |
| 9 | org.eclipse.m2e.core;bundle-version="[1.0.0,2.0.0)", |
| 10 | org.eclipse.m2e.jdt;bundle-version="[1.0.0,2.0.0)", |
| 11 | org.eclipse.m2e.lifecyclemapping.defaults;bundle-version="[1.0.0,2.0.0)", |
| 12 | org.eclipse.m2e.maven.runtime;bundle-version="[1.0.0,1.1.0)", |
| 13 | org.eclipse.objectteams.otequinox;bundle-version="[2.0.0,3.0.0)", |
| 14 | org.eclipse.objectteams.otdt;bundle-version="[2.0.0,3.0.0)", |
| 15 | org.eclipse.jdt.core;bundle-version="[3.7.0,4.0.0)", |
| 16 | org.eclipse.core.resources;bundle-version="[3.7.100,4.0.0)" |
| 17 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 |
| 18 | Bundle-ActivationPolicy: lazy |