Skip to content

Commit 033234f

Browse files
chironttHannesWell
authored andcommitted
Add support for Windows on Arm64 (WoA) platform build.
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
1 parent 05d9de1 commit 033234f

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

features/org.eclipse.e4.rcp/feature.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,13 @@
217217
arch="x86_64"
218218
version="0.0.0"/>
219219

220+
<plugin
221+
id="org.eclipse.equinox.launcher.win32.win32.aarch64"
222+
os="win32"
223+
ws="win32"
224+
arch="aarch64"
225+
version="0.0.0"/>
226+
220227
<plugin
221228
id="org.eclipse.equinox.launcher.win32.win32.x86_64"
222229
os="win32"
@@ -228,6 +235,13 @@
228235
id="org.eclipse.swt"
229236
version="0.0.0"/>
230237

238+
<plugin
239+
id="org.eclipse.swt.win32.win32.aarch64"
240+
os="win32"
241+
ws="win32"
242+
arch="aarch64"
243+
version="0.0.0"/>
244+
231245
<plugin
232246
id="org.eclipse.swt.win32.win32.x86_64"
233247
os="win32"

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" />
8989
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64" />
9090
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64" />
91+
<plugin id="org.eclipse.equinox.launcher.win32.win32.aarch64" />
9192
<plugin id="org.eclipse.equinox.launcher.win32.win32.x86_64" />
9293
</excludes>
9394
</configuration>

0 commit comments

Comments
 (0)