stx_libbasic2.st
changeset 1879 1bb6fc9f4912
parent 1874 1cc88c4cba04
child 1912 18c701562016
equal deleted inserted replaced
1878:07b7aa1394c6 1879:1bb6fc9f4912
    41 "
    41 "
    42 ! !
    42 ! !
    43 
    43 
    44 !stx_libbasic2 class methodsFor:'description'!
    44 !stx_libbasic2 class methodsFor:'description'!
    45 
    45 
       
    46 excludedFromPreRequisites
       
    47     ^ #(
       
    48         #'stx:goodies/communication'    "FTPClient - referenced by FtpURI>>writeStreamDo:create:atomic: "
       
    49         #'stx:libtool'    "FileBrowser - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
       
    50         #'stx:libview2'    "MIMETypes - referenced by Archiver::ArchiverOutputParser>>parseLine:forItemClass: "
       
    51         #'stx:libwidg'    "DialogBox - referenced by Archiver::CompressedFile>>compressFile:to: "
       
    52     )
       
    53 !
       
    54 
    46 preRequisites
    55 preRequisites
    47     ^ #(
    56     ^ #(
    48         #'stx:goodies/communication'
    57         #'stx:libbasic'    "Object - superclass of HierarchicalURI "
    49         #'stx:libbasic'
       
    50         #'stx:libtool'
       
    51     )
    58     )
    52 ! !
    59 ! !
    53 
    60 
    54 !stx_libbasic2 class methodsFor:'description - compilation'!
    61 !stx_libbasic2 class methodsFor:'description - compilation'!
    55 
    62 
   284 ! !
   291 ! !
   285 
   292 
   286 !stx_libbasic2 class methodsFor:'documentation'!
   293 !stx_libbasic2 class methodsFor:'documentation'!
   287 
   294 
   288 version
   295 version
   289     ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.30 2007-03-28 12:16:44 cg Exp $'
   296     ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.31 2007-05-30 12:05:01 stefan Exp $'
   290 ! !
   297 ! !