Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-05-11 10:23:46 +0000
committerSravan Kumar Lakkimsetti2020-05-11 10:23:46 +0000
commit10c0f7b307118b9feafadaaf516069d05dd767e0 (patch)
tree499f2a9da7861816ecb668136882c2d9bb8cb713 /eclipse.platform.releng.tychoeclipsebuilder/eclipse
parent56bcd17269cbc9951ffeac1f29497fc6331bbb7b (diff)
downloadeclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.tar.gz
eclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.tar.xz
eclipse.platform.releng.aggregator-10c0f7b307118b9feafadaaf516069d05dd767e0.zip
Bug 563040 - Drop PPC64LE from eclipse platform build
Change-Id: I1aeb7869bf66fa74636fae6992d3b2b1bd710889 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml12
1 files changed, 0 insertions, 12 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 0684f7bbb..70665a7c5 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -11,10 +11,6 @@
name="Linux (64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
- id="SLG2PPC64LE"
- name="Linux (64 bit version for Power PC)"
- fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
- <platform
id="SMCC64"
name="Mac OSX (64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
@@ -73,10 +69,6 @@
name="Linux (64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
- id="PLG2PPC64LE"
- name="Linux (64 bit version for Power PC)"
- fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
- <platform
id="PMCC64"
name="Mac OSX (64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
@@ -153,10 +145,6 @@
name="Linux (64 bit version)"
fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
<platform
- id="SWTLG2PPC64LE"
- name="Linux (64 bit version for Power PC)"
- fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
- <platform
id="SWTMCC64"
name="Mac OSX (64 bit version)"
fileName="swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"></platform>

Back to the top