Skip to content

Commit

Permalink
Merge pull request #6186 from chrisrueger/fix-macos-sonoma-eclipse-sw…
Browse files Browse the repository at this point in the history
…t-bug

upgrade SWT to 3.126 to fix MacOS Sonoma / Temurin JDK bug
  • Loading branch information
chrisrueger authored Jul 19, 2024
2 parents b74102c + fa87a03 commit f2d02a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bndtools.core/bndtools.cocoa.macosx.aarch64.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
org.eclipse.platform;version='[4.25.0,4.25.1)',\
org.eclipse.sdk;version='[4.25.0,4.25.1)',\
org.eclipse.search;version='[3.14.200,3.14.201)',\
org.eclipse.swt;version='[3.121.0,3.121.1)',\
org.eclipse.swt.cocoa.macosx.aarch64;version='[3.121.0,3.121.1)',\
org.eclipse.swt;version='[3.126.0,3.126.1)',\
org.eclipse.swt.cocoa.macosx.aarch64;version='[3.126.0,3.126.1)',\
org.eclipse.team.core;version='[3.9.500,3.9.501)',\
org.eclipse.team.ui;version='[3.9.400,3.9.401)',\
org.eclipse.text;version='[3.12.200,3.12.201)',\
Expand Down
4 changes: 2 additions & 2 deletions bndtools.core/bndtools.cocoa.macosx.x86_64.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,8 @@
org.eclipse.platform;version='[4.25.0,4.25.1)',\
org.eclipse.sdk;version='[4.25.0,4.25.1)',\
org.eclipse.search;version='[3.14.200,3.14.201)',\
org.eclipse.swt;version='[3.121.0,3.121.1)',\
org.eclipse.swt.cocoa.macosx.x86_64;version='[3.121.0,3.121.1)',\
org.eclipse.swt;version='[3.126.0,3.126.1)',\
org.eclipse.swt.cocoa.macosx.x86_64;version='[3.126.0,3.126.1)',\
org.eclipse.team.core;version='[3.9.500,3.9.501)',\
org.eclipse.team.ui;version='[3.9.400,3.9.401)',\
org.eclipse.text;version='[3.12.200,3.12.201)',\
Expand Down
5 changes: 5 additions & 0 deletions cnf/ext/central.mvn
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,8 @@ org.eclipse.aether:aether-api:${aether.version}
org.sonatype.plexus:plexus-build-api:0.0.7
org.codehaus.plexus:plexus-utils:3.0.22
org.codehaus.plexus:plexus-classworlds:2.5.2

## higher SWT version required because of SWT bug with MacOS Sonoma
org.eclipse.platform:org.eclipse.swt.cocoa.macosx.aarch64:jar:3.126.0
org.eclipse.platform:org.eclipse.swt.cocoa.macosx.x86_64:jar:3.126.0
org.eclipse.platform:org.eclipse.swt:jar:3.126.0

0 comments on commit f2d02a3

Please sign in to comment.