ChangeSet.st
changeset 68 5f7ac0b5c903
parent 44 27caba2cee6b
child 85 c354e2f81394
equal deleted inserted replaced
67:d3405d14aafd 68:5f7ac0b5c903
    15 	 classVariableNames:''
    15 	 classVariableNames:''
    16 	 poolDictionaries:''
    16 	 poolDictionaries:''
    17 	 category:'System-Changes'
    17 	 category:'System-Changes'
    18 !
    18 !
    19 
    19 
    20 ChangeSet comment:'
       
    21 COPYRIGHT (c) 1993 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libbasic3/ChangeSet.st,v 1.11 1995-08-27 23:19:21 claus Exp $
       
    25 '!
       
    26 
       
    27 !ChangeSet class methodsFor:'documentation'!
    20 !ChangeSet class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1993 by Claus Gittinger
    24  COPYRIGHT (c) 1993 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libbasic3/ChangeSet.st,v 1.12 1995-11-11 15:20:26 cg Exp $'
    45 $Header: /cvs/stx/stx/libbasic3/ChangeSet.st,v 1.11 1995-08-27 23:19:21 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     used in the changes management to keep track of changes
    42     used in the changes management to keep track of changes