Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-06-26 12:46:18 +0000
committerThomas Watson2012-09-12 14:09:22 +0000
commitc148003088f37263e3a7b64bbd562b06b9387523 (patch)
treeb7988c3e3aef89acb24748680efb34e94c5709e6
parent12c991ab837e7927c3a30ce408f42cde420197ea (diff)
downloadrt.equinox.framework-c148003088f37263e3a7b64bbd562b06b9387523.tar.gz
rt.equinox.framework-c148003088f37263e3a7b64bbd562b06b9387523.tar.xz
rt.equinox.framework-c148003088f37263e3a7b64bbd562b06b9387523.zip
Build launchers and executables
-rw-r--r--pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3d4b77f68..fc9243f1c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,6 @@
<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>
@@ -41,7 +40,6 @@
<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>

Back to the top