Tools__StoreProjectBrowser.st
changeset 7011 c7eb68743e04
parent 7010 52a2a508e169
child 7012 87be347471a9
--- a/Tools__StoreProjectBrowser.st	Sun Aug 27 17:17:14 2006 +0200
+++ b/Tools__StoreProjectBrowser.st	Sun Aug 27 17:19:23 2006 +0200
@@ -45,17 +45,10 @@
 
 documentation
 "
-    documentation to be added.
-
-    [author:]
-        cg (cg@FUSI)
-
-    [instance variables:]
-
-    [class variables:]
-
-    [see also:]
-
+    An experimental first attempt to access a Store database.
+    As I dont have (and dont want) access to a VW implementation for reference,
+    the layout and contents of the tables has been guessed.
+    The goal is to be able to read public domain code from a store DB.
 "
 !
 
@@ -945,5 +938,5 @@
 !StoreProjectBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StoreProjectBrowser.st,v 1.4 2006-08-27 15:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StoreProjectBrowser.st,v 1.5 2006-08-27 15:19:23 cg Exp $'
 ! !