Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-05-11 10:26:44 +0000
committerSravan Kumar Lakkimsetti2020-05-11 10:41:58 +0000
commit5617743dcbd4388d5c823dc2eebf2c512c9dfd37 (patch)
treedea6f3cbe02d8ee9d55c0eab08f17e620310dff8 /tests
parent8b33522511068827c2bf4399522b66906bcec86c (diff)
downloadeclipse.platform.swt-5617743dcbd4388d5c823dc2eebf2c512c9dfd37.tar.gz
eclipse.platform.swt-5617743dcbd4388d5c823dc2eebf2c512c9dfd37.tar.xz
eclipse.platform.swt-5617743dcbd4388d5c823dc2eebf2c512c9dfd37.zip
Bug 563040 - Drop PPC64LE from eclipse platform build
Change-Id: Ibb81aae0ca63e76f3b4d922bd4506f65dae9a183 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests.fragments.feature/feature.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/org.eclipse.swt.tests.fragments.feature/feature.xml b/tests/org.eclipse.swt.tests.fragments.feature/feature.xml
index 2b402cc875..fc997edd08 100644
--- a/tests/org.eclipse.swt.tests.fragments.feature/feature.xml
+++ b/tests/org.eclipse.swt.tests.fragments.feature/feature.xml
@@ -31,17 +31,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.swt.gtk.linux.ppc64le"
- os="linux"
- ws="gtk"
- arch="ppc64le"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.swt.win32.win32.x86_64"
os="win32"
ws="win32"

Back to the top