ClassItem.st
branchjv
changeset 15950 23be8cf85415
parent 12650 e0f607754b9a
equal deleted inserted replaced
15937:b79f5d644b9a 15950:23be8cf85415
     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 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 AbstractVersionDiffBrowserItem subclass:#ClassItem
    16 AbstractVersionDiffBrowserItem subclass:#ClassItem
    15 	instanceVariableNames:'myClass isRegistered revisonColl revisionInfo'
    17 	instanceVariableNames:'myClass isRegistered revisonColl revisionInfo'
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''