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 eb43f5d10..c4d475d09 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -15,6 +15,10 @@
name="Linux (64 bit version for Power PC)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
+ id="SLG2AARCH64"
+ name="Linux (64 bit version for AArch64)"
+ fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-aarch64.tar.gz"></platform>
+ <platform
id="SMCC64"
name="Mac OSX (64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
@@ -77,6 +81,10 @@
name="Linux (64 bit version for Power PC)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
+ id="PLG2AARCH64"
+ name="Linux (64 bit version for AArch64)"
+ fileName="eclipse-platform-${BUILD_ID}-linux-gtk-aarch64.tar.gz"></platform>
+ <platform
id="PMCC64"
name="Mac OSX (64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
@@ -157,6 +165,10 @@
name="Linux (64 bit version for Power PC)"
fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
<platform
+ id="SWTLG2AARCH64"
+ name="Linux (64 bit version for AArch64)"
+ fileName="swt-${BUILD_ID}-gtk-linux-aarch64.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