MCDoItParser.st
changeset 625 cc77df5c930f
parent 312 f9f24ec10b5e
child 1095 87f223484bc3
equal deleted inserted replaced
624:7d905e6df6ed 625:cc77df5c930f
     2 
     2 
     3 Object subclass:#MCDoItParser
     3 Object subclass:#MCDoItParser
     4 	instanceVariableNames:'source'
     4 	instanceVariableNames:'source'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-Chunk Format'
     7 	category:'SCM-Monticello-Chunk Format'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCDoItParser class methodsFor:'as yet unclassified'!
    11 !MCDoItParser class methodsFor:'as yet unclassified'!
    12 
    12 
    46 ! !
    46 ! !
    47 
    47 
    48 !MCDoItParser class methodsFor:'documentation'!
    48 !MCDoItParser class methodsFor:'documentation'!
    49 
    49 
    50 version
    50 version
    51     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDoItParser.st,v 1.3 2011-08-20 12:22:25 cg Exp $'
    51     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDoItParser.st,v 1.4 2012-09-11 21:21:47 cg Exp $'
    52 !
    52 !
    53 
    53 
    54 version_CVS
    54 version_CVS
    55     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDoItParser.st,v 1.3 2011-08-20 12:22:25 cg Exp $'
    55     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCDoItParser.st,v 1.4 2012-09-11 21:21:47 cg Exp $'
    56 !
    56 !
    57 
    57 
    58 version_SVN
    58 version_SVN
    59     ^ '§Id: MCDoItParser.st 17 2010-10-13 12:07:52Z vranyj1 §'
    59     ^ '§Id: MCDoItParser.st 17 2010-10-13 12:07:52Z vranyj1 §'
    60 ! !
    60 ! !