Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 7aac548cb4478b75208188f7f1b0138d2792717d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# pull in the applicable implementation fragment at build time (bug 461427)
requires.1.namespace = org.eclipse.equinox.p2.iu
requires.1.name = org.eclipse.swt.win32.win32.x86
requires.1.range = 0.0.0
requires.1.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86))

requires.2.namespace = org.eclipse.equinox.p2.iu
requires.2.name = org.eclipse.swt.win32.win32.x86_64
requires.2.range = 0.0.0
requires.2.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64))

requires.3.namespace = org.eclipse.equinox.p2.iu
requires.3.name = org.eclipse.swt.gtk.linux.x86
requires.3.range = 0.0.0
requires.3.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86))

requires.4.namespace = org.eclipse.equinox.p2.iu
requires.4.name = org.eclipse.swt.cocoa.macosx.x86_64
requires.4.range = 0.0.0
requires.4.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=x86_64))

requires.5.namespace = org.eclipse.equinox.p2.iu
requires.5.name = org.eclipse.swt.gtk.linux.x86_64
requires.5.range = 0.0.0
requires.5.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=x86_64))

requires.6.namespace = org.eclipse.equinox.p2.iu
requires.6.name = org.eclipse.swt.gtk.linux.ppc64le
requires.6.range = 0.0.0
requires.6.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=ppc64le))

Back to the top