Bug 515548 - Drop support for ppc32 on platform

Do not copy ppc32 launcher.
do not create ppc32 fragment

Change-Id: I99bb6c6227e5af795ffff654873e13ad7de33666
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/features/org.eclipse.equinox.executable.feature/build.properties b/features/org.eclipse.equinox.executable.feature/build.properties
index d927d71..4f59201 100644
--- a/features/org.eclipse.equinox.executable.feature/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/build.properties
@@ -26,9 +26,6 @@
 root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
 root.linux.gtk.x86.permissions.755=launcher,libcairo-swt.so
 
-root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
-root.linux.gtk.ppc.permissions.755=launcher
-
 root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root
 root.linux.gtk.ppc64.permissions.755=launcher
 
diff --git a/features/org.eclipse.equinox.executable.feature/pom.xml b/features/org.eclipse.equinox.executable.feature/pom.xml
index c981c2c..8e22eac 100644
--- a/features/org.eclipse.equinox.executable.feature/pom.xml
+++ b/features/org.eclipse.equinox.executable.feature/pom.xml
@@ -501,7 +501,6 @@
                     <copy todir="bin" verbose="true" includeEmptyDirs="false" failonerror="true">
                       <fileset dir="../../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/">
                         <include name="cocoa/macosx/x86_64/**/*"/>
-                        <include name="gtk/linux/ppc/**/*"/>
                         <include name="gtk/linux/ppc64/**/*"/>
                         <include name="gtk/linux/ppc64le/**/*"/>
                         <include name="gtk/linux/x86/**/*"/>
diff --git a/features/org.eclipse.equinox.executable.feature/resources/build.properties b/features/org.eclipse.equinox.executable.feature/resources/build.properties
index 65645e8..bcdad5c 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.properties
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.properties
@@ -22,9 +22,6 @@
 root.linux.gtk.x86=bin/gtk/linux/x86,gtk_root
 root.linux.gtk.x86.permissions.755=launcher,libcairo-swt.so
 
-root.linux.gtk.ppc=bin/gtk/linux/ppc,gtk_root
-root.linux.gtk.ppc.permissions.755=launcher
-
 root.linux.gtk.ppc64=bin/gtk/linux/ppc64,gtk_root
 root.linux.gtk.ppc64.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 d18b020..0555384 100644
--- a/features/org.eclipse.equinox.executable.feature/resources/build.xml
+++ b/features/org.eclipse.equinox.executable.feature/resources/build.xml
@@ -238,7 +238,6 @@
 		<antcall target="rootFileswin32_win32_x86_64"/>
 		<antcall target="rootFilesmacosx_cocoa_x86_64"/>
 		<antcall target="rootFileslinux_gtk_x86"/>
-		<antcall target="rootFileslinux_gtk_ppc"/>
 		<antcall target="rootFileslinux_gtk_ppc64"/>
 		<antcall target="rootFileslinux_gtk_ppc64le"/>
 		<antcall target="rootFileslinux_gtk_x86_64"/>