make dependency on org.objectteams/ explicit, even if currently used only in javadoc
(interestingly this broke headless build but compiled fine in the IDE)
diff --git a/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF b/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF
index d46aec5..681bff1 100644
--- a/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF
@@ -18,3 +18,4 @@
  org.eclipse.objectteams.otdt.debug.internal;x-internal:="true",
  org.eclipse.objectteams.otdt.debug.internal.breakpoints;x-friends:="org.eclipse.objectteams.otdt.tests"
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Import-Package: org.objectteams