Bug 292935. [ds] need to add a p2.inf to set the equinox.use.ds property
diff --git a/bundles/org.eclipse.equinox.ds/META-INF/p2.inf b/bundles/org.eclipse.equinox.ds/META-INF/p2.inf
new file mode 100644
index 0000000..33530fb
--- /dev/null
+++ b/bundles/org.eclipse.equinox.ds/META-INF/p2.inf
@@ -0,0 +1,4 @@
+instructions.configure=\
+  setProgramProperty(propName:equinox.use.ds, propValue:true);
+instructions.unconfigure=\
+  setProgramProperty(propName:equinox.use.ds, propValue:);