Skip to content

Commit

Permalink
Publish Equinox/SWT artifacts and SDK products for Windows on Arm
Browse files Browse the repository at this point in the history
  • Loading branch information
chirontt authored and iloveeclipse committed May 8, 2024
1 parent 27648cc commit 771f900
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
</zipType>

<zipType name="Eclipse SDK">
<platform
id="SWAARCH64"
name="Windows (ARM 64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-win32-aarch64.zip"></platform>
<platform
id="SWX8664"
name="Windows (64 bit version)"
Expand Down Expand Up @@ -54,6 +58,10 @@
</zipType>

<zipType name="Platform Runtime Binary">
<platform
id="PWAARCH64"
name="Windows (ARM 64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-win32-aarch64.zip"></platform>
<platform
id="PWX8664"
name="Windows (64 bit version)"
Expand Down Expand Up @@ -96,6 +104,10 @@
</zipType>

<zipType name="SWT">
<platform
id="SWTWAARCH64"
name="Windows (ARM 64 bit version)"
fileName="swt-${BUILD_ID}-win32-win32-aarch64.zip"></platform>
<platform
id="SWTWX86_64"
name="Windows (64 bit version)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<target name="equinoxlaunchers">
<property name="archiveRoot" value="launchers" />
<buildRepos os="win32" ws="win32" arch="aarch64" archiveName="${archiveRoot}-win32.win32.aarch64.${buildId}.zip" />
<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />
<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
<buildRepos os="linux" ws="gtk" arch="ppc64le" archiveName="${archiveRoot}-linux.gtk.ppc64le.${buildId}.tar.gz" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,11 @@
</zipType>

<zipType name="Launchers">
<platform
format="equinox"
id="SWAARCH64"
name="Windows (AARCH64)"
fileName="launchers-win32.win32.aarch64.${BUILD_ID}.zip" />
<platform
format="equinox"
id="SW64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
#root.permissions.755=eclipse
root.win32.win32.x86_64=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64
root.win32.win32.x86_64.permissions.755=eclipse.exe

root.win32.win32.aarch64=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/aarch64
root.win32.win32.aarch64.permissions.755=eclipse.exe

# Care is need there, for "macosx", as several forms will appear to work, but end up
# having wrong value in the CFBundleIdentifier field, in the Info.plist, resulting
Expand Down

0 comments on commit 771f900

Please sign in to comment.