stx_libbasic.st
changeset 13642 37eba7280fcf
parent 13555 3a25653f9c27
child 13649 795cb3dfa8e6
equal deleted inserted replaced
13641:2fe2dd2ca2d3 13642:37eba7280fcf
   498         SameForAllNotification
   498         SameForAllNotification
   499         UtcTimestamp
   499         UtcTimestamp
   500         InvalidPatchError
   500         InvalidPatchError
   501         AbortAllOperationWantedQuery
   501         AbortAllOperationWantedQuery
   502         Complex
   502         Complex
       
   503         ConfigurableFeatures
   503     )
   504     )
   504 
       
   505     "Modified: / 04-08-2011 / 22:47:46 / cg"
       
   506 !
   505 !
   507 
   506 
   508 extensionMethodNames
   507 extensionMethodNames
   509     "lists the extension methods which are to be included in the project.
   508     "lists the extension methods which are to be included in the project.
   510      Entries are 2-element array literals, consisting of class-name and selector."
   509      Entries are 2-element array literals, consisting of class-name and selector."
   545 ! !
   544 ! !
   546 
   545 
   547 !stx_libbasic class methodsFor:'documentation'!
   546 !stx_libbasic class methodsFor:'documentation'!
   548 
   547 
   549 version_CVS
   548 version_CVS
   550     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.90 2011-08-04 20:49:24 cg Exp $'
   549     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.91 2011-09-07 08:55:54 cg Exp $'
   551 !
   550 !
   552 
   551 
   553 version_SVN
   552 version_SVN
   554     ^ '§ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  §'
   553     ^ '§ Id: stx_libbasic.st 10648 2011-06-23 15:55:10Z vranyj1  §'
   555 ! !
   554 ! !