blob: e2b8d9ea1d63926ed73c1cf97ec6c53346b83267 [file] [log] [blame]
instructions.install = \
setProgramProperty(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 = \
setProgramProperty(propName:osgi.hook.configurators.include,propValue:); \
setProgramProperty(propName:osgi.classloader.singleThreadLoads,propValue:); \
setProgramProperty(propName:osgi.classloader.lock,propValue:); \
setProgramProperty(propName:ot.equinox,propValue:);