Skip to content

Commit

Permalink
Add support for Windows on Arm64 (WoA) platform build.
Browse files Browse the repository at this point in the history
The following new Equinox plug-ins for WoA are added to the
'org.eclipse.e4.rcp' feature:

org.eclipse.equinox.launcher.win32.win32.aarch64
org.eclipse.equinox.swt.win32.win32.aarch64
  • Loading branch information
chirontt authored and HannesWell committed May 8, 2024
1 parent 05d9de1 commit 033234f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions features/org.eclipse.e4.rcp/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,13 @@
arch="x86_64"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.launcher.win32.win32.aarch64"
os="win32"
ws="win32"
arch="aarch64"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.launcher.win32.win32.x86_64"
os="win32"
Expand All @@ -228,6 +235,13 @@
id="org.eclipse.swt"
version="0.0.0"/>

<plugin
id="org.eclipse.swt.win32.win32.aarch64"
os="win32"
ws="win32"
arch="aarch64"
version="0.0.0"/>

<plugin
id="org.eclipse.swt.win32.win32.x86_64"
os="win32"
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
</excludes>
</configuration>
Expand Down

0 comments on commit 033234f

Please sign in to comment.