Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 70665a7c5..0684f7bbb 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -11,6 +11,10 @@
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>
@@ -69,6 +73,10 @@
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>
@@ -145,6 +153,10 @@
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