Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4237061a29d851163ebc68a993d91e7e2f8dd38f (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