Skip to content

Commit 1d33a8f

Browse files
HeikoKlareakoch-yatta
authored andcommitted
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 447e516 commit 1d33a8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)