API consolidation for org.eclipse.objectteams.otdt.debug
- redefine the line between API and non-API
- add javadoc to API
- removed some unused stuff
Also:
- implemented clearing the TeamView when a launch terminates
- removed redundant sort mode "activation order"
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 ce7d204..d46aec5 100644
--- a/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.objectteams.otdt.debug/META-INF/MANIFEST.MF
@@ -15,6 +15,6 @@
  org.eclipse.objectteams.otdt
 Bundle-ActivationPolicy: lazy
 Export-Package: org.eclipse.objectteams.otdt.debug,
- org.eclipse.objectteams.otdt.debug.core.breakpoints,
- org.eclipse.objectteams.otdt.debug.internal
+ 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