Bug 512224 - Use PPC64 and ppc64 LE machines from redhat

- disabling Xulrunner build from ppc64

Change-Id: I38129d5d2d4f0b490afec072cab0526eb66d877c
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
index 04f7761..faeb5f3 100644
--- a/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64/build.xml
@@ -4,7 +4,7 @@
 	<property name="swt.ws" value="gtk" />
 	<property name="swt.os" value="linux" />
 	<property name="swt.arch" value="ppc64" />
-	<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+	<property name="targets" value="install"/>
 	
 	<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
 	<property name="version.suffix" value="3.106.0" />