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/scripts/genIOOTBreakPoints.sh b/plugins/org.eclipse.objectteams.otdt.debug/scripts/genIOOTBreakPoints.sh
index 4aaf5bb..6050c71 100644
--- a/plugins/org.eclipse.objectteams.otdt.debug/scripts/genIOOTBreakPoints.sh
+++ b/plugins/org.eclipse.objectteams.otdt.debug/scripts/genIOOTBreakPoints.sh
@@ -33,7 +33,7 @@
  * Fraunhofer FIRST - Initial API and implementation
  * Technical University Berlin - Initial API and implementation
  **********************************************************************/
-package org.eclipse.objectteams.otdt.debug.core.breakpoints;
+package org.eclipse.objectteams.otdt.debug.internal.breakpoints;
 
 /** 
  *  Do not edit: This interface is auto-generated from org/objectteams/Team.java 
@@ -48,8 +48,8 @@
 # INPUT:
 OTRE=$1
 if [ ! -d ${OTRE} ]; then
-	echo "Project root of OTRE not found at ${OTRE}".
-	echo "Perhaps you don't have project OTRE in your workspace?"
+	echo "Project root of org.eclipse.objectteams.runtime not found at ${OTRE}".
+	echo "Perhaps you don't have project org.eclipse.objectteams.runtime in your workspace?"
 	exit
 fi
 TEAM=${OTRE}/src/org/objectteams/Team.java
@@ -59,7 +59,7 @@
 fi
 
 # OUTPUT:
-OUT=src/org/eclipse/objectteams/otdt/debug/core/breakpoints/IOOTBreakPoints.java
+OUT=src/org/eclipse/objectteams/otdt/debug/internal/breakpoints/IOOTBreakPoints.java
 
 if [ "$2" != "RUN" ]
 then