Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-11 19:49:33 +0000
committerSravan Kumar Lakkimsetti2017-01-11 19:55:35 +0000
commitbef8ed1e4263335a05bda06ec2789c2d9acc8abf (patch)
tree94c4efe8e75af0af3d5eada80a0773af01ad44fb /pom.xml
parent86ac868ae86d1ff21292919d47a6dbf46075d3a8 (diff)
downloadrt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.tar.gz
rt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.tar.xz
rt.equinox.framework-bef8ed1e4263335a05bda06ec2789c2d9acc8abf.zip
Bug 509525 - Stop packaging Unix buildsY20170112-1300Y20170112-1000
Change-Id: I5a394ddd6b8e3a0656d4e86a3995660fdbf94e68 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index c5ee56270..95d609e44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,18 +85,11 @@
<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.aix.ppc</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.aix.ppc64</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.hpux.ia64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64le</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.linux.s390</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.linux.s390x</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.gtk.solaris.x86_64</module>
- <module>bundles/org.eclipse.equinox.launcher.gtk.solaris.sparcv9</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