Tools_ProjectList.st
changeset 12087 8af911dc61d0
parent 11951 b313ead5ffaf
child 12394 a4f9d45bb707
equal deleted inserted replaced
12086:95013d4cc1a9 12087:8af911dc61d0
   598     "Modified: / 10-11-2006 / 17:15:15 / cg"
   598     "Modified: / 10-11-2006 / 17:15:15 / cg"
   599 ! !
   599 ! !
   600 
   600 
   601 !ProjectList methodsFor:'initialize-release'!
   601 !ProjectList methodsFor:'initialize-release'!
   602 
   602 
       
   603 commonPostBuild
       
   604     super commonPostBuild.
       
   605     listValid ifFalse:[
       
   606         self enqueueDelayedUpdateList.
       
   607     ]. 
       
   608 !
       
   609 
       
   610 commonPostOpen
       
   611     super commonPostOpen.
       
   612     listValid ifFalse:[
       
   613         self enqueueDelayedUpdateList.
       
   614     ]. 
       
   615 !
       
   616 
   603 initialize
   617 initialize
   604 
   618 
   605     super initialize.
   619     super initialize.
   606     workerQueue := SharedQueue new.
   620     workerQueue := SharedQueue new.
   607     includedPseudoEntryForChanged := true.
   621     includedPseudoEntryForChanged := true.
   949 ! !
   963 ! !
   950 
   964 
   951 !ProjectList class methodsFor:'documentation'!
   965 !ProjectList class methodsFor:'documentation'!
   952 
   966 
   953 version
   967 version
   954     ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.55 2012-10-30 10:08:21 cg Exp $'
   968     ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.56 2012-12-13 18:39:32 cg Exp $'
   955 !
   969 !
   956 
   970 
   957 version_CVS
   971 version_CVS
   958     ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.55 2012-10-30 10:08:21 cg Exp $'
   972     ^ '$Header: /cvs/stx/stx/libtool/Tools_ProjectList.st,v 1.56 2012-12-13 18:39:32 cg Exp $'
   959 ! !
   973 ! !