From 6d15e724055fb261d84eaa9d618a4609f9ab2436 Mon Sep 17 00:00:00 2001 From: Sravan Kumar Lakkimsetti Date: Tue, 11 Sep 2018 17:24:03 +0530 Subject: Bug 536766 - Drop 32 bit support in 4.10 Change-Id: I3997d9e8b3cb9d38f5b029ebdc017feda98765c8 Signed-off-by: Sravan Kumar Lakkimsetti --- .../build.properties | 5 ----- .../feature.xml | 20 -------------------- .../org.eclipse.equinox.executable.feature/pom.xml | 2 -- .../resources/build.properties | 5 ----- .../resources/build.xml | 2 -- 5 files changed, 34 deletions(-) (limited to 'features/org.eclipse.equinox.executable.feature') diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties index 4584e08f4..44e0ad77f 100644 --- a/features/org.eclipse.equinox.executable.feature/build.properties +++ b/features/org.eclipse.equinox.executable.feature/build.properties @@ -21,14 +21,9 @@ bin.includes = bin/,\ ####Even though marked as custom, the content of the build.properties needs to be updated to ensure correctness of RCP app exported #root.permissions.755=${launcherName} -root.win32.win32.x86=bin/win32/win32/x86 -root.win32.win32.x86.permissions.755=launcher.exe root.win32.win32.x86_64=bin/win32/win32/x86_64 root.win32.win32.x86_64.permissions.755=launcher.exe -root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root -root.linux.gtk.x86.permissions.755=launcher,libcairo-swt.so - root.linux.gtk.ppc64le=bin/gtk/linux/ppc64le,gtk_root root.linux.gtk.ppc64le.permissions.755=launcher diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml index 658fcdfec..2215ef97d 100755 --- a/features/org.eclipse.equinox.executable.feature/feature.xml +++ b/features/org.eclipse.equinox.executable.feature/feature.xml @@ -41,16 +41,6 @@ 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 e0be3dcc0..741e9b30f 100644 --- a/features/org.eclipse.equinox.executable.feature/resources/build.properties +++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties @@ -17,14 +17,9 @@ custom = true ####Even though marked as custom, the content of the build.properties needs to be updated to ensure correctness of RCP app exported root.permissions.755=${launcherName} -root.win32.win32.x86=file:bin/win32/win32/x86/launcher.exe -root.win32.win32.x86.permissions.755=launcher.exe root.win32.win32.x86_64=file:bin/win32/win32/x86_64/launcher.exe root.win32.win32.x86_64.permissions.755=launcher.exe -root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root -root.linux.gtk.x86.permissions.755=launcher,libcairo-swt.so - root.linux.gtk.ppc64le=bin/gtk/linux/ppc64le,gtk_root root.linux.gtk.ppc64le.permissions.755=launcher diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.xml b/features/org.eclipse.equinox.executable.feature/resources/build.xml index bc204f210..ba232dd99 100644 --- a/features/org.eclipse.equinox.executable.feature/resources/build.xml +++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml @@ -210,10 +210,8 @@ - - -- cgit v1.2.3