view keyring/src/main/resources/META-INF/p2.inf @ 1042:40414c3e4f02

Introduce preferences for Eclipse plugin. Reviewed-by: neugens Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2013-March/006109.html
author Severin Gehwolf <sgehwolf@redhat.com>
date Tue, 19 Mar 2013 17:33:08 +0100
parents
children
line wrap: on
line source

# Instructs Eclipse update manager to auto-start this bundle, and also adds
# -Djava.library.path=path/to/eclipse-home where native libs are to be found
instructions.configure = \
org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel: 4); \
org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started: true); \
org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg: -Djava.library.path=${installFolder});
instructions.unconfigure = \
org.eclipse.equinox.p2.touchpoint.eclipse.setStartLevel(startLevel: -1); \
org.eclipse.equinox.p2.touchpoint.eclipse.markStarted(started: false);