Skip to content

Commit 3e830bf

Browse files
committed
Revert "Make requirement of o.e.swt for swt.win32.aarch64 temporarily
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.
1 parent d2bb303 commit 3e830bf

File tree

2 files changed

+0
-2
lines changed
  • bundles/org.eclipse.swt/META-INF
  • examples/org.eclipse.swt.examples.ole.win32/META-INF

2 files changed

+0
-2
lines changed

bundles/org.eclipse.swt/META-INF/p2.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ requires.7.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=aarch64)(!(org.e
3737

3838
requires.8.namespace = org.eclipse.equinox.p2.iu
3939
requires.8.name = org.eclipse.swt.win32.win32.aarch64
40-
requires.8.optional = true
4140
requires.8.range = [$version$,$version$]
4241
requires.8.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64)(!(org.eclipse.swt.buildtime=true)))

examples/org.eclipse.swt.examples.ole.win32/META-INF/p2.inf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ requires.0.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64))
66

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

0 commit comments

Comments
 (0)