Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2021-01-21 09:28:56 +0000
committerSravan Kumar Lakkimsetti2021-03-11 11:19:44 +0000
commitfa0c1d2c524b5bd589c0e6e217d07bae1d501705 (patch)
tree01fca63679055503640096ec2ae4122c5c4d0f86
parentae6e99b1b36296ae122089cf2d342fd1d307dc6f (diff)
downloadeclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.tar.gz
eclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.tar.xz
eclipse.platform.ui-fa0c1d2c524b5bd589c0e6e217d07bae1d501705.zip
Change-Id: I15315db8e1cb9492512b30ddb2f03ddf7177c4e9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--features/org.eclipse.e4.rcp/feature.xml21
-rw-r--r--features/org.eclipse.e4.rcp/pom.xml1
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"/>

Back to the top