david_williams | d51e2f1 | 2006-12-07 08:19:46 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: %Bundle-Name.0 |
| 4 | Bundle-SymbolicName: org.eclipse.wtp.releng.tests |
david_williams | af0604a | 2010-04-12 02:13:10 +0000 | [diff] [blame] | 5 | Bundle-Activator: org.eclipse.wtp.releng.tests.TestActivator |
david_williams | 09b9256 | 2010-09-19 17:30:33 +0000 | [diff] [blame^] | 6 | Bundle-Version: 1.1.1.qualifier |
david_williams | d51e2f1 | 2006-12-07 08:19:46 +0000 | [diff] [blame] | 7 | Bundle-Vendor: %Bundle-Vendor.0 |
| 8 | Bundle-Localization: plugin |
| 9 | Require-Bundle: org.eclipse.core.runtime, |
david_williams | af0604a | 2010-04-12 02:13:10 +0000 | [diff] [blame] | 10 | org.junit;bundle-version="3.8.0", |
| 11 | org.eclipse.wtp.releng.versionchecker;resolution:=optional, |
| 12 | org.eclipse.swt;resolution:=optional, |
| 13 | org.eclipse.equinox.p2.core;bundle-version="2.0.0", |
| 14 | org.eclipse.equinox.p2.metadata;bundle-version="2.0.0", |
| 15 | org.eclipse.equinox.p2.repository;bundle-version="2.0.0" |
david_williams | d51e2f1 | 2006-12-07 08:19:46 +0000 | [diff] [blame] | 16 | Eclipse-LazyStart: true |
david_williams | 159a0bc | 2008-12-17 02:35:18 +0000 | [diff] [blame] | 17 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
david_williams | 2e5ea30 | 2008-08-08 03:15:07 +0000 | [diff] [blame] | 18 | Bundle-ActivationPolicy: lazy |