Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: db72e641d90334e54ed5424697f13f71ba54a166 (plain) (blame)
1
2
3
4
5
6
7
# tell pde.build not to generate start levels
org.eclipse.pde.build.append.startlevels=false

# add requirement on org.eclipse.platform.ide
requires.1.namespace=org.eclipse.equinox.p2.iu
requires.1.name=org.eclipse.platform.ide
requires.1.greedy=true

Back to the top