Tried to fix "Event Admin service is not available, unable to publish
event org.osgi.service.event.Event" when running
org.eclipse.sphinx.tests.emf.ui.integration tests
diff --git a/tests/org.eclipse.sphinx.tests.emf.ui.integration/META-INF/MANIFEST.MF b/tests/org.eclipse.sphinx.tests.emf.ui.integration/META-INF/MANIFEST.MF
index 1dd2753..3b2b7bb 100644
--- a/tests/org.eclipse.sphinx.tests.emf.ui.integration/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.sphinx.tests.emf.ui.integration/META-INF/MANIFEST.MF
@@ -8,7 +8,8 @@
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
 Require-Bundle: org.eclipse.sphinx.emf.ui,
  org.eclipse.sphinx.emf.editors.forms,
- org.eclipse.sphinx.testutils.integration.referenceworkspace
+ org.eclipse.sphinx.testutils.integration.referenceworkspace,
+ org.eclipse.equinox.event
 Export-Package: org.eclipse.sphinx.tests.emf.ui.integration.internal;x-internal:=true,
  org.eclipse.sphinx.tests.emf.ui.integration.util,
  org.eclipse.sphinx.tests.emf.ui.integration.util.editors