7511cd7
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
7511cd7
index 6c567f8..969eafb 100644
7511cd7
--- a/eclipse-platform-parent/pom.xml
7511cd7
+++ b/eclipse-platform-parent/pom.xml
a0e15dc
@@ -209,49 +209,19 @@
a0e15dc
               <arch>s390x</arch>
7511cd7
             </environment>
7511cd7
             <environment>
a0e15dc
-              <os>win32</os>
a0e15dc
-              <ws>win32</ws>
a0e15dc
-              <arch>x86</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>win32</os>
a0e15dc
-              <ws>win32</ws>
a0e15dc
-              <arch>x86_64</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>macosx</os>
a0e15dc
-              <ws>cocoa</ws>
a0e15dc
-              <arch>x86</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>macosx</os>
a0e15dc
-              <ws>cocoa</ws>
a0e15dc
-              <arch>x86_64</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
7511cd7
-              <os>solaris</os>
7511cd7
-              <ws>gtk</ws>
7511cd7
-              <arch>sparc</arch>
7511cd7
-            </environment>
7511cd7
-            <environment>
7511cd7
-              <os>solaris</os>
7511cd7
-              <ws>gtk</ws>
7511cd7
-              <arch>x86</arch>
7511cd7
-            </environment>
7511cd7
-            <environment>
7511cd7
-              <os>hpux</os>
7511cd7
+              <os>linux</os>
7511cd7
               <ws>gtk</ws>
7511cd7
-              <arch>ia64</arch>
7511cd7
+              <arch>arm</arch>
7511cd7
             </environment>
7511cd7
             <environment>
7511cd7
-              <os>aix</os>
7e377c3
+              <os>linux</os>
7e377c3
               <ws>gtk</ws>
7511cd7
-              <arch>ppc</arch>
7e377c3
+              <arch>ppc64le</arch>
7e377c3
             </environment>
7e377c3
             <environment>
7511cd7
-              <os>aix</os>
7511cd7
+              <os>linux</os>
7511cd7
               <ws>gtk</ws>
7511cd7
-              <arch>ppc64</arch>
7511cd7
+              <arch>aarch64</arch>
7511cd7
             </environment>
7511cd7
           </environments>
7511cd7
         </configuration>
a0e15dc
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
a0e15dc
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/pom.xml
a0e15dc
@@ -130,21 +130,6 @@
a0e15dc
               <ws>gtk</ws>
a0e15dc
               <arch>x86_64</arch>
a0e15dc
             </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>win32</os>
a0e15dc
-              <ws>win32</ws>
a0e15dc
-              <arch>x86</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>win32</os>
a0e15dc
-              <ws>win32</ws>
a0e15dc
-              <arch>x86_64</arch>
a0e15dc
-            </environment>
a0e15dc
-            <environment>
a0e15dc
-              <os>macosx</os>
a0e15dc
-              <ws>cocoa</ws>
a0e15dc
-              <arch>x86_64</arch>
a0e15dc
-            </environment>
a0e15dc
           </environments>
a0e15dc
         </configuration>
a0e15dc
       </plugin>
7511cd7
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
7511cd7
index 80a32e4..85de879 100644
7511cd7
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
7511cd7
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
a0e15dc
@@ -32,6 +32,12 @@ root.solaris.gtk.sparc.permissions.755=eclipse
7511cd7
 root.solaris.gtk.x86=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/solaris/x86
7511cd7
 root.solaris.gtk.x86.permissions.755=eclipse
Krzysztof Daniel 0d2b243
 
7511cd7
+root.linux.gtk.arm=target/resources/linux.gtk.arm,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/arm
7511cd7
+root.linux.gtk.arm.permissions.755=eclipse 
7511cd7
+root.linux.gtk.aarch64=target/resources/linux.gtk.aarch64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/aarch64
7511cd7
+root.linux.gtk.aarch64.permissions.755=eclipse 
a0e15dc
+root.linux.gtk.ppc64le=rootfiles/linux.gtk.ppc64le,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le
a0e15dc
+root.linux.gtk.ppc64le.permissions.755=eclipse
7511cd7
 root.linux.gtk.x86=rootfiles/linux.gtk.x86,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86
7511cd7
 root.linux.gtk.x86.permissions.755=libcairo-swt.so,eclipse
7511cd7
 root.linux.gtk.ppc=rootfiles/linux.gtk.ppc64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc
7511cd7
diff --git a/eclipse.platform.swt.binaries/pom.xml b/eclipse.platform.swt.binaries/pom.xml
7511cd7
index 7dd0536..66d79ee 100644
7511cd7
--- a/eclipse.platform.swt.binaries/pom.xml
7511cd7
+++ b/eclipse.platform.swt.binaries/pom.xml
8799386
@@ -54,6 +54,8 @@
8799386
     <module>bundles/org.eclipse.swt.gtk.linux.ppc64le</module>
7511cd7
     <module>bundles/org.eclipse.swt.gtk.linux.s390</module>
7511cd7
     <module>bundles/org.eclipse.swt.gtk.linux.s390x</module>
7511cd7
+    <module>bundles/org.eclipse.swt.gtk.linux.arm</module>
7511cd7
+    <module>bundles/org.eclipse.swt.gtk.linux.aarch64</module>
7511cd7
     <module>bundles/org.eclipse.swt.gtk.linux.x86</module>
7511cd7
     <module>bundles/org.eclipse.swt.gtk.linux.x86_64</module>
7511cd7
     <module>bundles/org.eclipse.swt.gtk.solaris.sparc</module>
a0e15dc
diff --git a/rt.equinox.framework/pom.xml b/rt.equinox.framework/pom.xml
a0e15dc
index b46cdc6..0fb36a5 100644
a0e15dc
--- a/rt.equinox.framework/pom.xml
a0e15dc
+++ b/rt.equinox.framework/pom.xml
8799386
@@ -55,6 +55,8 @@
a0e15dc
     <module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc</module>
a0e15dc
     <module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64</module>
a0e15dc
     <module>bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64</module>
a0e15dc
+    <module>bundles/org.eclipse.equinox.launcher.gtk.linux.arm</module>
a0e15dc
+    <module>bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64</module>
a0e15dc
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc</module>
a0e15dc
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</module>
8799386
     <module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
7511cd7
diff --git a/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml b/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
7511cd7
index f5fb504..1187e84 100644
7511cd7
--- a/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
7511cd7
+++ b/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
a0e15dc
@@ -425,6 +425,7 @@
7511cd7
 				<equals arg1="${swt.arch}" arg2="ppc64"/>
a0e15dc
 				<equals arg1="${swt.arch}" arg2="ppc64le"/>
7511cd7
 				<equals arg1="${swt.arch}" arg2="s390x"/>
7511cd7
+				<equals arg1="${swt.arch}" arg2="aarch64"/>
7511cd7
 			</or>
7511cd7
 		</condition>
7511cd7
 		<echo>Is64=${is64}</echo>
7511cd7
diff --git a/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml b/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
7511cd7
index 7e1f520..734dd10 100644
7511cd7
--- a/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
7511cd7
+++ b/eclipse.platform.ui/features/org.eclipse.e4.rcp/feature.xml
8799386
@@ -419,6 +419,26 @@
7511cd7
          install-size="0"
7511cd7
          version="0.0.0"
7511cd7
          fragment="true"/>
7511cd7
+         
7511cd7
+   
7511cd7
+         id="org.eclipse.equinox.launcher.gtk.linux.arm"
7511cd7
+         os="linux"
7511cd7
+         ws="gtk"
7511cd7
+         arch="arm"
7511cd7
+         download-size="0"
7511cd7
+         install-size="0"
7511cd7
+         version="0.0.0"
7511cd7
+         fragment="true"/>
7511cd7
+
7511cd7
+   
7511cd7
+         id="org.eclipse.equinox.launcher.gtk.linux.aarch64"
7511cd7
+         os="linux"
7511cd7
+         ws="gtk"
7511cd7
+         arch="aarch64"
7511cd7
+         download-size="0"
7511cd7
+         install-size="0"
7511cd7
+         version="0.0.0"
7511cd7
+         fragment="true"/>
7511cd7
 
7511cd7
    
7511cd7
          id="org.eclipse.equinox.launcher.gtk.linux.x86"
8799386
@@ -583,6 +613,28 @@
7511cd7
          version="0.0.0"
7511cd7
          fragment="true"
7511cd7
          unpack="false"/>
7511cd7
+         
7511cd7
+   
7511cd7
+         id="org.eclipse.swt.gtk.linux.arm"
7511cd7
+         os="linux"
7511cd7
+         ws="gtk"
7511cd7
+         arch="arm"
7511cd7
+         download-size="0"
7511cd7
+         install-size="0"
7511cd7
+         version="0.0.0"
7511cd7
+         fragment="true"
7511cd7
+         unpack="false"/>
7511cd7
+
7511cd7
+   
7511cd7
+         id="org.eclipse.swt.gtk.linux.aarch64"
7511cd7
+         os="linux"
7511cd7
+         ws="gtk"
7511cd7
+         arch="aarch64"
7511cd7
+         download-size="0"
7511cd7
+         install-size="0"
7511cd7
+         version="0.0.0"
7511cd7
+         fragment="true"
7511cd7
+         unpack="false"/>
7511cd7
 
7511cd7
    
7511cd7
          id="org.eclipse.swt.gtk.linux.ppc"
Mat Booth f0d416f
diff --git a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh
7511cd7
index 29d3871..45526c8 100644
Mat Booth f0d416f
--- a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh
Mat Booth f0d416f
+++ b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk/build.sh
a0e15dc
@@ -119,6 +125,16 @@
7511cd7
 				defaultJava=DEFAULT_JAVA_EXEC
7511cd7
 				OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch"
7511cd7
 				;;
7511cd7
+			arm*)
7511cd7
+				defaultOSArch="arm"
7511cd7
+				defaultJava=DEFAULT_JAVA_EXEC
7511cd7
+				OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch"
7511cd7
+				;;
7511cd7
+			"aarch64")
7511cd7
+				defaultOSArch="aarch64"
7511cd7
+				defaultJava=DEFAULT_JAVA_EXEC
7511cd7
+				OUTPUT_DIR="$EXEC_DIR/bin/$defaultWS/$defaultOS/$defaultOSArch"
7511cd7
+				;;
7511cd7
 			*)
7511cd7
 				echo "*** Unknown MODEL <${MODEL}>"
7511cd7
 				;;
Mat Booth f0d416f
diff --git a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml
7511cd7
index fac13bf..e487001 100644
Mat Booth f0d416f
--- a/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml
Mat Booth f0d416f
+++ b/rt.equinox.framework/features/org.eclipse.equinox.executable.feature/pom.xml
2f8042a
@@ -219,6 +219,189 @@
Krzysztof Daniel 9929ce3
         </plugins>
Krzysztof Daniel 9929ce3
       </build>
Krzysztof Daniel 9929ce3
     </profile>
Mat Booth f0d416f
+
Mat Booth f0d416f
+    <profile>
Krzysztof Daniel 9929ce3
+      <id>build-native-launchers-gtk.linux.ppc</id>
Krzysztof Daniel 9929ce3
+      <activation>
Krzysztof Daniel 9929ce3
+        <property>
Krzysztof Daniel 9929ce3
+          <name>native</name>
Krzysztof Daniel 9929ce3
+          <value>gtk.linux.ppc</value>
Krzysztof Daniel 9929ce3
+        </property>
Krzysztof Daniel 9929ce3
+      </activation>
Krzysztof Daniel 9929ce3
+      <build>
Krzysztof Daniel 9929ce3
+        <plugins>
Krzysztof Daniel 9929ce3
+          <plugin>
Krzysztof Daniel 9929ce3
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel 9929ce3
+            <executions>
Krzysztof Daniel 9929ce3
+              <execution>
Krzysztof Daniel 9929ce3
+                <id>compile-executable-natives</id>
Krzysztof Daniel 9929ce3
+                <phase>generate-resources</phase>
Krzysztof Daniel 9929ce3
+                <configuration>
Krzysztof Daniel 9929ce3
+                  <target>
8fc0bff
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 9929ce3
+                  </target>
Krzysztof Daniel 9929ce3
+                </configuration>
Krzysztof Daniel 9929ce3
+                <goals>
Krzysztof Daniel 9929ce3
+                  <goal>run</goal>
Krzysztof Daniel 9929ce3
+                </goals>
Krzysztof Daniel 9929ce3
+              </execution>
Krzysztof Daniel 9929ce3
+            </executions>
Krzysztof Daniel 9929ce3
+          </plugin>
Krzysztof Daniel 9929ce3
+        </plugins>
Krzysztof Daniel 9929ce3
+      </build>
Krzysztof Daniel 9929ce3
+    </profile>
Mat Booth f0d416f
+    <profile>
Krzysztof Daniel 9929ce3
+      <id>build-native-launchers-gtk.linux.ppc64</id>
Krzysztof Daniel 9929ce3
+      <activation>
Krzysztof Daniel 9929ce3
+        <property>
Krzysztof Daniel 9929ce3
+          <name>native</name>
Krzysztof Daniel 9929ce3
+          <value>gtk.linux.ppc64</value>
Krzysztof Daniel 9929ce3
+        </property>
Krzysztof Daniel 9929ce3
+      </activation>
Krzysztof Daniel 9929ce3
+      <build>
Krzysztof Daniel 9929ce3
+        <plugins>
Krzysztof Daniel 9929ce3
+          <plugin>
Krzysztof Daniel 9929ce3
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel 9929ce3
+            <executions>
Krzysztof Daniel 9929ce3
+              <execution>
Krzysztof Daniel 9929ce3
+                <id>compile-executable-natives</id>
Krzysztof Daniel 9929ce3
+                <phase>generate-resources</phase>
Krzysztof Daniel 9929ce3
+                <configuration>
Krzysztof Daniel 9929ce3
+                  <target>
8fc0bff
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 9929ce3
+                  </target>
Krzysztof Daniel 9929ce3
+                </configuration>
Krzysztof Daniel 9929ce3
+                <goals>
Krzysztof Daniel 9929ce3
+                  <goal>run</goal>
Krzysztof Daniel 9929ce3
+                </goals>
Krzysztof Daniel 9929ce3
+              </execution>
Krzysztof Daniel 9929ce3
+            </executions>
Krzysztof Daniel 9929ce3
+          </plugin>
Krzysztof Daniel 9929ce3
+        </plugins>
Krzysztof Daniel 9929ce3
+      </build>
Krzysztof Daniel 9929ce3
+    </profile>
Mat Booth f0d416f
+
Mat Booth f0d416f
+    <profile>
Krzysztof Daniel 9929ce3
+      <id>build-native-launchers-gtk.linux.arm</id>
Krzysztof Daniel 9929ce3
+      <activation>
Krzysztof Daniel 9929ce3
+        <property>
Krzysztof Daniel 9929ce3
+          <name>native</name>
Krzysztof Daniel 9929ce3
+          <value>gtk.linux.arm</value>
Krzysztof Daniel 9929ce3
+        </property>
Krzysztof Daniel 9929ce3
+      </activation>
Krzysztof Daniel 9929ce3
+      <build>
Krzysztof Daniel 9929ce3
+        <plugins>
Krzysztof Daniel 9929ce3
+          <plugin>
Krzysztof Daniel 9929ce3
+            <artifactId>maven-antrun-plugin</artifactId>
Krzysztof Daniel 9929ce3
+            <executions>
Krzysztof Daniel 9929ce3
+              <execution>
Krzysztof Daniel 9929ce3
+                <id>compile-executable-natives</id>
Krzysztof Daniel 9929ce3
+                <phase>generate-resources</phase>
Krzysztof Daniel 9929ce3
+                <configuration>
Krzysztof Daniel 9929ce3
+                  <target>
8fc0bff
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
Krzysztof Daniel 9929ce3
+                  </target>
Krzysztof Daniel 9929ce3
+                </configuration>
Krzysztof Daniel 9929ce3
+                <goals>
Krzysztof Daniel 9929ce3
+                  <goal>run</goal>
Krzysztof Daniel 9929ce3
+                </goals>
Krzysztof Daniel 9929ce3
+              </execution>
Krzysztof Daniel 9929ce3
+            </executions>
Krzysztof Daniel 9929ce3
+          </plugin>
Krzysztof Daniel 9929ce3
+        </plugins>
Krzysztof Daniel 9929ce3
+      </build>
Krzysztof Daniel 9929ce3
+    </profile>
7511cd7
+    <profile>
7511cd7
+      <id>build-native-launchers-gtk.linux.aarch64</id>
7511cd7
+      <activation>
7511cd7
+        <property>
7511cd7
+          <name>native</name>
7511cd7
+          <value>gtk.linux.aarch64</value>
7511cd7
+        </property>
7511cd7
+      </activation>
7511cd7
+      <build>
7511cd7
+        <plugins>
7511cd7
+          <plugin>
7511cd7
+            <artifactId>maven-antrun-plugin</artifactId>
7511cd7
+            <executions>
7511cd7
+              <execution>
7511cd7
+                <id>compile-executable-natives</id>
7511cd7
+                <phase>generate-resources</phase>
7511cd7
+                <configuration>
7511cd7
+                  <target>
8fc0bff
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
7511cd7
+                  </target>
7511cd7
+                </configuration>
7511cd7
+                <goals>
7511cd7
+                  <goal>run</goal>
7511cd7
+                </goals>
7511cd7
+              </execution>
7511cd7
+            </executions>
7511cd7
+          </plugin>
7511cd7
+        </plugins>
7511cd7
+      </build>
7511cd7
+    </profile>
2f8042a
+    <profile>
2f8042a
+      <id>build-native-launchers-gtk.linux.s390x</id>
2f8042a
+      <activation>
2f8042a
+        <property>
2f8042a
+          <name>native</name>
2f8042a
+          <value>gtk.linux.s390x</value>
2f8042a
+        </property>
2f8042a
+      </activation>
2f8042a
+      <build>
2f8042a
+        <plugins>
2f8042a
+          <plugin>
2f8042a
+            <artifactId>maven-antrun-plugin</artifactId>
2f8042a
+            <executions>
2f8042a
+              <execution>
2f8042a
+                <id>compile-executable-natives</id>
2f8042a
+                <phase>generate-resources</phase>
2f8042a
+                <configuration>
2f8042a
+                  <target>
2f8042a
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
2f8042a
+                  </target>
2f8042a
+                </configuration>
2f8042a
+                <goals>
2f8042a
+                  <goal>run</goal>
2f8042a
+                </goals>
2f8042a
+              </execution>
2f8042a
+            </executions>
2f8042a
+          </plugin>
2f8042a
+        </plugins>
2f8042a
+      </build>
2f8042a
+    </profile>
2f8042a
+    <profile>
2f8042a
+      <id>build-native-launchers-gtk.linux.s390</id>
2f8042a
+      <activation>
2f8042a
+        <property>
2f8042a
+          <name>native</name>
2f8042a
+          <value>gtk.linux.s390</value>
2f8042a
+        </property>
2f8042a
+      </activation>
2f8042a
+      <build>
2f8042a
+        <plugins>
2f8042a
+          <plugin>
2f8042a
+            <artifactId>maven-antrun-plugin</artifactId>
2f8042a
+            <executions>
2f8042a
+              <execution>
2f8042a
+                <id>compile-executable-natives</id>
2f8042a
+                <phase>generate-resources</phase>
2f8042a
+                <configuration>
2f8042a
+                  <target>
2f8042a
+                    <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
2f8042a
+                  </target>
2f8042a
+                </configuration>
2f8042a
+                <goals>
2f8042a
+                  <goal>run</goal>
2f8042a
+                </goals>
2f8042a
+              </execution>
2f8042a
+            </executions>
2f8042a
+          </plugin>
2f8042a
+        </plugins>
2f8042a
+      </build>
2f8042a
+    </profile>
Mat Booth f0d416f
+
Krzysztof Daniel 9929ce3
     <profile>
Krzysztof Daniel 9929ce3
       <id>build-native-launchers-win32.win32.x86_64</id>
Krzysztof Daniel 9929ce3
       <activation>
2f8042a
@@ -530,8 +530,6 @@
2f8042a
                         <include name="gtk/solaris/x86/**/*" />
2f8042a
                         <include name="win32/win32/x86/**/*" />
2f8042a
                         <include name="win32/win32/x86_64/**/*" />
2f8042a
-                      </fileset>
2f8042a
-                      <fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.executable/contributed/">
2f8042a
                         <include name="gtk/linux/s390/**/*" />
2f8042a
                         <include name="gtk/linux/s390x/**/*" />
2f8042a
                       </fileset>
03f33d1
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml	2014-05-26 19:20:28.958177815 +0300
03f33d1
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml	2014-05-26 19:33:42.942025740 +0300
03f33d1
@@ -30,6 +30,64 @@
03f33d1
         <version>2.6</version>
03f33d1
         <executions>
03f33d1
           <execution>
03f33d1
+            <id>copy-resources-gtk.linux.aarch64</id>
03f33d1
+            <phase>validate</phase>
03f33d1
+            <goals>
03f33d1
+              <goal>copy-resources</goal>
03f33d1
+            </goals>
03f33d1
+            <configuration>
03f33d1
+              <outputDirectory>${basedir}/target/resources/linux.gtk.aarch64</outputDirectory>
03f33d1
+              <resources>
03f33d1
+                <resource>
03f33d1
+                  <directory>../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.aarch64</directory>
03f33d1
+                  <includes>
03f33d1
+                    <include>about_files/*</include>
03f33d1
+                    <include>about.html</include>
03f33d1
+                  </includes>
03f33d1
+                </resource>
03f33d1
+              </resources>
03f33d1
+            </configuration>
03f33d1
+          </execution>
03f33d1
+        <execution>
03f33d1
+            <id>copy-resources-gtk.linux.arm</id>
03f33d1
+            <phase>validate</phase>
03f33d1
+            <goals>
03f33d1
+              <goal>copy-resources</goal>
03f33d1
+            </goals>
03f33d1
+            <configuration>
03f33d1
+              <outputDirectory>${basedir}/target/resources/linux.gtk.arm</outputDirectory>
03f33d1
+              <resources>
03f33d1
+                <resource>
03f33d1
+                  <directory>../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.arm</directory>
03f33d1
+                  <includes>
03f33d1
+                    <include>about_files/*</include>
03f33d1
+                    <include>about.html</include>
03f33d1
+                  </includes>
03f33d1
+                </resource>
03f33d1
+              </resources>
03f33d1
+            </configuration>
03f33d1
+          </execution>
03f33d1
+          <execution>
03f33d1
+            <id>copy-resources-gtk.linux.ppc64le</id>
03f33d1
+            <phase>validate</phase>
03f33d1
+            <goals>
03f33d1
+              <goal>copy-resources</goal>
03f33d1
+            </goals>
03f33d1
+            <configuration>
03f33d1
+              <outputDirectory>${basedir}/rootfiles/linux.gtk.ppc64le</outputDirectory>
03f33d1
+              <resources>
03f33d1
+                <resource>
03f33d1
+                  <directory>../../eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.ppc64le
03f33d1
+                  </directory>
03f33d1
+                  <includes>
03f33d1
+                    <include>about_files/*</include>
03f33d1
+                    <include>about.html</include>
03f33d1
+                  </includes>
03f33d1
+              </resource>
03f33d1
+            </resources>
03f33d1
+          </configuration>
03f33d1
+          </execution>
03f33d1
+          <execution>
03f33d1
             <id>copy-resources-gtk.linux.x86</id>
03f33d1
             <phase>validate</phase>
03f33d1
             <goals>