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.autonature;singleton:=true |
Stephan Wahlbrink | 8ec7e6f | 2020-10-06 17:37:18 +0200 | [diff] [blame] | 4 | Automatic-Module-Name: org.eclipse.statet.eutils.autonature |
Stephan Wahlbrink | 653717e | 2021-08-19 18:41:11 +0200 | [diff] [blame] | 5 | Bundle-Version: 4.4.2.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-Nature (Incubation) |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 8 | Bundle-ActivationPolicy: lazy;exclude:="org.eclipse.statet.eutils.autonature.internal.nostart" |
| 9 | Bundle-Activator: org.eclipse.statet.internal.eutils.autonature.Activator |
| 10 | Bundle-Localization: plugin |
Stephan Wahlbrink | 80db7ae | 2020-10-06 16:27:00 +0200 | [diff] [blame] | 11 | Bundle-RequiredExecutionEnvironment: JavaSE-11 |
Stephan Wahlbrink | 6eb0b34 | 2019-10-19 12:08:19 +0200 | [diff] [blame] | 12 | Require-Bundle: org.eclipse.core.runtime;bundle-version="3.16.0", |
| 13 | org.eclipse.platform;bundle-version="4.14.0", |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 14 | org.eclipse.ui, |
| 15 | org.eclipse.core.resources |
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 | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 17 | org.eclipse.statet.ecommons.ui.dialogs, |
| 18 | org.eclipse.statet.ecommons.ui.util, |
| 19 | org.eclipse.statet.ecommons.ui.viewers, |
| 20 | org.eclipse.statet.ecommons.ui.workbench, |
Stephan Wahlbrink | 64b757a | 2021-02-18 16:59:20 +0100 | [diff] [blame] | 21 | org.eclipse.statet.jcommons.collections;version="4.4.0", |
| 22 | org.eclipse.statet.jcommons.lang;version="4.4.0" |
Stephan Wahlbrink | 2821c04 | 2018-03-14 15:34:14 +0100 | [diff] [blame] | 23 | Export-Package: org.eclipse.statet.eutils.autonature.core |