Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2021-04-23 18:06:02 +0000
committerLakshmi P Shanmugam2021-04-27 19:35:58 +0000
commitd023d8bbc621b7f172140e8f72686ad20d1f7e57 (patch)
treecaa8e78994960d761be569c40abe73dcc6890c11
parent2e5e6ec2b3792fa46634cf16f3bf614a008e3eca (diff)
downloadeclipse.platform.ui-d023d8bbc621b7f172140e8f72686ad20d1f7e57.tar.gz
eclipse.platform.ui-d023d8bbc621b7f172140e8f72686ad20d1f7e57.tar.xz
eclipse.platform.ui-d023d8bbc621b7f172140e8f72686ad20d1f7e57.zip
Bug 572799 - Replace arm64 with aarch64I20210428-0330I20210428-0040I20210427-1800
Replace occurrences of arm64 with aarch64 in fragment and arch name. Change-Id: I2c0a15e71e626c61c9e8151ef7365167d50b5d62 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.ui/+/179758 Tested-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com> Reviewed-by: Lakshmi P Shanmugam <lshanmug@in.ibm.com>
-rw-r--r--features/org.eclipse.e4.rcp/feature.xml8
-rw-r--r--features/org.eclipse.e4.rcp/pom.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index 7eb6c4c5da6..e9df04c12cf 100644
--- a/features/org.eclipse.e4.rcp/feature.xml
+++ b/features/org.eclipse.e4.rcp/feature.xml
@@ -396,10 +396,10 @@
fragment="true"/>
<plugin
- id="org.eclipse.equinox.launcher.cocoa.macosx.arm64"
+ id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64"
os="macosx"
ws="cocoa"
- arch="arm64"
+ arch="aarch64"
download-size="0"
install-size="0"
version="0.0.0"
@@ -508,10 +508,10 @@
unpack="false"/>
<plugin
- id="org.eclipse.swt.cocoa.macosx.arm64"
+ id="org.eclipse.swt.cocoa.macosx.aarch64"
os="macosx"
ws="cocoa"
- arch="arm64"
+ arch="aarch64"
download-size="0"
install-size="0"
version="0.0.0"
diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml
index 072d38c704b..beec2baf354 100644
--- a/features/org.eclipse.e4.rcp/pom.xml
+++ b/features/org.eclipse.e4.rcp/pom.xml
@@ -38,7 +38,7 @@
<plugin id="javax.xml"/>
<plugin id="org.eclipse.swt"/>
<plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/>
- <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.arm64"/>
+ <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.aarch64"/>
<plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le"/>
<plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64"/>
<plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/>

Back to the top