Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 38feb8b0e3535224669e6138120692e68eb3c252 (plain) (blame)
1
2
3
4
5
6
# ensure that the applicable implementation fragment gets installed (bug 361901)
requires.0.namespace = org.eclipse.equinox.p2.iu
requires.0.name = org.eclipse.swt.win32.win32.x86_64
#requires.0.range = [$version$,$version$]
requires.0.filter = (&(osgi.os=win32)(osgi.ws=win32)(osgi.arch=x86_64))

Back to the top