Skip to main content
summaryrefslogtreecommitdiffstats
blob: d12e0da8888f5a4ffe7bd0dd94273328018dfe03 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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

# remove inclusion of javax.transaction - see bug #409122 for further information
requires.0.namespace = org.eclipse.equinox.p2.iu
requires.0.name = javax.transaction
requires.0.min = 0
requires.0.max = 0

Back to the top