MCVersionList.st
changeset 606 adcb977a22f8
parent 399 1ff4e17c298e
child 961 d7d23e7c5c83
equal deleted inserted replaced
605:d1ee5e40d05e 606:adcb977a22f8
     2 
     2 
     3 MCBrowserList subclass:#MCVersionList
     3 MCBrowserList subclass:#MCVersionList
     4 	instanceVariableNames:''
     4 	instanceVariableNames:''
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-St/X UI'
     7 	category:'SCM-Monticello-St/X UI'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCVersionList methodsFor:'generators'!
    11 !MCVersionList methodsFor:'generators'!
    12 
    12 
    61 ! !
    61 ! !
    62 
    62 
    63 !MCVersionList class methodsFor:'documentation'!
    63 !MCVersionList class methodsFor:'documentation'!
    64 
    64 
    65 version
    65 version
    66     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionList.st,v 1.3 2011-08-20 14:26:27 cg Exp $'
    66     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionList.st,v 1.4 2012-09-11 21:15:40 cg Exp $'
    67 !
    67 !
    68 
    68 
    69 version_CVS
    69 version_CVS
    70     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionList.st,v 1.3 2011-08-20 14:26:27 cg Exp $'
    70     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionList.st,v 1.4 2012-09-11 21:15:40 cg Exp $'
    71 !
    71 !
    72 
    72 
    73 version_SVN
    73 version_SVN
    74     ^ '§Id: MCVersionList.st 19 2010-10-14 10:51:48Z vranyj1 §'
    74     ^ '§Id: MCVersionList.st 19 2010-10-14 10:51:48Z vranyj1 §'
    75 ! !
    75 ! !