blob: 25b3050f9a9ec66ec7d8072cf63831daec936aa9 [file] [log] [blame]
Stephan Herrmann01664412010-04-01 20:28:43 +00001instructions.install = \
Stephan Herrmannd9548b32011-04-26 07:26:30 +00002 addProgramProperty(propName:osgi.hook.configurators.include,propValue:org.eclipse.objectteams.otequinox.hook.HookConfigurator); \
Stephan Herrmann01664412010-04-01 20:28:43 +00003 setProgramProperty(propName:osgi.classloader.singleThreadLoads,propValue:false); \
4 setProgramProperty(propName:osgi.classloader.lock,propValue:classname); \
5 setProgramProperty(propName:ot.equinox,propValue:1);
6instructions.uninstall = \
Stephan Herrmann50366722011-03-04 19:39:37 +00007 removeProgramProperty(propName:osgi.hook.configurators.include,propValue:org.eclipse.objectteams.otequinox.hook.HookConfigurator); \
Stephan Herrmann01664412010-04-01 20:28:43 +00008 setProgramProperty(propName:osgi.classloader.singleThreadLoads,propValue:); \
9 setProgramProperty(propName:osgi.classloader.lock,propValue:); \
10 setProgramProperty(propName:ot.equinox,propValue:);