CVSSourceCodeManager.st
changeset 2738 35a691a0d6de
parent 2737 1eda059e1825
child 2739 ec6ef52ebb5d
--- a/CVSSourceCodeManager.st	Fri Jan 20 16:00:44 2012 +0100
+++ b/CVSSourceCodeManager.st	Fri Jan 20 16:08:05 2012 +0100
@@ -209,7 +209,7 @@
     DisabledModules := nil.
     CVSModuleRoots isNil ifTrue:[
         CVSModuleRoots := Dictionary new.
-        CVSModuleRoots at:'stx' put:':pserver:cvs@cvs.smalltalk-x.de:/cvs/stx'.
+        "/ CVSModuleRoots at:'stx' put:':pserver:cvs@cvs.smalltalk-x.de:/cvs/stx'.
     ].
 
     "/
@@ -296,7 +296,7 @@
 
     "Created: / 04-11-1995 / 19:14:38 / cg"
     "Modified: / 19-12-1995 / 14:25:46 / stefan"
-    "Modified: / 20-01-2012 / 15:59:59 / cg"
+    "Modified: / 20-01-2012 / 16:07:25 / cg"
 !
 
 initializeForRepository:aDirectoryName
@@ -5071,11 +5071,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.423 2012-01-20 15:00:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.424 2012-01-20 15:08:05 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.423 2012-01-20 15:00:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.424 2012-01-20 15:08:05 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!