From 7e2c80cd243eb1d25c31b1802eafe88e082be174 Mon Sep 17 00:00:00 2001 From: Arun Thondapu Date: Wed, 11 May 2016 18:02:57 +0530 Subject: Bug 491519 - Need 64-bit launcher for Solaris/SPARC Change-Id: Id75d6db2a397e8e8da9a3fc5648bdff6199bb83c Signed-off-by: Arun Thondapu --- .../build.properties | 3 +++ .../org.eclipse.equinox.executable.feature/feature.xml | 10 ++++++++++ .../library/gtk/build.sh | 17 ++++++++++++----- features/org.eclipse.equinox.executable.feature/pom.xml | 1 + .../resources/build.properties | 3 +++ .../resources/build.xml | 10 +++++++++- 6 files changed, 38 insertions(+), 6 deletions(-) (limited to 'features') diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties index 06719a6e2..84e9f7419 100644 --- a/features/org.eclipse.equinox.executable.feature/build.properties +++ b/features/org.eclipse.equinox.executable.feature/build.properties @@ -49,6 +49,9 @@ root.hpux.gtk.ia64.permissions.755=launcher root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64 root.solaris.gtk.x86_64.permissions.755=launcher +root.solaris.gtk.sparcv9=bin/gtk/solaris/sparcv9 +root.solaris.gtk.sparcv9.permissions.755=launcher + root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root root.linux.gtk.x86_64.permissions.755=libcairo-swt.so diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml index 1541c487f..401a592df 100755 --- a/features/org.eclipse.equinox.executable.feature/feature.xml +++ b/features/org.eclipse.equinox.executable.feature/feature.xml @@ -31,6 +31,16 @@ version="0.0.0" fragment="true"/> + + + diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.properties b/features/org.eclipse.equinox.executable.feature/resources/build.properties index 9edd9bc96..12b702c91 100644 --- a/features/org.eclipse.equinox.executable.feature/resources/build.properties +++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties @@ -51,6 +51,9 @@ root.hpux.gtk.ia64.permissions.755=launcher root.solaris.gtk.x86_64=bin/gtk/solaris/x86_64 root.solaris.gtk.x86_64.permissions.755=launcher +root.solaris.gtk.sparcv9=bin/gtk/solaris/sparcv9 +root.solaris.gtk.sparcv9.permissions.755=launcher + root.linux.gtk.x86_64=bin/gtk/linux/x86_64,gtk_root root.linux.gtk.x86_64.permissions.755=libcairo-swt.so diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml index 66f6880d2..859c1c9cf 100644 --- a/features/org.eclipse.equinox.executable.feature/resources/build.xml +++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml @@ -219,6 +219,13 @@ + + + + + + + @@ -246,11 +253,12 @@ - + + -- cgit v1.2.3