Tools__NamespaceList.st
branchjv
changeset 12308 5d9291c0fc27
parent 12296 6921627a8c27
child 12314 0cbf76168690
--- a/Tools__NamespaceList.st	Fri Nov 30 14:25:59 2012 +0000
+++ b/Tools__NamespaceList.st	Fri Nov 30 17:23:39 2012 +0000
@@ -34,6 +34,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I implement the namespace list in the new system browser
+"
 ! !
 
 !NamespaceList class methodsFor:'interface specs'!
@@ -555,9 +561,9 @@
 !NamespaceList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.19 2011/12/04 11:34:38 vrany Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/Tools_NamespaceList.st,v 1.20 2012/10/20 19:36:38 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Tools__NamespaceList.st 8059 2012-09-27 20:08:20Z vranyj1 $'
+    ^ '$Id: Tools__NamespaceList.st 8074 2012-11-30 17:23:39Z vranyj1 $'
 ! !