dsatchwel | 76f4941 | 2007-12-16 11:38:13 +0000 | [diff] [blame^] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: XSL Debug UI Plug-in |
| 4 | Bundle-SymbolicName: org.eclipse.wst.xsl.debug.ui;singleton:=true |
| 5 | Bundle-Version: 1.0.0 |
| 6 | Bundle-Activator: org.eclipse.wst.xsl.debug.ui.XSLDebugUIPlugin |
| 7 | Require-Bundle: org.eclipse.ui, |
| 8 | org.eclipse.core.runtime, |
| 9 | org.eclipse.core.resources, |
| 10 | org.eclipse.core.variables, |
| 11 | org.eclipse.debug.core, |
| 12 | org.eclipse.debug.ui, |
| 13 | org.eclipse.jdt.debug.ui, |
| 14 | org.eclipse.jdt.launching, |
| 15 | org.eclipse.jface.text, |
| 16 | org.eclipse.ui.editors, |
| 17 | org.eclipse.ui.ide, |
| 18 | org.eclipse.ui.workbench.texteditor, |
| 19 | org.eclipse.wst.sse.ui, |
| 20 | org.eclipse.wst.xsl.launching, |
| 21 | org.eclipse.wst.xsl.debug |
| 22 | Eclipse-LazyStart: true |
| 23 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |