From e28b81bd0e08fa21e1194ad43acd1bf83a7a5862 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Fri, 29 Mar 2024 07:42:24 +0100 Subject: [PATCH] Remove now unsuitable arch attributes in equinox.core.sdk feature Now that the o.e.equinox.security.win32 fragment is architecture independent (because it is implemented through JNA) restricting it to one arch when including it in features is not necessary anymore. This was forgotten in PR https://github.com/eclipse-equinox/equinox/pull/564 --- features/org.eclipse.equinox.core.sdk/feature.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/features/org.eclipse.equinox.core.sdk/feature.xml b/features/org.eclipse.equinox.core.sdk/feature.xml index 61c03aeb2d..f07279b4f7 100644 --- a/features/org.eclipse.equinox.core.sdk/feature.xml +++ b/features/org.eclipse.equinox.core.sdk/feature.xml @@ -74,13 +74,11 @@