david_williams | bac7858 | 2010-04-10 01:22:37 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %Bundle-Name |
david_williams | f057763 | 2010-04-22 07:22:34 +0000 | [diff] [blame] | 4 | Bundle-Copyright: %Bundle-copyright |
david_williams | bac7858 | 2010-04-10 01:22:37 +0000 | [diff] [blame] | 5 | Bundle-SymbolicName: org.eclipse.wtp.releng.fixups;singleton:=true |
david_williams | 5da83ac | 2011-02-20 05:04:24 +0000 | [diff] [blame] | 6 | Bundle-Version: 1.1.0.qualifier |
david_williams | bac7858 | 2010-04-10 01:22:37 +0000 | [diff] [blame] | 7 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 8 | Bundle-Vendor: %Bundle-Vendor |
| 9 | Export-Package: org.eclipse.wtp.releng.fixups, |
| 10 | org.eclipse.wtp.releng.fixups.handlers |
| 11 | Require-Bundle: org.eclipse.ui, |
| 12 | org.eclipse.core.runtime, |
| 13 | org.eclipse.core.resources, |
david_williams | a842aec | 2010-05-05 02:58:35 +0000 | [diff] [blame] | 14 | org.eclipse.ui.console |