Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-08-05 09:37:46 +0000
committerAlexander Kurtakov2020-08-05 10:15:29 +0000
commit5c29d5f966b59f4fed9cc0f4d319d0e907b55fcf (patch)
treea194b1114f8bd2424137c988fed79319aa5bba16 /features/org.eclipse.equinox.executable.feature/build.properties
parent1626e91c551f49dc964023c4ed0339f3685053a5 (diff)
downloadrt.equinox.framework-I20200805-0630.tar.gz
rt.equinox.framework-I20200805-0630.tar.xz
rt.equinox.framework-I20200805-0630.zip
Bug 565419 - Add Linux aarch64 buildI20200805-0750I20200805-0630
Add to equinox executable feature. Change-Id: Idf0307f86a98edf7aa562822506e8f1148e37b29 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/build.properties')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 44e0ad77f..322d8660d 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -27,6 +27,9 @@ root.win32.win32.x86_64.permissions.755=launcher.exe
root.linux.gtk.ppc64le=bin/gtk/linux/ppc64le,gtk_root
root.linux.gtk.ppc64le.permissions.755=launcher
+root.linux.gtk.aarch64=bin/gtk/linux/aarch64,gtk_root
+root.linux.gtk.aarch64.permissions.755=launcher
+
root.macosx.cocoa.x86_64=bin/cocoa/macosx/x86_64
root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/launcher

Back to the top