Bug 572799 - Replace arm64 with aarch64

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>
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index 7eb6c4c..e9df04c 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 072d38c..beec2ba 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"/>