Bug 510406 - 2 junit test case fail in the integration build

Need to add org.eclipse.osgi.util to RCP now because osgi.services
requires packages from it.

Change-Id: Ie378442b0a38301e72c52a6743b542ab78c77716
Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml
index 1f75e64..78be3ea 100644
--- a/features/org.eclipse.e4.rcp/feature.xml
+++ b/features/org.eclipse.e4.rcp/feature.xml
@@ -372,6 +372,13 @@
          unpack="false"/>
 
    <plugin
+         id="org.eclipse.osgi.util"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
          id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"
          os="macosx"
          ws="cocoa"