Skip to content

Commit a255fd1

Browse files
committed
Fix svg fragment build
Ensure that the applicable implementation fragments are available for svg fragment Part of eclipse-platform/eclipse.platform.releng.aggregator#3006
1 parent dcc8cd1 commit a255fd1

File tree

1 file changed

+32
-0
lines changed
  • bundles/org.eclipse.swt.svg/META-INF

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# ensure that the applicable implementation fragment gets installed (https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3006)
2+
requires.1.namespace = org.eclipse.equinox.p2.iu
3+
requires.1.name = org.eclipse.swt.win32.win32.x86_64
4+
requires.1.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64))
5+
6+
requires.2.namespace = org.eclipse.equinox.p2.iu
7+
requires.2.name = org.eclipse.swt.cocoa.macosx.x86_64
8+
requires.2.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=x86_64))
9+
10+
requires.3.namespace = org.eclipse.equinox.p2.iu
11+
requires.3.name = org.eclipse.swt.gtk.linux.x86_64
12+
requires.3.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86_64))
13+
14+
requires.4.namespace = org.eclipse.equinox.p2.iu
15+
requires.4.name = org.eclipse.swt.gtk.linux.ppc64le
16+
requires.4.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=ppc64le))
17+
18+
requires.5.namespace = org.eclipse.equinox.p2.iu
19+
requires.5.name = org.eclipse.swt.gtk.linux.aarch64
20+
requires.5.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=aarch64))
21+
22+
requires.6.namespace = org.eclipse.equinox.p2.iu
23+
requires.6.name = org.eclipse.swt.cocoa.macosx.aarch64
24+
requires.6.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=aarch64))
25+
26+
requires.7.namespace = org.eclipse.equinox.p2.iu
27+
requires.7.name = org.eclipse.swt.win32.win32.aarch64
28+
requires.7.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=aarch64))
29+
30+
requires.8.namespace = org.eclipse.equinox.p2.iu
31+
requires.8.name = org.eclipse.swt.gtk.linux.riscv64
32+
requires.8.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=riscv64))

0 commit comments

Comments
 (0)