stx/stx_goodies_metacello_stx.st
changeset 7 759ff40b4754
parent 5 eebd7f36c3cc
child 9 d126d2954bf9
equal deleted inserted replaced
6:2cd0e1bd3518 7:759ff40b4754
    26      Howevery, often too much is found, and you may want to explicitely
    26      Howevery, often too much is found, and you may want to explicitely
    27      exclude individual packages in the #excludedFromPrerequisites method."
    27      exclude individual packages in the #excludedFromPrerequisites method."
    28 
    28 
    29     ^ #(
    29     ^ #(
    30         #'stx:goodies/metacello'    "MetacelloPlatform - superclass of MetacelloStXPlatform "
    30         #'stx:goodies/metacello'    "MetacelloPlatform - superclass of MetacelloStXPlatform "
    31         #'stx:libbasic'    "Object - superclass of MetacelloStXProject "
    31         #'stx:libbasic'    "ProjectDefinition - superclass of stx_goodies_metacello_stx "
    32     )
    32     )
    33 ! !
    33 ! !
    34 
    34 
    35 !stx_goodies_metacello_stx class methodsFor:'description - contents'!
    35 !stx_goodies_metacello_stx class methodsFor:'description - contents'!
    36 
    36 
    51 extensionMethodNames
    51 extensionMethodNames
    52     "lists the extension methods which are to be included in the project.
    52     "lists the extension methods which are to be included in the project.
    53      Entries are 2-element array literals, consisting of class-name and selector."
    53      Entries are 2-element array literals, consisting of class-name and selector."
    54 
    54 
    55     ^ #(
    55     ^ #(
    56         MetacelloAbstractVersionConstructor project
       
    57     )
    56     )
    58 ! !
    57 ! !
    59 
    58 
    60 !stx_goodies_metacello_stx class methodsFor:'description - project information'!
    59 !stx_goodies_metacello_stx class methodsFor:'description - project information'!
    61 
    60