blob: 25b3050f9a9ec66ec7d8072cf63831daec936aa9 [file] [log] [blame]
instructions.install = \
addProgramProperty(propName:osgi.hook.configurators.include,propValue:org.eclipse.objectteams.otequinox.hook.HookConfigurator); \
setProgramProperty(propName:osgi.classloader.singleThreadLoads,propValue:false); \
setProgramProperty(propName:osgi.classloader.lock,propValue:classname); \
setProgramProperty(propName:ot.equinox,propValue:1);
instructions.uninstall = \
removeProgramProperty(propName:osgi.hook.configurators.include,propValue:org.eclipse.objectteams.otequinox.hook.HookConfigurator); \
setProgramProperty(propName:osgi.classloader.singleThreadLoads,propValue:); \
setProgramProperty(propName:osgi.classloader.lock,propValue:); \
setProgramProperty(propName:ot.equinox,propValue:);