Skip to content

Commit

Permalink
Revert "Make requirement of o.e.swt for swt.win32.aarch64 temporarily
Browse files Browse the repository at this point in the history
optional"

Now that an Equinox launcher is  available for Windows on ARM and the
win32.aarch64 environment is activated in the Eclipse Maven build, the
requirement don't need to be optional anymore.

This reverts commit 5a79f9f.
  • Loading branch information
HannesWell committed May 8, 2024
1 parent d2bb303 commit 3e830bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bundles/org.eclipse.swt/META-INF/p2.inf
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,5 @@ requires.7.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=aarch64)(!(org.e

requires.8.namespace = org.eclipse.equinox.p2.iu
requires.8.name = org.eclipse.swt.win32.win32.aarch64
requires.8.optional = true
requires.8.range = [$version$,$version$]
requires.8.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64)(!(org.eclipse.swt.buildtime=true)))
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ requires.0.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64))

requires.1.namespace = org.eclipse.equinox.p2.iu
requires.1.name = org.eclipse.swt.win32.win32.aarch64
requires.1.optional = true
#requires.1.range = [$version$,$version$]
requires.1.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64))

0 comments on commit 3e830bf

Please sign in to comment.