Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-08 12:17:47 +0000
committerThomas Watson2016-04-08 12:17:47 +0000
commita657da2e25af145a8e3750ec11eea3179d0b242d (patch)
tree5d8d1bbbe9a435cdee1b1bdd0100eff4fcaef817
parent4ce5a47c68bdb8696bf725c512105b08bc2d9d69 (diff)
downloadrt.equinox.framework-a657da2e25af145a8e3750ec11eea3179d0b242d.tar.gz
rt.equinox.framework-a657da2e25af145a8e3750ec11eea3179d0b242d.tar.xz
rt.equinox.framework-a657da2e25af145a8e3750ec11eea3179d0b242d.zip
Bug 491254 - Should remove win32.win32.ia64 module from build
Change-Id: I94661f1af2768a03388a8cfc62ee7bd2ad450972 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 603dac660..6a4766381 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,7 +97,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.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