Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-04-28 08:18:34 +0000
committerSravan Kumar Lakkimsetti2017-04-28 08:18:51 +0000
commit8ba843f6a6361cda114174e7221cc1d975b401f6 (patch)
treeb5e10e1352b55236f0fab1b95bf284098c65943a /production/testScripts/configuration/sdk.tests/testScripts
parentb56c25457b1dcf8ec111c49b30d9c37e58b1d9d4 (diff)
downloadeclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.tar.gz
eclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.tar.xz
eclipse.platform.releng.aggregator-8ba843f6a6361cda114174e7221cc1d975b401f6.zip
Bug 515548 - Drop support for ppc32 on platform
Change-Id: If24a69b7938da4ddf53d1cb67790962a9e14f306 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/configuration/sdk.tests/testScripts')
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index a7429aa2d..f082cbe90 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1009,21 +1009,6 @@
</condition>
<condition
property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc.tar.gz">
- <and>
- <equals
- arg1="${os}"
- arg2="linux" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ppc" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-x86_64.tar.gz">
<and>
<equals

Back to the top