added: #documentation
authorClaus Gittinger <cg@exept.de>
Sat, 20 Oct 2012 21:40:38 +0200
changeset 11877 eac5956da22d
parent 11876 aa117e8388d1
child 11878 8ed6599e1202
added: #documentation
Tools_ProjectList.st
--- a/Tools_ProjectList.st	Sat Oct 20 21:39:26 2012 +0200
+++ b/Tools_ProjectList.st	Sat Oct 20 21:40:38 2012 +0200
@@ -35,6 +35,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I implement the project list in the new system browser
+"
 ! !
 
 !ProjectList class methodsFor:'interface specs'!
@@ -931,6 +937,10 @@
 
 !ProjectList class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.53 2012-10-20 19:40:38 cg Exp $'
+!
+
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.52 2012-10-20 19:16:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.53 2012-10-20 19:40:38 cg Exp $'
 ! !