cache flush
authorClaus Gittinger <cg@exept.de>
Fri, 19 Aug 2011 10:46:17 +0200
changeset 2480 c5679df814ba
parent 2479 e1c999ef68ff
child 2481 c0fa5e3e5b92
cache flush
CVSSourceCodeManager.st
--- a/CVSSourceCodeManager.st	Fri Aug 19 10:43:41 2011 +0200
+++ b/CVSSourceCodeManager.st	Fri Aug 19 10:46:17 2011 +0200
@@ -3777,6 +3777,8 @@
     "/
     self activityNotification:'removing ' , fileName.
 
+    RecentlyCheckedModulesAndPackages := nil.   "/ flush (could do better...)
+
     "/
     "/ check presence of file there
     "/
@@ -3854,7 +3856,7 @@
 
     "Modified: / 26-02-1998 / 17:33:57 / stefan"
     "Created: / 13-09-2006 / 18:31:55 / cg"
-    "Modified: / 12-11-2010 / 11:05:10 / cg"
+    "Modified (comment): / 19-08-2011 / 10:44:53 / cg"
 !
 
 removeContainer:fileName inModule:moduleDir package:packageDir
@@ -4961,11 +4963,11 @@
 !CVSSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.395 2011-08-19 08:43:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.396 2011-08-19 08:46:17 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.395 2011-08-19 08:43:41 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/CVSSourceCodeManager.st,v 1.396 2011-08-19 08:46:17 cg Exp $'
 ! !
 
 CVSSourceCodeManager initialize!