Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-03-30 15:57:23 +0000
committerThomas Watson2016-03-30 15:57:23 +0000
commit16785826eacbec5b188ae385374ae16a6a995bc1 (patch)
tree5e91fad8d6f1ee14e066648cfe3b595498c172a2 /features/org.eclipse.equinox.executable.feature/pom.xml
parentfbf4e7bbb85949f0cc7f759254baae0f9b6449c3 (diff)
downloadrt.equinox.framework-16785826eacbec5b188ae385374ae16a6a995bc1.tar.gz
rt.equinox.framework-16785826eacbec5b188ae385374ae16a6a995bc1.tar.xz
rt.equinox.framework-16785826eacbec5b188ae385374ae16a6a995bc1.zip
Revert "Bug 429335 - Need 64-bit launcher for Solaris/X86_64"I20160330-1230
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/pom.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/pom.xml43
1 files changed, 0 insertions, 43 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index 09fc6c310..dcb5c15ec 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -224,48 +224,6 @@
</build>
</profile>
<profile>
- <id>build-native-launchers-gtk.solaris.x86_64</id>
- <activation>
- <property>
- <name>native</name>
- <value>gtk.solaris.x86_64</value>
- </property>
- </activation>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-antrun-plugin</artifactId>
- <executions>
- <execution>
- <id>compile-executable-natives</id>
- <phase>generate-resources</phase>
- <configuration>
- <target>
- <ant antfile="build.xml" dir="library/gtk/" target="build_eclipse"/>
- </target>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- <execution>
- <id>clean-executable-natives</id>
- <phase>clean</phase>
- <configuration>
- <target>
- <ant antfile="build.xml" dir="library/gtk/" target="clean"/>
- </target>
- </configuration>
- <goals>
- <goal>run</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
<id>build-native-launchers-gtk.linux.arm</id>
<activation>
<property>
@@ -513,7 +471,6 @@
<include name="gtk/linux/x86_64/**/*"/>
<include name="gtk/solaris/sparc/**/*"/>
<include name="gtk/solaris/x86/**/*"/>
- <include name="gtk/solaris/x86_64/**/*"/>
<include name="win32/win32/x86/**/*"/>
<include name="win32/win32/x86_64/**/*"/>
</fileset>

Back to the top