Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Thondapu2016-03-30 08:49:34 +0000
committerArun Thondapu2016-03-30 08:49:56 +0000
commitfbf4e7bbb85949f0cc7f759254baae0f9b6449c3 (patch)
tree43d8f11a1df8727c2d7590a51101d9e207b2b55b /features/org.eclipse.equinox.executable.feature/build.properties
parent1b7bd98d0c6b8334fa838e7d1c875b24c58c1384 (diff)
downloadrt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.gz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.tar.xz
rt.equinox.framework-fbf4e7bbb85949f0cc7f759254baae0f9b6449c3.zip
Bug 429335 - Need 64-bit launcher for Solaris/X86_64I20160330-0930
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/build.properties')
-rw-r--r--features/org.eclipse.equinox.executable.feature/build.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index 025ea6942..fbe1bc960 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -48,6 +48,9 @@ root.hpux.gtk.ia64.permissions.755=launcher
root.solaris.gtk.x86=bin/gtk/solaris/x86
root.solaris.gtk.x86.permissions.755=launcher
+root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64
+root.solaris.gtk.x86_64.permissions.755=launcher
+
root.solaris.gtk.sparc=bin/gtk/solaris/sparc
root.solaris.gtk.sparc.permissions.755=launcher

Back to the top