CVSSourceCodeManagementSettingsAppl.st
changeset 10740 bcc300fd09b0
parent 9872 22f0e9324999
child 10981 d0794413b834
equal deleted inserted replaced
10739:544ca00d5151 10740:bcc300fd09b0
   559     "Modified: / 28-11-2006 / 12:21:33 / cg"
   559     "Modified: / 28-11-2006 / 12:21:33 / cg"
   560 !
   560 !
   561 
   561 
   562 flushSourceCache
   562 flushSourceCache
   563     self withWaitCursorDo:[ AbstractSourceCodeManager flushSourceCache ].
   563     self withWaitCursorDo:[ AbstractSourceCodeManager flushSourceCache ].
   564     Method flushSourceStreamCache.
   564 
   565 
   565     "Modified: / 30-09-2011 / 13:33:47 / cg"
   566     "Modified: / 28-11-2006 / 12:21:21 / cg"
       
   567 !
   566 !
   568 
   567 
   569 removePerModuleRoot
   568 removePerModuleRoot
   570 
   569 
   571     |module|
   570     |module|
  1055 ! !
  1054 ! !
  1056 
  1055 
  1057 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1056 !CVSSourceCodeManagementSettingsAppl class methodsFor:'documentation'!
  1058 
  1057 
  1059 version_CVS
  1058 version_CVS
  1060     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.4 2011-04-20 10:54:58 cg Exp $'
  1059     ^ '$Header: /cvs/stx/stx/libtool/CVSSourceCodeManagementSettingsAppl.st,v 1.5 2011-09-30 11:34:31 cg Exp $'
  1061 ! !
  1060 ! !