ClassItemRootForRevision.st
branchjv
changeset 12650 e0f607754b9a
parent 12125 0c49a3b13e43
child 15950 23be8cf85415
equal deleted inserted replaced
12630:18d06283743d 12650:e0f607754b9a
     7  inclusion of the above copyright notice.   This software may not
     7  inclusion of the above copyright notice.   This software may not
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 
    12 "{ Package: 'stx:libtool' }"
    13 
       
    14 
    13 
    15 ClassItemRoot subclass:#ClassItemRootForRevision
    14 ClassItemRoot subclass:#ClassItemRootForRevision
    16 	instanceVariableNames:''
    15 	instanceVariableNames:''
    17 	classVariableNames:''
    16 	classVariableNames:''
    18 	poolDictionaries:''
    17 	poolDictionaries:''
    91 
    90 
    92 !ClassItemRootForRevision class methodsFor:'documentation'!
    91 !ClassItemRootForRevision class methodsFor:'documentation'!
    93 
    92 
    94 version
    93 version
    95     ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.3 2000/02/18 14:09:10 cg Exp $'
    94     ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.3 2000/02/18 14:09:10 cg Exp $'
       
    95 !
       
    96 
       
    97 version_HG
       
    98 
       
    99     ^ '$Changeset: <not expanded> $'
    96 ! !
   100 ! !
       
   101