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 | 8ec7e6f | 2020-10-06 17:37:18 +0200 | [diff] [blame] | 4 | Automatic-Module-Name: org.eclipse.statet.eutils.autorun |
Stephan Wahlbrink | 64b757a | 2021-02-18 16:59:20 +0100 | [diff] [blame^] | 5 | Bundle-Version: 4.4.0.qualifier |
Stephan Wahlbrink | 5fd64aa | 2018-11-01 17:35:08 +0100 | [diff] [blame] | 6 | Bundle-Vendor: Eclipse StatET |
Stephan Wahlbrink | ee54cb5 | 2019-02-11 15:42:38 +0100 | [diff] [blame] | 7 | Bundle-Name: StatET EUtils - Auto Run (Incubation) |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 8 | Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.statet.eutils.autorun.internal.nostart" |
| 9 | Bundle-Activator: org.eclipse.statet.internal.eutils.autorun.Activator |
Stephan Wahlbrink | 80db7ae | 2020-10-06 16:27:00 +0200 | [diff] [blame] | 10 | Bundle-RequiredExecutionEnvironment: JavaSE-11 |
Stephan Wahlbrink | 6eb0b34 | 2019-10-19 12:08:19 +0200 | [diff] [blame] | 11 | Require-Bundle: org.eclipse.core.runtime;bundle-version="3.16.0", |
| 12 | org.eclipse.platform;bundle-version="4.14.0", |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 13 | org.eclipse.ui, |
| 14 | org.eclipse.debug.core, |
| 15 | org.eclipse.debug.ui |
Stephan Wahlbrink | 7571a86 | 2020-12-15 11:20:00 +0100 | [diff] [blame] | 16 | Import-Package: com.ibm.icu.text;version="67.1.0", |
Stephan Wahlbrink | 64b757a | 2021-02-18 16:59:20 +0100 | [diff] [blame^] | 17 | org.eclipse.statet.jcommons.lang;version="4.4.0" |