leave SourceCodeManager uninitialized
authorMichael Beyl <mb@exept.de>
Mon, 19 Jun 2006 16:02:18 +0200
changeset 1493 079d236141ef
parent 1492 69d6894f0d81
child 1494 d381ec86037e
leave SourceCodeManager uninitialized
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Thu Jun 15 11:52:37 2006 +0200
+++ b/CVSSourceCodeManager.st	Mon Jun 19 16:02:18 2006 +0200
@@ -300,7 +300,7 @@
         RemoteCVS := false
     ].
 
-    Smalltalk at:#SourceCodeManager put:self.
+"/    Smalltalk at:#SourceCodeManager put:self.
     DefaultManager := self.    
 
     ('CVSSourceCodeManager [info]: repository CVSROOT is ''' , CVSRoot , '''.') infoPrintCR.
@@ -4285,7 +4285,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.307 2006-04-21 15:38:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.308 2006-06-19 14:02:18 mb Exp $'
 ! !
 
 CVSSourceCodeManager initialize!