Bug 492748 - SWT has unresolved dependencies

Unconditionally add gtk.linux.[arm|aarch64] fragment modules to prevent
Tycho bug trying to resolve everything.

Change-Id: I1473faa73e9d33d2cad943971a5fb80956f8a391
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index 7dc312c..5ccbd25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- 
 ###############################################################################
-# Copyright (c) 2012 Red Hat, Inc and others.
+# Copyright (c) 2012, 2016 Red Hat, Inc and others.
 # All rights reserved. This program and the accompanying materials
 # are made available under the terms of the Eclipse Public License v1.0
 # which accompanies this distribution, and is available at
@@ -51,32 +51,6 @@
         </repository>
       </repositories>
     </profile>
-    <profile>
-      <id>build-natives-arm</id>
-      <activation>
-        <property>
-          <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( -->
-          <name>native</name>
-          <value>gtk.linux.arm</value>
-        </property>
-      </activation>
-      <modules>
-        <module>bundles/org.eclipse.swt.gtk.linux.arm</module>
-      </modules>
-    </profile>
-    <profile>
-      <id>build-natives-aarch64</id>
-      <activation>
-        <property>
-          <!-- This has to be hardcoded. Profiles are not allowed to use pom defined properties :-( -->
-          <name>native</name>
-          <value>gtk.linux.aarch64</value>
-        </property>
-      </activation>
-      <modules>
-        <module>bundles/org.eclipse.swt.gtk.linux.aarch64</module>
-      </modules>
-    </profile>
   </profiles>
 
   <modules>
@@ -84,6 +58,8 @@
     <module>bundles/org.eclipse.swt.gtk.aix.ppc</module>
     <module>bundles/org.eclipse.swt.gtk.aix.ppc64</module>
     <module>bundles/org.eclipse.swt.gtk.hpux.ia64</module>
+    <module>bundles/org.eclipse.swt.gtk.linux.aarch64</module>
+    <module>bundles/org.eclipse.swt.gtk.linux.arm</module>
     <module>bundles/org.eclipse.swt.gtk.linux.ppc</module>
     <module>bundles/org.eclipse.swt.gtk.linux.ppc64</module>
     <module>bundles/org.eclipse.swt.gtk.linux.ppc64le</module>