Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 1 | Manifest-Version: 1.0 |
| 2 | Bundle-ManifestVersion: 2 |
| 3 | Bundle-SymbolicName: org.eclipse.statet.eutils.autorun;singleton:=true |
Stephan Wahlbrink | 580c005 | 2018-09-10 21:04:38 +0200 | [diff] [blame] | 4 | Bundle-Version: 4.0.0.qualifier |
Stephan Wahlbrink | 5fd64aa | 2018-11-01 17:35:08 +0100 | [diff] [blame] | 5 | Bundle-Vendor: Eclipse StatET |
Stephan Wahlbrink | ee54cb5 | 2019-02-11 15:42:38 +0100 | [diff] [blame] | 6 | Bundle-Name: StatET EUtils - Auto Run (Incubation) |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 7 | Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.statet.eutils.autorun.internal.nostart" |
| 8 | Bundle-Activator: org.eclipse.statet.internal.eutils.autorun.Activator |
| 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.8 |
Stephan Wahlbrink | 34ba161 | 2018-12-03 11:19:47 +0100 | [diff] [blame] | 10 | Require-Bundle: org.eclipse.platform;bundle-version="4.10.0", |
| 11 | org.eclipse.core.runtime;bundle-version="3.15.0", |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 12 | org.eclipse.ui, |
| 13 | org.eclipse.debug.core, |
| 14 | org.eclipse.debug.ui |
Stephan Wahlbrink | 34ba161 | 2018-12-03 11:19:47 +0100 | [diff] [blame] | 15 | Import-Package: com.ibm.icu.text;version="63.1.0", |
Stephan Wahlbrink | f659139 | 2018-09-14 11:25:26 +0200 | [diff] [blame] | 16 | org.eclipse.statet.jcommons.lang;version="4.0.0" |