Skip to content

Commit

Permalink
Remove now unsuitable arch attributes in equinox.core.sdk feature
Browse files Browse the repository at this point in the history
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
eclipse-equinox#564
  • Loading branch information
HannesWell committed Mar 29, 2024
1 parent dee9f0f commit 5cb4412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions features/org.eclipse.equinox.core.sdk/feature.xml
Expand Up @@ -74,13 +74,11 @@
<plugin
id="org.eclipse.equinox.security.win32"
os="win32"
arch="x86_64"
version="0.0.0"/>

<plugin
id="org.eclipse.equinox.security.win32.source"
os="win32"
arch="x86_64"
version="0.0.0"/>

<plugin
Expand Down

0 comments on commit 5cb4412

Please sign in to comment.