diff --git a/eclipse.platform.swt.binaries/pom.xml b/eclipse.platform.swt.binaries/pom.xml
index 7dd0536..66d79ee 100644
--- a/eclipse.platform.swt.binaries/pom.xml
+++ b/eclipse.platform.swt.binaries/pom.xml
@@ -63,6 +63,8 @@
bundles/org.eclipse.swt.gtk.linux.ppc64le
bundles/org.eclipse.swt.gtk.linux.s390
bundles/org.eclipse.swt.gtk.linux.s390x
+ bundles/org.eclipse.swt.gtk.linux.arm
+ bundles/org.eclipse.swt.gtk.linux.aarch64
bundles/org.eclipse.swt.gtk.linux.x86
bundles/org.eclipse.swt.gtk.linux.x86_64
bundles/org.eclipse.swt.gtk.solaris.sparc
diff --git a/rt.equinox.framework/pom.xml b/rt.equinox.framework/pom.xml
index b46cdc6..0fb36a5 100644
--- a/rt.equinox.framework/pom.xml
+++ b/rt.equinox.framework/pom.xml
@@ -64,6 +64,8 @@
bundles/org.eclipse.equinox.launcher.gtk.aix.ppc
bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64
bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64
+ bundles/org.eclipse.equinox.launcher.gtk.linux.arm
+ bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64
bundles/org.eclipse.equinox.launcher.gtk.linux.ppc
bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64
bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le
diff --git a/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml b/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
index 7e1f520..734dd10 100644
--- a/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
+++ b/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
@@ -419,6 +419,26 @@
install-size="0"
version="0.0.0"
fragment="true"/>
+
+
+
+
+
+
+
+
"
;;
--- a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml 2014-11-28 15:09:42.000000000 +0000
+++ b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml 2014-11-28 16:52:00.315007846 +0000
@@ -219,6 +219,189 @@
+
+
+ build-native-launchers-gtk.linux.ppc
+
+
+ native
+ gtk.linux.ppc
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+ build-native-launchers-gtk.linux.ppc64
+
+
+ native
+ gtk.linux.ppc64
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+
+ build-native-launchers-gtk.linux.arm
+
+
+ native
+ gtk.linux.arm
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+ build-native-launchers-gtk.linux.aarch64
+
+
+ native
+ gtk.linux.aarch64
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+ build-native-launchers-gtk.linux.s390x
+
+
+ native
+ gtk.linux.s390x
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
+ build-native-launchers-gtk.linux.s390
+
+
+ native
+ gtk.linux.s390
+
+
+
+
+
+ maven-antrun-plugin
+
+
+ compile-executable-natives
+ generate-resources
+
+
+
+
+
+
+ run
+
+
+
+
+
+
+
+
build-native-launchers-win32.win32.x86_64
@@ -347,8 +530,8 @@
-
-
+
+
--- a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/build.properties 2015-01-30 14:44:03.436891441 +0000
+++ b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/build.properties 2015-01-30 14:45:25.232480509 +0000
@@ -59,4 +59,8 @@
root.linux.gtk.s390=bin/gtk/linux/s390,gtk_root
root.linux.gtk.s390.permissions.755=launcher
+root.linux.gtk.aarch64=bin/gtk/linux/aarch64,gtk_root
+root.linux.gtk.aarch64.permissions.755=launcher
+root.linux.gtk.arm=bin/gtk/linux/arm,gtk_root
+root.linux.gtk.arm.permissions.755=launcher
--- a/eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf 2015-06-11 13:16:13.638692229 +0100
+++ b/eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf 2015-06-11 13:17:38.715576669 +0100
@@ -85,3 +85,13 @@
requires.17.name = org.eclipse.swt.gtk.hpux.ia64
requires.17.range = [$version$,$version$]
requires.17.filter = (&(osgi.os=hpux)(osgi.ws=gtk)(osgi.arch=ia64)(!(org.eclipse.swt.buildtime=true)))
+
+requires.18.namespace = org.eclipse.equinox.p2.iu
+requires.18.name = org.eclipse.swt.gtk.linux.arm
+requires.18.range = [$version$,$version$]
+requires.18.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=arm)(!(org.eclipse.swt.buildtime=true)))
+
+requires.19.namespace = org.eclipse.equinox.p2.iu
+requires.19.name = org.eclipse.swt.gtk.linux.aarch64
+requires.19.range = [$version$,$version$]
+requires.19.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=aarch64)(!(org.eclipse.swt.buildtime=true)))