Bug 578823 - Context spy should define a dependency to spy.core

Without this the runtime will not include the necessary spy.core plug-in

Change-Id: I092530a53ff1da9216496f312c33ee4c6e7f9f7c
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Reviewed-on: https://git.eclipse.org/r/c/pde/eclipse.pde.ui/+/190943
Tested-by: PDE Bot <pde-bot@eclipse.org>
Tested-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
Reviewed-by: Vikas Chandra <Vikas.Chandra@in.ibm.com>
diff --git a/ui/org.eclipse.pde.spy.context/META-INF/MANIFEST.MF b/ui/org.eclipse.pde.spy.context/META-INF/MANIFEST.MF
index 9f25000..c564c9e 100644
--- a/ui/org.eclipse.pde.spy.context/META-INF/MANIFEST.MF
+++ b/ui/org.eclipse.pde.spy.context/META-INF/MANIFEST.MF
@@ -14,7 +14,8 @@
  org.eclipse.e4.ui.di;bundle-version="1.0.0",
  org.eclipse.e4.ui.services;bundle-version="1.0.0",
  org.eclipse.e4.core.di;bundle-version="1.3.0",
- org.eclipse.e4.core.services;bundle-version="1.1.0"
+ org.eclipse.e4.core.services;bundle-version="1.1.0",
+ org.eclipse.pde.spy.core;bundle-version="1.0.100"
 Bundle-ActivationPolicy: lazy
 Import-Package: javax.annotation;version="1.2.0",
  javax.inject;version="1.0.0"