MCVersionReader.st
changeset 706 fa1484ed71e3
parent 285 7ea5fed29116
child 1095 87f223484bc3
equal deleted inserted replaced
705:f760c98a81ba 706:fa1484ed71e3
     2 
     2 
     3 MCReader subclass:#MCVersionReader
     3 MCReader subclass:#MCVersionReader
     4 	instanceVariableNames:'package info definitions dependencies stepChildren'
     4 	instanceVariableNames:'package info definitions dependencies stepChildren'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-Storing'
     7 	category:'SCM-Monticello-Storing'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCVersionReader class methodsFor:'*monticello-file services'!
    11 !MCVersionReader class methodsFor:'*monticello-file services'!
    12 
    12 
   197 ! !
   197 ! !
   198 
   198 
   199 !MCVersionReader class methodsFor:'documentation'!
   199 !MCVersionReader class methodsFor:'documentation'!
   200 
   200 
   201 version
   201 version
   202     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionReader.st,v 1.4 2011-08-20 12:04:16 cg Exp $'
   202     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionReader.st,v 1.5 2012-09-11 21:31:02 cg Exp $'
   203 !
   203 !
   204 
   204 
   205 version_CVS
   205 version_CVS
   206     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionReader.st,v 1.4 2011-08-20 12:04:16 cg Exp $'
   206     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionReader.st,v 1.5 2012-09-11 21:31:02 cg Exp $'
   207 !
   207 !
   208 
   208 
   209 version_SVN
   209 version_SVN
   210     ^ '§Id: MCVersionReader.st 21 2010-10-20 10:02:41Z vranyj1 §'
   210     ^ '§Id: MCVersionReader.st 21 2010-10-20 10:02:41Z vranyj1 §'
   211 ! !
   211 ! !