Bug 396086 - Merge in CBI patches from 4.2.2 into 4.3 (non-pom changes)
for jdt.debug
diff --git a/org.eclipse.jdt.launching.ui.macosx/META-INF/p2.inf b/org.eclipse.jdt.launching.ui.macosx/META-INF/p2.inf
new file mode 100644
index 0000000..0168235
--- /dev/null
+++ b/org.eclipse.jdt.launching.ui.macosx/META-INF/p2.inf
@@ -0,0 +1,11 @@
+# ensure that the applicable implementation fragment gets installed (bug 361901)

+requires.0.namespace = org.eclipse.equinox.p2.iu

+requires.0.name = org.eclipse.swt.cocoa.macosx.x86_64

+#requires.0.range = [$version$,$version$]

+requires.0.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=x86_64))

+

+

+requires.1.namespace = org.eclipse.equinox.p2.iu

+requires.1.name = org.eclipse.swt.cocoa.macosx

+#requires.1.range = [$version$,$version$]

+requires.1.filter = (&(osgi.os=macosx)(osgi.ws=cocoa)(osgi.arch=x86))
\ No newline at end of file