diff options
| author | Sravan Kumar Lakkimsetti | 2021-01-21 09:28:56 +0000 |
|---|---|---|
| committer | Sravan Kumar Lakkimsetti | 2021-03-11 11:19:44 +0000 |
| commit | fa0c1d2c524b5bd589c0e6e217d07bae1d501705 (patch) | |
| tree | 01fca63679055503640096ec2ae4122c5c4d0f86 | |
| parent | ae6e99b1b36296ae122089cf2d342fd1d307dc6f (diff) | |
| download | eclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.tar.gz eclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.tar.xz eclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.zip | |
Bug 570540 - Build eclipse for Mac M1 processor architectureI20210314-1800I20210313-1800I20210312-2010I20210312-1800I20210312-1540I20210312-1410I20210312-1150I20210312-0940I20210312-0840
Change-Id: I15315db8e1cb9492512b30ddb2f03ddf7177c4e9
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
| -rw-r--r-- | features/org.eclipse.e4.rcp/feature.xml | 21 | ||||
| -rw-r--r-- | features/org.eclipse.e4.rcp/pom.xml | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml index 7ddb7a4fad8..3b7c6fdac9d 100644 --- a/features/org.eclipse.e4.rcp/feature.xml +++ b/features/org.eclipse.e4.rcp/feature.xml @@ -396,6 +396,16 @@ fragment="true"/> <plugin + id="org.eclipse.equinox.launcher.cocoa.macosx.arm64" + os="macosx" + ws="cocoa" + arch="arm64" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true"/> + + <plugin id="org.eclipse.equinox.launcher.gtk.linux.ppc64le" os="linux" ws="gtk" @@ -498,6 +508,17 @@ unpack="false"/> <plugin + id="org.eclipse.swt.cocoa.macosx.arm64" + os="macosx" + ws="cocoa" + arch="arm64" + download-size="0" + install-size="0" + version="0.0.0" + fragment="true" + unpack="false"/> + + <plugin id="org.eclipse.swt.browser.chromium.win32.win32.x86_64" os="win32" ws="win32" diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml index 5802b0f9575..072d38c704b 100644 --- a/features/org.eclipse.e4.rcp/pom.xml +++ b/features/org.eclipse.e4.rcp/pom.xml @@ -38,6 +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.gtk.linux.ppc64le"/> <plugin id="org.eclipse.equinox.launcher.gtk.linux.aarch64"/> <plugin id="org.eclipse.equinox.launcher.gtk.linux.x86_64"/> |
