stx_libbasic.st
branchjv
changeset 17912 80eb31a5a622
parent 17911 a99f15c5efa5
child 17921 4069fe8e9039
equal deleted inserted replaced
17911:a99f15c5efa5 17912:80eb31a5a622
   304         #'CharacterEncoderImplementations::ISO8859_1'
   304         #'CharacterEncoderImplementations::ISO8859_1'
   305         #'CharacterEncoderImplementations::ISO8859_15'
   305         #'CharacterEncoderImplementations::ISO8859_15'
   306         #'CharacterEncoderImplementations::ISO8859_2'
   306         #'CharacterEncoderImplementations::ISO8859_2'
   307         #'CharacterEncoderImplementations::ISO8859_5'
   307         #'CharacterEncoderImplementations::ISO8859_5'
   308         #'CharacterEncoderImplementations::ISO8859_7'
   308         #'CharacterEncoderImplementations::ISO8859_7'
   309         #'CharacterEncoderImplementations::JIS0208_to_SJIS'
   309         (#'CharacterEncoderImplementations::JIS0208_to_SJIS' autoload)
   310         #'CharacterEncoderImplementations::MS_Ansi'
   310         #'CharacterEncoderImplementations::MS_Ansi'
   311         (#'CharacterEncoderImplementations::MS_Baltic' win32)
   311         (#'CharacterEncoderImplementations::MS_Baltic' win32)
   312         (#'CharacterEncoderImplementations::MS_Cyrillic' win32)
   312         (#'CharacterEncoderImplementations::MS_Cyrillic' win32)
   313         (#'CharacterEncoderImplementations::MS_Greek' win32)
   313         (#'CharacterEncoderImplementations::MS_Greek' win32)
   314         ClassDescription
   314         ClassDescription
   505         FileDoesNotExistException
   505         FileDoesNotExistException
   506         MiniLogger
   506         MiniLogger
   507         PolymorphicInlineCache
   507         PolymorphicInlineCache
   508     )
   508     )
   509 
   509 
   510     "Modified: / 25-11-2011 / 16:38:56 / cg"
   510     "Modified: / 20-01-2012 / 16:23:49 / cg"
   511 !
   511 !
   512 
   512 
   513 extensionMethodNames
   513 extensionMethodNames
   514     "lists the extension methods which are to be included in the project.
   514     "lists the extension methods which are to be included in the project.
   515      Entries are 2-element array literals, consisting of class-name and selector."
   515      Entries are 2-element array literals, consisting of class-name and selector."
   552 
   552 
   553 svnRevisionNr
   553 svnRevisionNr
   554     "Return a SVN revision number of myself.
   554     "Return a SVN revision number of myself.
   555      This number is updated after a commit"
   555      This number is updated after a commit"
   556 
   556 
   557     ^ "$SVN-Revision:"       '10760M'"$"
   557     ^ "$SVN-Revision:"      '10761MP'"$"
   558 ! !
   558 ! !
   559 
   559 
   560 !stx_libbasic class methodsFor:'private-prerequisites'!
   560 !stx_libbasic class methodsFor:'private-prerequisites'!
   561 
   561 
   562 searchForPreRequisites:packageId withSubProjects:withSubProjectsBoolean
   562 searchForPreRequisites:packageId withSubProjects:withSubProjectsBoolean
   570 ! !
   570 ! !
   571 
   571 
   572 !stx_libbasic class methodsFor:'documentation'!
   572 !stx_libbasic class methodsFor:'documentation'!
   573 
   573 
   574 version
   574 version
   575     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.95 2011/11/25 15:43:13 cg Exp $'
   575     ^ '$Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.96 2012/01/20 15:30:01 cg Exp $'
   576 !
   576 !
   577 
   577 
   578 version_CVS
   578 version_CVS
   579     ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.95 2011/11/25 15:43:13 cg Exp '
   579     ^ 'Header: /cvs/stx/stx/libbasic/stx_libbasic.st,v 1.96 2012/01/20 15:30:01 cg Exp '
   580 !
   580 !
   581 
   581 
   582 version_SVN
   582 version_SVN
   583     ^ '$Id: stx_libbasic.st 10761 2012-01-19 11:46:00Z vranyj1 $'
   583     ^ '$Id: stx_libbasic.st 10763 2012-01-22 23:07:15Z vranyj1 $'
   584 ! !
   584 ! !
   585 
   585 
   586 
   586 
   587 
   587 
   588 
   588 
       
   589