ClassItemRootForRevision.st
changeset 2626 4ee750caddab
parent 2625 d70f0361a027
child 12123 4bde08cebd48
equal deleted inserted replaced
2625:d70f0361a027 2626:4ee750caddab
       
     1 "
       
     2  COPYRIGHT (c) 2000 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
       
    13 
       
    14 
     1 ClassItemRoot subclass:#ClassItemRootForRevision
    15 ClassItemRoot subclass:#ClassItemRootForRevision
     2 	instanceVariableNames:''
    16 	instanceVariableNames:''
     3 	classVariableNames:''
    17 	classVariableNames:''
     4 	poolDictionaries:''
    18 	poolDictionaries:''
     5 	category:'Interface-Browsers-Support'
    19 	category:'Interface-Browsers-Support'
     6 !
    20 !
     7 
    21 
     8 !ClassItemRootForRevision class methodsFor:'documentation'!
    22 !ClassItemRootForRevision class methodsFor:'documentation'!
       
    23 
       
    24 copyright
       
    25 "
       
    26  COPYRIGHT (c) 2000 by eXept Software AG
       
    27               All Rights Reserved
       
    28 
       
    29  This software is furnished under a license and may be used
       
    30  only in accordance with the terms of that license and with the
       
    31  inclusion of the above copyright notice.   This software may not
       
    32  be provided or otherwise made available to, or used by, any
       
    33  other person.  No title to or ownership of the software is
       
    34  hereby transferred.
       
    35 "
       
    36 
       
    37 
       
    38 !
     9 
    39 
    10 documentation
    40 documentation
    11 "
    41 "
    12     This is not yet finished (work in progress) - do not use.
    42     This is not yet finished (work in progress) - do not use.
    13 
    43 
    60 ! !
    90 ! !
    61 
    91 
    62 !ClassItemRootForRevision class methodsFor:'documentation'!
    92 !ClassItemRootForRevision class methodsFor:'documentation'!
    63 
    93 
    64 version
    94 version
    65     ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.2 2000-02-18 14:01:23 cg Exp $'
    95     ^ '$Header: /cvs/stx/stx/libtool/ClassItemRootForRevision.st,v 1.3 2000-02-18 14:09:10 cg Exp $'
    66 ! !
    96 ! !