*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 22 Oct 2008 00:21:36 +0200
changeset 2027 2dca45de7d46
parent 2026 dd6a51f84ac2
child 2028 1f54c88269b2
*** empty log message ***
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Wed Oct 22 00:18:09 2008 +0200
+++ b/CVSSourceCodeManager.st	Wed Oct 22 00:21:36 2008 +0200
@@ -4313,7 +4313,7 @@
         modulePath :=  moduleDir , '/' , packageDir. 
 
         self use_rlog ifFalse:[
-self halt.
+self halt:'non-rlog no longer supported'.
 ^ self.
 "/            self createEntryFor:fullName 
 "/                 module:moduleDir
@@ -4752,7 +4752,7 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.358 2008-10-20 14:30:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.359 2008-10-21 22:21:36 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!