Bug 431232 - Provide fragment for ppc64le

Initial fragment usable and enabled in build via
-Dnative=gtk.linux.pp64le parameter.

Change-Id: Ic9ee7c3cc8c313040bb369afe46c9086aa4fea5d
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml
new file mode 100644
index 0000000..e7abcf3
--- /dev/null
+++ b/bundles/org.eclipse.swt.gtk.linux.ppc64le/build.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project name="org.eclipse.swt.gtk.linux.ppc64le" default="build.jars" basedir=".">
+
+	<property name="swt.ws" value="gtk" />
+	<property name="swt.os" value="linux" />
+	<property name="swt.arch" value="ppc64le" />
+	<property name="targets" value="make_mozilla make_xulrunner make_xpcominit install"/>
+	
+	<!-- These properties are used by eclipse when exporting as Deployable plugin and fragments -->
+	<property name="version.suffix" value="3.103.0" />
+	
+	<condition property="plugindir" value="../../../eclipse.platform.swt/bundles/org.eclipse.swt" else="${buildDirectory}/plugins/org.eclipse.swt">
+		<available file="../../../eclipse.platform.swt/bundles/org.eclipse.swt" type="dir"/>
+	</condition>
+	<import file="${plugindir}/buildFragment.xml"/>
+	<import file="${plugindir}/buildSWT.xml"/>
+</project>
\ No newline at end of file