Fixes dependency error for the structured document context framework that was build breaking.
diff --git a/jsf/tests/org.eclipse.jst.jsf.metadataprocessingtests2/META-INF/MANIFEST.MF b/jsf/tests/org.eclipse.jst.jsf.metadataprocessingtests2/META-INF/MANIFEST.MF
index 3c0a5a9..273f0dc 100644
--- a/jsf/tests/org.eclipse.jst.jsf.metadataprocessingtests2/META-INF/MANIFEST.MF
+++ b/jsf/tests/org.eclipse.jst.jsf.metadataprocessingtests2/META-INF/MANIFEST.MF
@@ -8,5 +8,9 @@
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.jst.jsf.contentmodel.annotations,
  org.eclipse.jst.jsf.metadataprocessors,
- org.eclipse.jst.jsf.metadata.tests
+ org.eclipse.jst.jsf.metadata.tests,
+ org.eclipse.jst.jsf.context,
+ org.eclipse.jst.jsf.context.resolver,
+ org.eclipse.jst.jsf.context.resolver.structureddocument,
+ org.eclipse.jst.jsf.context.structureddocument
 Eclipse-LazyStart: true