Richard S. Hall | 6fe36b4 | 2009-07-13 13:25:46 +0000 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-Name: Sigil Junit Plug-in |
| 4 | Bundle-SymbolicName: org.cauldron.sigil.junit;singleton:=true |
| 5 | Bundle-Version: 0.8.0.qualifier |
| 6 | Bundle-Activator: org.cauldron.sigil.junit.activator.Activator |
| 7 | Bundle-ActivationPolicy: lazy |
| 8 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 |
| 9 | Require-Bundle: org.eclipse.ui, |
| 10 | org.eclipse.core.runtime, |
| 11 | org.cauldron.sigil.core;bundle-version="0.7.0", |
| 12 | org.apache.ant;bundle-version="1.7.0", |
| 13 | org.junit4;bundle-version="4.3.1", |
| 14 | org.junit4.source;bundle-version="4.3.1";resolution:=optional |