david_williams | 3f450ff | 2007-02-19 03:04:43 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %org.eclipse.wst.common.tests.collector |
| 4 | Bundle-SymbolicName: org.eclipse.wst.common.tests.collector; singleton:=true |
| 5 | Bundle-Version: 1.1.0 |
| 6 | Bundle-ClassPath: runtime/collector.jar |
| 7 | Bundle-Activator: org.eclipse.core.internal.compatibility.PluginActivator |
| 8 | Bundle-Localization: plugin |
canderson | 76b4303 | 2010-02-26 21:07:28 +0000 | [diff] [blame] | 9 | Require-Bundle: org.junit, |
david_williams | 3f450ff | 2007-02-19 03:04:43 +0000 | [diff] [blame] | 10 | org.eclipse.ui, |
| 11 | org.eclipse.core.runtime.compatibility |
| 12 | Eclipse-LazyStart: true |
david_williams | ce49689 | 2007-06-03 06:24:26 +0000 | [diff] [blame] | 13 | Bundle-RequiredExecutionEnvironment: J2SE-1.4 |