Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2014-04-25 06:27:00 +0000
committerAlexander Kurtakov2014-04-25 06:27:00 +0000
commit7b580a2a9320f9200d578d00536979ab01f689eb (patch)
treeeb68b277088e03080ce3d7850363923e3a954011 /pom.xml
parent2ff2f7cd9e87b71b566574ff14ee148141232527 (diff)
downloadrt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.tar.gz
rt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.tar.xz
rt.equinox.framework-7b580a2a9320f9200d578d00536979ab01f689eb.zip
Bug 433482 - Stop building motif launcher fragments
Motif launchers builds are no longer promoted/used in any way so building them by default and trashing the result at the end of the build is not needed. Change-Id: Ieaf94ff76d49752fd009d19456b98ef1059eabe6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 2063728b8..354a9e154 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,10 +63,6 @@
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.solaris.sparc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.solaris.x86</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.aix.ppc</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.hpux.ia64_32</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.linux.x86</module>
- <module>bundles/org.eclipse.equinox.launcher.motif.solaris.sparc</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.ia64</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86_64</module>

Back to the top