Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Francisco2014-08-08 20:30:04 +0000
committerSteve Francisco2014-08-21 18:51:11 +0000
commitf8bae95d32b008d405aeadc6d10b32123470f6ef (patch)
tree574b067f6feaf36e9a3a1d18b7e2788270f35e01 /features/org.eclipse.equinox.executable.feature/feature.xml
parentccf3e272e08427db9e2306ef5abfe44ad7f6d2e1 (diff)
downloadrt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.tar.gz
rt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.tar.xz
rt.equinox.framework-f8bae95d32b008d405aeadc6d10b32123470f6ef.zip
Bug 442294 - Add build instructions for ppc64le platform
Signed-off-by: Steve Francisco <cisco@ca.ibm.com>
Diffstat (limited to 'features/org.eclipse.equinox.executable.feature/feature.xml')
-rw-r--r--features/org.eclipse.equinox.executable.feature/feature.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index 6ff5b9ae4..90acd678b 100644
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -82,6 +82,16 @@
fragment="true"/>
<plugin
+ id="org.eclipse.equinox.launcher.gtk.linux.ppc64le"
+ os="linux"
+ ws="gtk"
+ arch="ppc64le"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ fragment="true"/>
+
+ <plugin
id="org.eclipse.equinox.launcher.gtk.linux.x86"
os="linux"
ws="gtk"

Back to the top