Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-03-30 08:49:34 +0000
committerArun Thondapu2016-04-08 19:34:12 +0000
commit3417fec970e2a6caaf5da93070bd0772e94df9d7 (patch)
tree42c705380b463ceafa136b1db0f4a202d8c4c00d /pom.xml
parenta657da2e25af145a8e3750ec11eea3179d0b242d (diff)
downloadrt.equinox.framework-3417fec970e2a6caaf5da93070bd0772e94df9d7.tar.gz
rt.equinox.framework-3417fec970e2a6caaf5da93070bd0772e94df9d7.tar.xz
rt.equinox.framework-3417fec970e2a6caaf5da93070bd0772e94df9d7.zip
Bug 429335 - Need 64-bit launcher for Solaris/X86_64Y20160414-1000I20160412-0800
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6a4766381..8ed451658 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,6 +97,7 @@
<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.gtk.solaris.x86_64</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