Skip to content

Commit e4bf0ba

Browse files
committed
Bump dependency of org.eclipse.ui.workbench to SWT
With the consumption of latest functionality in SWT, the Workbench became incompatible with older versions of SWT. This is currently not reflected in the dependency bounds. This change adds an according lower bound for the dependency of org.eclipse.ui.workbench to SWT.
1 parent edd5b27 commit e4bf0ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bundles/org.eclipse.ui.workbench/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4.0.0)",
113113
org.eclipse.e4.ui.workbench.addons.swt;bundle-version="0.10.0",
114114
org.eclipse.e4.ui.services;bundle-version="1.3.0",
115115
org.eclipse.emf.ecore.xmi;bundle-version="2.11.0",
116-
org.eclipse.e4.core.di.extensions;bundle-version="0.13.0"
116+
org.eclipse.e4.core.di.extensions;bundle-version="0.13.0",
117+
org.eclipse.swt;bundle-version="[3.133.0,4.0.0)"
117118
Import-Package: com.ibm.icu.util,
118119
jakarta.annotation;version="[2.1.0,3.0.0)",
119120
jakarta.inject;version="[2.0.0,3.0.0)",

0 commit comments

Comments
 (0)