Stephan Herrmann | 0166441 | 2010-04-01 20:28:43 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: OTDebug Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.objectteams.otdt.debug;singleton:=true |
| 5 | Bundle-Version: 1.4.0.qualifier |
| 6 | Bundle-Activator: org.eclipse.objectteams.otdt.debug.OTDebugPlugin |
| 7 | Bundle-Vendor: Fraunhofer FIRST |
| 8 | Require-Bundle: org.eclipse.core.runtime, |
| 9 | org.eclipse.debug.core, |
| 10 | org.eclipse.jdt.debug, |
| 11 | org.eclipse.jdt.launching, |
| 12 | org.eclipse.jdt.core, |
| 13 | org.eclipse.core.resources, |
| 14 | org.eclipse.objectteams.otdt |
| 15 | Bundle-ActivationPolicy: lazy |
| 16 | Export-Package: org.eclipse.objectteams.otdt.debug, |
| 17 | org.eclipse.objectteams.otdt.debug.core.breakpoints, |
| 18 | org.eclipse.objectteams.otdt.debug.internal |
| 19 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |