7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml	2014-04-16 15:53:08.145402094 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>x86_64</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.x86_64</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.x86_64</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml.orig	2014-04-16 15:57:02.805249103 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml	2014-04-16 15:57:26.204834155 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>ppc64le</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.ppc64le</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.ppc64le</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml	2014-04-16 15:53:08.145402094 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>x86</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.x86</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.x86</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml	2014-04-16 15:53:08.146402075 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>s390x</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.s390x</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.s390x</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml	2014-04-16 15:57:28.315796703 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>ppc64</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.ppc64</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.ppc64</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml.orig	2018-05-03 21:44:44.780856654 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.arm/pom.xml	2018-05-03 21:45:27.608655357 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>arm</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.arm</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.arm</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>
7c442c1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml.orig	2018-05-03 21:46:26.672377749 +0100
7c442c1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.aarch64/pom.xml	2018-05-03 21:47:28.940085081 +0100
7c442c1
@@ -27,4 +27,37 @@
7c442c1
     <ws>gtk</ws>
7c442c1
     <arch>aarch64</arch>
7c442c1
   </properties>
7c442c1
+  <profiles>
7c442c1
+    <profile>
7c442c1
+      <id>build-native-launchers-gtk.linux.aarch64</id>
7c442c1
+      <activation>
7c442c1
+        <property>
7c442c1
+          <name>native</name>
7c442c1
+          <value>gtk.linux.aarch64</value>
7c442c1
+        </property>
7c442c1
+      </activation>
7c442c1
+      <build>
7c442c1
+        <plugins>
7c442c1
+          <plugin>
7c442c1
+            <artifactId>maven-antrun-plugin</artifactId>
7c442c1
+            <version>1.7</version>
7c442c1
+            <executions>
7c442c1
+              <execution>
7c442c1
+                <id>compile-executable-natives</id>
7c442c1
+                <phase>generate-resources</phase>
7c442c1
+                <configuration>
7c442c1
+                  <target>
7c442c1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
7c442c1
+                  </target>
7c442c1
+                </configuration>
7c442c1
+                <goals>
7c442c1
+                  <goal>run</goal>
7c442c1
+                </goals>
7c442c1
+              </execution>
7c442c1
+            </executions>
7c442c1
+          </plugin>
7c442c1
+        </plugins>
7c442c1
+      </build>
7c442c1
+    </profile>
7c442c1
+  </profiles>
7c442c1
 </project>