Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-11 11:54:03 +0000
committerSravan Kumar Lakkimsetti2018-09-14 05:53:39 +0000
commit6d15e724055fb261d84eaa9d618a4609f9ab2436 (patch)
tree3a0cf23d322ddca6b465e45f880231594cf7e791 /pom.xml
parent75c52538f9ff3d0f4c5c47afc72919a13718773c (diff)
downloadrt.equinox.framework-6d15e724055fb261d84eaa9d618a4609f9ab2436.tar.gz
rt.equinox.framework-6d15e724055fb261d84eaa9d618a4609f9ab2436.tar.xz
rt.equinox.framework-6d15e724055fb261d84eaa9d618a4609f9ab2436.zip
Bug 536766 - Drop 32 bit support in 4.10I20180914-0620
Change-Id: I3997d9e8b3cb9d38f5b029ebdc017feda98765c8 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fd5284831..897e0ea0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,9 +85,7 @@
<module>bundles/org.eclipse.equinox.launcher</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx.x86_64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.x86_64</module>
- <module>bundles/org.eclipse.equinox.launcher.win32.win32.x86</module>
<module>bundles/org.eclipse.equinox.launcher.win32.win32.x86_64</module>
<module>bundles/org.eclipse.osgi.tests</module>

Back to the top