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.otequinox;singleton:=true |
Stephan Herrmann | b02cd9a | 2013-02-03 13:10:25 +0100 | [diff] [blame] | 5 | Bundle-Version: 2.2.0.qualifier |
Stephan Herrmann | 9850213 | 2010-04-02 14:34:38 +0000 | [diff] [blame] | 6 | Bundle-Vendor: %providerName |
Stephan Herrmann | 5889fa0 | 2010-05-02 21:11:21 +0000 | [diff] [blame] | 7 | Bundle-Localization: plugin |
Stephan Herrmann | 77cabff | 2011-05-12 19:28:07 +0000 | [diff] [blame] | 8 | Require-Bundle: org.eclipse.equinox.common;bundle-version="[3.6.0,4.0.0)", |
| 9 | org.eclipse.equinox.registry;bundle-version="[3.5.100,4.0.0)", |
| 10 | org.eclipse.core.jobs;bundle-version="[3.5.100,4.0.0)", |
| 11 | org.eclipse.osgi;bundle-version="[3.7.0,4.0.0)", |
| 12 | org.objectweb.asm;bundle-version="[3.3.1,4.0.0)", |
Stephan Herrmann | c4fda83 | 2011-08-13 11:16:42 +0000 | [diff] [blame] | 13 | org.eclipse.objectteams.runtime;bundle-version="[2.0.1,3.0.0)";visibility:=reexport |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 14 | Import-Package: org.eclipse.core.internal.runtime;resolution:=optional, |
Stephan Herrmann | bc5a01c | 2012-01-26 19:19:28 +0100 | [diff] [blame] | 15 | org.eclipse.objectteams.otequinox.hook;version="[2.1.0,3.0.0)" |
Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 16 | Bundle-Activator: org.eclipse.objectteams.otequinox.TransformerPlugin |
| 17 | Export-Package: org.eclipse.objectteams.otequinox |
| 18 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 19 | Bundle-ActivationPolicy: lazy |
| 20 | |