dsatchwel | 76f4941 | 2007-12-16 11:38:13 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
david_williams | c41914b | 2008-01-04 03:23:31 +0000 | [diff] [blame] | 3 | Bundle-Name: %Bundle-Name.0 |
dsatchwel | 76f4941 | 2007-12-16 11:38:13 +0000 | [diff] [blame] | 4 | Bundle-SymbolicName: org.eclipse.wst.xsl.launching;singleton:=true |
david_williams | fa7cd48 | 2008-01-04 14:41:41 +0000 | [diff] [blame] | 5 | Bundle-Version: 0.5.0.qualifier |
dsatchwel | 76f4941 | 2007-12-16 11:38:13 +0000 | [diff] [blame] | 6 | Bundle-Activator: org.eclipse.wst.xsl.internal.launching.LaunchingPlugin |
dacarver | 1f5e436 | 2008-03-23 17:31:20 +0000 | [diff] [blame^] | 7 | Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)", |
| 8 | org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)", |
| 9 | org.eclipse.core.filesystem;bundle-version="[1.2.0,2.0.0)", |
| 10 | org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)", |
| 11 | org.eclipse.core.variables;bundle-version="[3.2.0,4.0.0)", |
| 12 | org.eclipse.debug.core;bundle-version="[3.4.0,4.0.0)", |
| 13 | org.eclipse.ui;bundle-version="[3.4.0,4.0.0)", |
| 14 | org.eclipse.ui.ide;bundle-version="[3.4.0,4.0.0)", |
| 15 | org.eclipse.jdt.core;bundle-version="[3.4.0,4.0.0)", |
| 16 | org.eclipse.jdt.launching;bundle-version="[3.4.0,4.0.0)", |
| 17 | org.eclipse.wst.xsl.debug;bundle-version="[0.5.0,1.0.0)" |
dsatchwel | 76f4941 | 2007-12-16 11:38:13 +0000 | [diff] [blame] | 18 | Eclipse-LazyStart: true |
| 19 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 20 | Bundle-ClassPath: . |
| 21 | Export-Package: org.eclipse.wst.xsl.launching, |
| 22 | org.eclipse.wst.xsl.launching.config, |
| 23 | org.eclipse.wst.xsl.launching.model |
david_williams | c41914b | 2008-01-04 03:23:31 +0000 | [diff] [blame] | 24 | Bundle-Localization: plugin |
david_williams | 76bcab3 | 2008-01-04 14:23:43 +0000 | [diff] [blame] | 25 | Bundle-Vendor: %Bundle-Vendor.0 |