stx_libbasic.st
branchjv
changeset 17966 8b5df02e171f
parent 17964 fb0bbcbb6f83
child 17976 50c2416f962a
--- a/stx_libbasic.st	Fri Sep 07 13:46:06 2012 +0100
+++ b/stx_libbasic.st	Fri Sep 07 17:24:32 2012 +0100
@@ -506,6 +506,7 @@
 	MiniLogger
 	PolymorphicInlineCache
 	(#'CharacterEncoderImplementations::ISO10646_to_XMLUTF8' autoload)
+	MethodWithBreakpoints		
     )
 !
 
@@ -572,7 +573,7 @@
 !stx_libbasic class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libbasic.st 10842 2012-09-07 10:49:18Z vranyj1 $'
+    ^ '$Id: stx_libbasic.st 10844 2012-09-07 16:24:32Z vranyj1 $'
 !
 
 version_CVS
@@ -580,5 +581,5 @@
 !
 
 version_SVN
-    ^ '$Id:: stx_libbasic.st 10842 2012-09-07 10:49:18Z vranyj1                                                                     $'
+    ^ '$Id:: stx_libbasic.st 10844 2012-09-07 16:24:32Z vranyj1                                                                     $'
 ! !