Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-08-21 15:13:11 +0000
committerThomas Watson2012-09-12 14:10:46 +0000
commit2a29bdfc8fcaedd42bc24f7f1e40f8f282b33db3 (patch)
treebf4c6f8a1a6ed552bd742940d7e719faecdad529 /pom.xml
parent1ba7cbe72d0580c5d2a6d9ab236451312a848efd (diff)
downloadrt.equinox.framework-2a29bdfc8fcaedd42bc24f7f1e40f8f282b33db3.tar.gz
rt.equinox.framework-2a29bdfc8fcaedd42bc24f7f1e40f8f282b33db3.tar.xz
rt.equinox.framework-2a29bdfc8fcaedd42bc24f7f1e40f8f282b33db3.zip
Bug 376987 - Build all platformsv20120912-141046
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml15
1 files changed, 6 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index fc9243f1c..9fe5bc2cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,15 +35,9 @@
<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>
@@ -51,6 +45,8 @@
<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>
@@ -58,9 +54,10 @@
<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>features/rt.equinox.framework.site</module>
- -->
+
<module>bundles/org.eclipse.osgi.tests</module>
<module>features/org.eclipse.equinox.core.sdk</module>
</modules>

Back to the top