Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-06-06 08:18:02 +0000
committerAlexander Kurtakov2018-06-06 08:19:28 +0000
commitb7d8903644a26c2bb9393dbdc59250316de05ed7 (patch)
tree3e4a37fcd76c1f71a5b104f5a1fdb34e83f442e9 /tests
parent137459aa9b873954ba17bf2d124d208562b1d7f9 (diff)
downloadeclipse.platform.swt-b7d8903644a26c2bb9393dbdc59250316de05ed7.tar.gz
eclipse.platform.swt-b7d8903644a26c2bb9393dbdc59250316de05ed7.tar.xz
eclipse.platform.swt-b7d8903644a26c2bb9393dbdc59250316de05ed7.zip
Bug 518669 - Drop support for Linux ppc64 in 4.9
Remove build support and tests running setup for ppc64 in swt. Change-Id: I488a6ce9398baca50a7fe1fdd4fa1163868fbf3d Signed-off-by: Alexander Kurtakov <akurtako@redhat.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 be4e13ad8d..e0ce8c6eda 100644
--- a/tests/org.eclipse.swt.tests.fragments.feature/feature.xml
+++ b/tests/org.eclipse.swt.tests.fragments.feature/feature.xml
@@ -42,17 +42,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.swt.gtk.linux.ppc64"
- os="linux"
- ws="gtk"
- arch="ppc64"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.swt.gtk.linux.ppc64le"
os="linux"
ws="gtk"

Back to the top