| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: %name |
| Bundle-SymbolicName: org.eclipse.pde.runtime; singleton:=true |
| Bundle-Version: 3.4.100.qualifier |
| Bundle-Activator: org.eclipse.pde.internal.runtime.PDERuntimePlugin |
| Bundle-Vendor: %provider-name |
| Bundle-Localization: plugin |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", |
| org.eclipse.ui;bundle-version="[3.3.0,4.0.0)", |
| org.eclipse.ui.forms;bundle-version="[3.3.0,4.0.0)", |
| org.eclipse.jdt.core;bundle-version="[3.3.0,4.0.0)";resolution:=optional, |
| org.eclipse.core.resources;bundle-version="[3.3.0,4.0.0)";resolution:=optional, |
| org.eclipse.jdt.ui;bundle-version="[3.3.0,4.0.0)";resolution:=optional, |
| org.eclipse.pde.ui;bundle-version="[3.3.0,4.0.0)";resolution:=optional, |
| org.eclipse.help;bundle-version="[3.3.0,4.0.0)";resolution:=optional, |
| org.eclipse.pde.runtime.core;bundle-version="1.0.0" |
| Eclipse-LazyStart: true |
| Export-Package: org.eclipse.pde.internal.runtime;x-internal:=true, |
| org.eclipse.pde.internal.runtime.registry;x-internal:=true, |
| org.eclipse.pde.internal.runtime.spy;x-internal:=true, |
| org.eclipse.pde.internal.runtime.spy.dialogs;x-internal:=true, |
| org.eclipse.pde.internal.runtime.spy.handlers;x-internal:=true, |
| org.eclipse.pde.internal.runtime.spy.sections;x-internal:=true |
| Bundle-RequiredExecutionEnvironment: J2SE-1.4 |
| Bundle-ActivationPolicy: lazy |