Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-04-28 10:14:02 +0000
committerSravan Kumar Lakkimsetti2017-04-28 10:14:02 +0000
commit414d05585ee9d16298a3ee79c770750280c088ef (patch)
tree1f1cfbf6afd67b7954c1442bfa900a118581b180 /tests
parentaafb7f79a1ecbbc6f3aad056699c850c8d1998b8 (diff)
downloadeclipse.platform.swt-414d05585ee9d16298a3ee79c770750280c088ef.tar.gz
eclipse.platform.swt-414d05585ee9d16298a3ee79c770750280c088ef.tar.xz
eclipse.platform.swt-414d05585ee9d16298a3ee79c770750280c088ef.zip
Bug 515548 - Drop support for ppc32 on platform
Change-Id: I391e7ee7cc7755b3bda2483a0ae1e7befcfa9f23 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 e34bd5d137..be4e13ad8d 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.ppc"
- os="linux"
- ws="gtk"
- arch="ppc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"
- unpack="false"/>
-
- <plugin
id="org.eclipse.swt.gtk.linux.ppc64"
os="linux"
ws="gtk"

Back to the top