Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-05-11 12:32:57 +0000
committerArun Thondapu2016-05-19 17:31:35 +0000
commit7e2c80cd243eb1d25c31b1802eafe88e082be174 (patch)
tree90ac91226eecba871acc839756c4148a47d717f2 /pom.xml
parent30bf5c3cfa5ceeed1b1787841e1b91351aa8d483 (diff)
downloadrt.equinox.framework-7e2c80cd243eb1d25c31b1802eafe88e082be174.tar.gz
rt.equinox.framework-7e2c80cd243eb1d25c31b1802eafe88e082be174.tar.xz
rt.equinox.framework-7e2c80cd243eb1d25c31b1802eafe88e082be174.zip
Bug 491519 - Need 64-bit launcher for Solaris/SPARCI20160521-1500I20160520-2000I20160519-1730
Change-Id: Id75d6db2a397e8e8da9a3fc5648bdff6199bb83c Signed-off-by: Arun Thondapu <arunkumar.thondapu@in.ibm.com>
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 619806607..e5c042494 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,7 @@
<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