MCRepositoryList.st
changeset 604 5daa39a572d9
parent 536 c75e274e4796
child 964 bba71a28671f
equal deleted inserted replaced
603:ff439a3c0346 604:5daa39a572d9
     2 
     2 
     3 MCBrowserList subclass:#MCRepositoryList
     3 MCBrowserList subclass:#MCRepositoryList
     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 !MCRepositoryList methodsFor:'drag & drop'!
    11 !MCRepositoryList methodsFor:'drag & drop'!
    12 
    12 
    78 ! !
    78 ! !
    79 
    79 
    80 !MCRepositoryList class methodsFor:'documentation'!
    80 !MCRepositoryList class methodsFor:'documentation'!
    81 
    81 
    82 version
    82 version
    83     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryList.st,v 1.2 2011-12-04 14:43:28 cg Exp $'
    83     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryList.st,v 1.3 2012-09-11 21:15:31 cg Exp $'
    84 !
    84 !
    85 
    85 
    86 version_CVS
    86 version_CVS
    87     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryList.st,v 1.2 2011-12-04 14:43:28 cg Exp $'
    87     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCRepositoryList.st,v 1.3 2012-09-11 21:15:31 cg Exp $'
    88 !
    88 !
    89 
    89 
    90 version_SVN
    90 version_SVN
    91     ^ '§Id: MCRepositoryList.st 14 2010-09-17 14:16:41Z vranyj1 §'
    91     ^ '§Id: MCRepositoryList.st 14 2010-09-17 14:16:41Z vranyj1 §'
    92 ! !
    92 ! !