LibraryDefinition.st
changeset 14883 0580920c8388
parent 14879 3839afabb9f9
child 14910 ed91559bbe8a
child 18033 c90d8fdd805d
equal deleted inserted replaced
14882:24cda9c60389 14883:0580920c8388
    30  inclusion of the above copyright notice.   This software may not
    30  inclusion of the above copyright notice.   This software may not
    31  be provided or otherwise made available to, or used by, any
    31  be provided or otherwise made available to, or used by, any
    32  other person.  No title to or ownership of the software is
    32  other person.  No title to or ownership of the software is
    33  hereby transferred.
    33  hereby transferred.
    34 "
    34 "
    35 ! !
       
    36 
       
    37 !LibraryDefinition class methodsFor:'code generation'!
       
    38 
       
    39 forEachMethodsCodeToCompileDo:aTwoArgBlock ignoreOldDefinition:ignoreOldDefinition
       
    40     super forEachMethodsCodeToCompileDo:aTwoArgBlock ignoreOldDefinition:ignoreOldDefinition.
       
    41 
       
    42     "Created: / 10-08-2006 / 16:35:47 / cg"
       
    43     "Modified: / 18-08-2006 / 16:22:49 / cg"
       
    44 ! !
    35 ! !
    45 
    36 
    46 !LibraryDefinition class methodsFor:'description - compilation'!
    37 !LibraryDefinition class methodsFor:'description - compilation'!
    47 
    38 
    48 primaryTarget
    39 primaryTarget
   714 ! !
   705 ! !
   715 
   706 
   716 !LibraryDefinition class methodsFor:'documentation'!
   707 !LibraryDefinition class methodsFor:'documentation'!
   717 
   708 
   718 version
   709 version
   719     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.114 2013-03-15 10:36:52 stefan Exp $'
   710     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.115 2013-03-15 13:40:33 stefan Exp $'
   720 !
   711 !
   721 
   712 
   722 version_CVS
   713 version_CVS
   723     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.114 2013-03-15 10:36:52 stefan Exp $'
   714     ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.115 2013-03-15 13:40:33 stefan Exp $'
   724 ! !
   715 ! !
   725 
   716