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
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>
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
-rw-r--r--eclipse-platform-parent/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml12
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml1
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties3
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml15
7 files changed, 0 insertions, 43 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 312a24403..c838ffddc 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -53,7 +53,6 @@ if [ -z $PATCH_BUILD ]; then
TARGET_PRODUCTS_DIR=$ECLIPSE_BUILDER_DIR/sdk/target/products
if [ -d $TARGET_PRODUCTS_DIR ]; then
pushd $TARGET_PRODUCTS_DIR
- cp org.eclipse.sdk.ide-linux.gtk.ppc64le.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-linux-gtk-ppc64le.tar.gz
cp org.eclipse.sdk.ide-linux.gtk.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-linux-gtk-x86_64.tar.gz
cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-macosx-cocoa-x86_64.tar.gz
cp org.eclipse.sdk.ide-macosx.cocoa.x86_64.dmg $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-SDK-$BUILD_ID-macosx-cocoa-x86_64.dmg
@@ -66,7 +65,6 @@ if [ -z $PATCH_BUILD ]; then
TARGET_PRODUCTS_DIR=$ECLIPSE_BUILDER_DIR/platform/target/products
if [ -d $TARGET_PRODUCTS_DIR ]; then
pushd $TARGET_PRODUCTS_DIR
- cp org.eclipse.platform.ide-linux.gtk.ppc64le.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-linux-gtk-ppc64le.tar.gz
cp org.eclipse.platform.ide-linux.gtk.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-linux-gtk-x86_64.tar.gz
cp org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-macosx-cocoa-x86_64.tar.gz
cp org.eclipse.platform.ide-macosx.cocoa.x86_64.dmg $CJE_ROOT/$DROP_DIR/$BUILD_ID/eclipse-platform-$BUILD_ID-macosx-cocoa-x86_64.dmg
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index b90ca6345..bdbe7b7d9 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -259,11 +259,6 @@
<arch>x86_64</arch>
</environment>
<environment>
- <os>linux</os>
- <ws>gtk</ws>
- <arch>ppc64le</arch>
- </environment>
- <environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86_64</arch>
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>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
index da6739c62..f6b4f763b 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/buildConfigs/equinox-launchers/build.xml
@@ -15,7 +15,6 @@
<property name="archiveRoot" value="launchers" />
<buildRepos os="win32" ws="win32" arch="x86_64" archiveName="${archiveRoot}-win32.win32.x86_64.${buildId}.zip" />
<buildRepos os="linux" ws="gtk" arch="x86_64" archiveName="${archiveRoot}-linux.gtk.x86_64.${buildId}.tar.gz" />
- <buildRepos os="linux" ws="gtk" arch="ppc64le" archiveName="${archiveRoot}-linux.gtk.ppc64le.${buildId}.tar.gz" />
<buildRepos os="macosx" ws="cocoa" arch="x86_64" archiveName="${archiveRoot}-macosx.cocoa.x86_64.${buildId}.tar.gz" />
</target>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
index 8293db20b..4fa4dfe31 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox/publishingFiles/testManifest.xml
@@ -253,11 +253,6 @@
fileName="launchers-linux.gtk.x86_64.${BUILD_ID}.tar.gz" />
<platform
format="equinox"
- id="SLG2PPC64LE"
- name="Linux (PPC64LE/GTK+)"
- fileName="launchers-linux.gtk.ppc64le.${BUILD_ID}.tar.gz" />
- <platform
- format="equinox"
id="SMCC64"
name="Mac OSX (Mac/Cocoa/x86_64)"
fileName="launchers-macosx.cocoa.x86_64.${BUILD_ID}.tar.gz" />
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
index 259a9a022..d762ae699 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties
@@ -29,9 +29,6 @@ root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse
#root.win32.win32.x86=file:executables/win32.win32.x86/eclipsec.exe
#root.win32.win32.x86_64=file:executables/win32.win32.x86_64/eclipsec.exe
-root.linux.gtk.ppc64le=rootfiles/linux.gtk.ppc64le,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/ppc64le
-root.linux.gtk.ppc64le.permissions.755=eclipse
-
root.linux.gtk.x86_64=rootfiles/linux.gtk.x86_64,../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/gtk/linux/x86_64
root.linux.gtk.x86_64.permissions.755=eclipse
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index c6a551ac4..305e63d45 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -945,21 +945,6 @@
</condition>
<condition
property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-linux-gtk-ppc64le.tar.gz">
- <and>
- <equals
- arg1="${os}"
- arg2="linux" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ppc64le" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-x86_64.tar.gz">
<and>
<equals

Back to the top