Launcher.st
changeset 1885 df63e34d5aeb
parent 1840 c7a6ec4fdede
child 1886 968c7c0376bb
equal deleted inserted replaced
1884:c4f9f92836f8 1885:df63e34d5aeb
  2874 
  2874 
  2875     catchMethodRedefs := Class catchMethodRedefinitions asValue.
  2875     catchMethodRedefs := Class catchMethodRedefinitions asValue.
  2876     catchClassRedefs := Class catchClassRedefinitions asValue.
  2876     catchClassRedefs := Class catchClassRedefinitions asValue.
  2877     historyLines := HistoryManager notNil and:[HistoryManager isLoaded and:[HistoryManager isActive]].
  2877     historyLines := HistoryManager notNil and:[HistoryManager isLoaded and:[HistoryManager isActive]].
  2878     historyLines ifFalse:[
  2878     historyLines ifFalse:[
  2879         fullHistoryUpdate := false    
  2879         fullHistoryUpdate := false asValue   
  2880     ] ifTrue:[
  2880     ] ifTrue:[
  2881         fullHistoryUpdate := HistoryManager fullHistoryUpdate asValue.
  2881         fullHistoryUpdate := HistoryManager fullHistoryUpdate asValue.
  2882     ].
  2882     ].
  2883     historyLines := historyLines asValue.
  2883     historyLines := historyLines asValue.
  2884 
  2884 
  5656 ! !
  5656 ! !
  5657 
  5657 
  5658 !Launcher class methodsFor:'documentation'!
  5658 !Launcher class methodsFor:'documentation'!
  5659 
  5659 
  5660 version
  5660 version
  5661     ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.371 1998-08-18 13:07:54 cg Exp $'
  5661     ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.372 1998-09-14 09:59:57 cg Exp $'
  5662 ! !
  5662 ! !