Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-06-25 14:36:48 +0000
committerThomas Watson2012-09-12 14:09:10 +0000
commit12c991ab837e7927c3a30ce408f42cde420197ea (patch)
treed60dd0ae93556f69301d99206889a3f8662d2e65 /pom.xml
parent4c0a6844156e526a9bfef65ae11f4ff3babec4a5 (diff)
downloadrt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.gz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.tar.xz
rt.equinox.framework-12c991ab837e7927c3a30ce408f42cde420197ea.zip
Bug 370704 - equinox launchers build - patch v2v20120912-140910
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index d38a50697..3d4b77f68 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,11 +33,19 @@
<module>bundles/org.eclipse.osgi.util</module>
<module>bundles/org.eclipse.osgi/supplement</module>
- <!--
+<!-- th: Bug 370704 - leave commented out until Bug 383290 is resolved.
+ <module>bundles/org.eclipse.equinox.executable</module>
<module>bundles/org.eclipse.equinox.launcher</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.cocoa.macosx.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.equinox.launcher.carbon.macosx</module>
<module>bundles/org.eclipse.equinox.launcher.cocoa.macosx</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_32</module>
@@ -45,8 +53,6 @@
<module>bundles/org.eclipse.equinox.launcher.gtk.linux.ppc64</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.sparc</module>
<module>bundles/org.eclipse.equinox.launcher.gtk.solaris.x86</module>
<module>bundles/org.eclipse.equinox.launcher.motif.aix.ppc</module>
@@ -54,10 +60,7 @@
<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>
<module>bundles/org.eclipse.equinox.launcher.wpf.win32.x86</module>
- <module>bundles/org.eclipse.equinox.executable</module>
<module>features/rt.equinox.framework.site</module>
-->
<module>bundles/org.eclipse.osgi.tests</module>

Back to the top