Tools__VariableList.st
branchjv
changeset 12308 5d9291c0fc27
parent 12296 6921627a8c27
child 12314 0cbf76168690
--- a/Tools__VariableList.st	Fri Nov 30 14:25:59 2012 +0000
+++ b/Tools__VariableList.st	Fri Nov 30 17:23:39 2012 +0000
@@ -42,6 +42,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I implement the variable list (below class list) in the new system browser
+"
 ! !
 
 !VariableList class methodsFor:'interface specs'!
@@ -822,9 +828,9 @@
 !VariableList class methodsFor:'documentation'!
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.18 2012/06/22 13:44:41 sr Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/Tools__VariableList.st,v 1.19 2012/10/20 19:41:20 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: Tools__VariableList.st 8059 2012-09-27 20:08:20Z vranyj1 $'
+    ^ '$Id: Tools__VariableList.st 8074 2012-11-30 17:23:39Z vranyj1 $'
 ! !