initial commit in accordance with CQ 3784
diff --git a/plugins/org.eclipse.objectteams.otequinox/META-INF/p2.inf b/plugins/org.eclipse.objectteams.otequinox/META-INF/p2.inf
new file mode 100644
index 0000000..e2b8d9e
--- /dev/null
+++ b/plugins/org.eclipse.objectteams.otequinox/META-INF/p2.inf
@@ -0,0 +1,10 @@
+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:);