| Manifest-Version: 1.0 |
| Bundle-ManifestVersion: 2 |
| Bundle-Name: JWT Transformation Base Plug-in |
| Bundle-SymbolicName: org.eclipse.jwt.transformations.baseTransformation;singleton:=true |
| Bundle-Version: 1.3.0.qualifier |
| Bundle-Activator: org.eclipse.jwt.transformations.internal.init.Activator |
| Bundle-Localization: plugin |
| Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0";visibility:=reexport, |
| org.eclipse.core.resources;bundle-version="3.5.0", |
| org.eclipse.emf.ecore.xmi;bundle-version="2.4.0", |
| org.eclipse.emf.edit.ui;bundle-version="2.4.0", |
| org.eclipse.core.filesystem, |
| org.eclipse.ui.ide, |
| org.eclipse.jwt.we;bundle-version="1.3.0", |
| org.eclipse.jwt.meta;bundle-version="1.3.0" |
| Bundle-ActivationPolicy: lazy |
| Export-Package: org.eclipse.jwt.transformations.api, |
| org.eclipse.jwt.transformations.api.io, |
| org.eclipse.jwt.transformations.io, |
| org.eclipse.jwt.transformations.widgets, |
| org.eclipse.jwt.transformations.widgets.file |
| Bundle-Vendor: Eclipse JWT |
| Bundle-RequiredExecutionEnvironment: J2SE-1.5 |