diff options
author | Steve Francisco | 2014-05-23 11:08:59 -0400 |
---|---|---|
committer | Steve Francisco | 2014-05-23 15:03:35 -0400 |
commit | 074095441cc139a2dd5be2f5ec5193dc9520e23c (patch) | |
tree | 4652daa5c943c5f461f2f9070f2afc511af1a4b1 | |
parent | 17bb4dddf01e4bb875128e0b50924b8b39143cb1 (diff) | |
download | eclipse.platform.releng-074095441cc139a2dd5be2f5ec5193dc9520e23c.zip eclipse.platform.releng-074095441cc139a2dd5be2f5ec5193dc9520e23c.tar.gz eclipse.platform.releng-074095441cc139a2dd5be2f5ec5193dc9520e23c.tar.xz |
bug 435642 - add support for linux ppc64le
Signed-off-by: Steve Francisco <cisco@ca.ibm.com>
-rw-r--r-- | features/org.eclipse.platform-feature/feature.xml | 12 | ||||
-rw-r--r-- | features/org.eclipse.platform-feature/pom.xml | 1 |
2 files changed, 12 insertions, 1 deletions
diff --git a/features/org.eclipse.platform-feature/feature.xml b/features/org.eclipse.platform-feature/feature.xml index 660e951..6a61252 100644 --- a/features/org.eclipse.platform-feature/feature.xml +++ b/features/org.eclipse.platform-feature/feature.xml @@ -487,6 +487,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" @@ -578,4 +588,4 @@ version="0.0.0" unpack="false"/> -</feature>
\ No newline at end of file +</feature> diff --git a/features/org.eclipse.platform-feature/pom.xml b/features/org.eclipse.platform-feature/pom.xml index f0f736a..40d9fca 100644 --- a/features/org.eclipse.platform-feature/pom.xml +++ b/features/org.eclipse.platform-feature/pom.xml @@ -68,6 +68,7 @@ <plugin id="org.eclipse.core.filesystem.win32.x86_64"/> <plugin id="org.eclipse.core.filesystem.linux.ppc"/> <plugin id="org.eclipse.core.filesystem.linux.ppc64"/> + <plugin id="org.eclipse.core.filesystem.linux.ppc64le"/> <plugin id="org.eclipse.core.resources.win32.x86"/> <plugin id="org.eclipse.core.filesystem.win32.x86_64"/> <plugin id="org.eclipse.core.net.linux.x86"/> |