Skip to main content
summaryrefslogtreecommitdiffstats
blob: 23cb0849c3b00f3c21aee925d622b2d52b2a3a6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.range=[3.5.0.I20090522-1710,3.5.0.I20090522-1710]
requires.1.greedy=true

# disable listing of feature in any category
properties.1.name=org.eclipse.equinox.p2.type.category
properties.1.value=false

Back to the top