Blame SOURCES/eclipse-bug-386377.patch

10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64/pom.xml	2014-04-16 15:53:08.145402094 +0100
10f0d1
@@ -27,4 +27,59 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>x86_64</arch>
10f0d1
   </properties>
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.x86_64</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.x86_64</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86_64/pom.xml	2014-04-16 15:53:08.145402094 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>win32</ws>
10f0d1
     <arch>x86_64</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-win32.win32.x86_64</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>win32.win32.x86_64</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml.orig	2014-04-16 15:57:02.805249103 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le/pom.xml	2014-04-16 15:57:26.204834155 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>ppc64le</arch>
10f0d1
   </properties>
10f0d1
+
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.ppc64le</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.ppc64le</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.x86/pom.xml	2014-04-16 15:53:08.145402094 +0100
10f0d1
@@ -27,4 +27,59 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>x86</arch>
10f0d1
   </properties>
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.x86</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.x86</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.win32.win32.x86/pom.xml	2014-04-16 15:53:08.145402094 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>win32</ws>
10f0d1
     <arch>x86</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-win32.win32.x86</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>win32.win32.x86</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/win32/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/win32/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390/pom.xml	2014-04-16 15:53:08.145402094 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>s390</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.s390</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.s390</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.s390x/pom.xml	2014-04-16 15:53:08.146402075 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>s390x</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.s390x</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.s390x</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64/pom.xml	2014-04-16 15:57:28.315796703 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>ppc64</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.ppc64</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.ppc64</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>
10f0d1
--- rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml.orig	2014-04-15 14:32:03.000000000 +0100
10f0d1
+++ rt.equinox.framework/bundles/org.eclipse.equinox.launcher.gtk.linux.ppc/pom.xml	2014-04-16 15:53:08.146402075 +0100
10f0d1
@@ -27,4 +27,60 @@
10f0d1
     <ws>gtk</ws>
10f0d1
     <arch>ppc</arch>
10f0d1
   </properties>
10f0d1
+  
10f0d1
+  <profiles>
10f0d1
+  <profile>
10f0d1
+      <id>build-native-launchers-gtk.linux.ppc</id>
10f0d1
+      <activation>
10f0d1
+        <property>
10f0d1
+          <name>native</name>
10f0d1
+          <value>gtk.linux.ppc</value>
10f0d1
+        </property>
10f0d1
+      </activation>
10f0d1
+      <build>
10f0d1
+        <plugins>
10f0d1
+          <plugin>
10f0d1
+            <artifactId>maven-antrun-plugin</artifactId>
10f0d1
+            <version> 1.7 </version>
10f0d1
+            <executions>
10f0d1
+              <execution>
10f0d1
+                <id>compile-executable-natives</id>
10f0d1
+                <phase>generate-resources</phase>
10f0d1
+                <configuration>
10f0d1
+                  <target>
10f0d1
+                    <ant antfile="../../../../features/org.eclipse.equinox.executable.feature/library/gtk/build.xml" dir="../../features/org.eclipse.equinox.executable.feature/library/gtk/" target="build_eclipse"/>
10f0d1
+                  </target>
10f0d1
+                </configuration>
10f0d1
+                <goals>
10f0d1
+                  <goal>run</goal>
10f0d1
+                </goals>
10f0d1
+              </execution>
10f0d1
+            </executions>
10f0d1
+            <dependencies>
10f0d1
+              <dependency>
10f0d1
+                <groupId>bsf</groupId>
10f0d1
+                <artifactId>bsf</artifactId>
10f0d1
+                <version>2.4.0</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>rhino</groupId>
10f0d1
+                <artifactId>js</artifactId>
10f0d1
+                <version>1.7R2</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-apache-bsf</artifactId>
10f0d1
+                <version>1.8.3</version>
10f0d1
+              </dependency>
10f0d1
+              <dependency>
10f0d1
+                <groupId>org.apache.ant</groupId>
10f0d1
+                <artifactId>ant-nodeps</artifactId>
10f0d1
+                <version>1.8.1</version>
10f0d1
+              </dependency>
10f0d1
+            </dependencies>
10f0d1
+          </plugin>
10f0d1
+        </plugins>
10f0d1
+      </build>
10f0d1
+    </profile>
10f0d1
+  </profiles>
10f0d1
 </project>