AbstractRevisionItem.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 AbstractVersionDiffBrowserItem subclass:#AbstractRevisionItem
    15 AbstractVersionDiffBrowserItem subclass:#AbstractRevisionItem
     2 	instanceVariableNames:'revision'
    16 	instanceVariableNames:'revision'
     3 	classVariableNames:''
    17 	classVariableNames:''
     4 	poolDictionaries:''
    18 	poolDictionaries:''
     5 	category:'Interface-Browsers-Support'
    19 	category:'Interface-Browsers-Support'
     6 !
    20 !
     7 
    21 
     8 !AbstractRevisionItem class methodsFor:'documentation'!
    22 !AbstractRevisionItem 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 
   115 ! !
   145 ! !
   116 
   146 
   117 !AbstractRevisionItem class methodsFor:'documentation'!
   147 !AbstractRevisionItem class methodsFor:'documentation'!
   118 
   148 
   119 version
   149 version
   120     ^ '$Header: /cvs/stx/stx/libtool/AbstractRevisionItem.st,v 1.4 2000-02-18 14:02:06 cg Exp $'
   150     ^ '$Header: /cvs/stx/stx/libtool/AbstractRevisionItem.st,v 1.5 2000-02-18 14:10:15 cg Exp $'
   121 ! !
   151 ! !