Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1571e362e3408ba709e923a4fe0489532ee5e29c (plain) (blame)
1
2
3
4
5
6
7
8
9
org.eclipse.pde.build.append.startlevels=false
org.eclipse.pde.build.append.launchers=true
properties.1.name=org.eclipse.equinox.p2.type.group
properties.1.value=false

instructions.configure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName
instructions.configure=setLauncherName(name:rt);
instructions.unconfigure.import=org.eclipse.equinox.p2.touchpoint.eclipse.setLauncherName
instructions.unconfigure=setLauncherName();

Back to the top