Revert "Bug 563040 - Drop PPC64LE from eclipse platform build"

This reverts commit 1830b24e03426bb5eee9d19a51a5e8170ad79873.

Change-Id: I02ea31867b6db2268c1a8afeb7915b03acd1dd46
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml
index 0343f5e..84d4a38 100644
--- a/features/org.eclipse.platform-feature/feature.xml
+++ b/features/org.eclipse.platform-feature/feature.xml
@@ -401,6 +401,16 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.core.filesystem.linux.ppc64le"
+         os="linux"
+         arch="ppc64le"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         fragment="true"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.core.variables"
          download-size="0"
          install-size="0"
diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml
index fd06458..04c9417 100644
--- a/features/org.eclipse.platform-feature/pom.xml
+++ b/features/org.eclipse.platform-feature/pom.xml
@@ -58,6 +58,7 @@
                 <plugin id="org.eclipse.core.filesystem.linux.x86_64"/>
                 <plugin id="org.eclipse.core.filesystem.macosx"/>
                 <plugin id="org.eclipse.core.filesystem.win32.x86_64"/>
+                <plugin id="org.eclipse.core.filesystem.linux.ppc64le"/>
                 <plugin id="org.eclipse.core.resources.win32.x86_64"/>
               </excludes>
             </configuration>