OldLauncher.st
changeset 165 df29ee4514c1
parent 111 b4ef3e799345
child 219 379dfea373d7
equal deleted inserted replaced
164:343350b830f5 165:df29ee4514c1
    15        classVariableNames:''
    15        classVariableNames:''
    16        poolDictionaries:''
    16        poolDictionaries:''
    17        category:'Interface-Smalltalk'
    17        category:'Interface-Smalltalk'
    18 !
    18 !
    19 
    19 
    20 Launcher comment:'
       
    21 COPYRIGHT (c) 1991 by Claus Gittinger
       
    22 	      All Rights Reserved
       
    23 
       
    24 $Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.32 1995-08-10 18:37:56 claus Exp $
       
    25 '!
       
    26 
       
    27 !Launcher class methodsFor:'documentation'!
    20 !Launcher class methodsFor:'documentation'!
    28 
    21 
    29 copyright
    22 copyright
    30 "
    23 "
    31  COPYRIGHT (c) 1991 by Claus Gittinger
    24  COPYRIGHT (c) 1991 by Claus Gittinger
    39  hereby transferred.
    32  hereby transferred.
    40 "
    33 "
    41 !
    34 !
    42 
    35 
    43 version
    36 version
    44 "
    37     ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.33 1995-11-11 15:40:19 cg Exp $'
    45 $Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.32 1995-08-10 18:37:56 claus Exp $
       
    46 "
       
    47 !
    38 !
    48 
    39 
    49 documentation
    40 documentation
    50 "
    41 "
    51     Launcher allows startup of smalltalk applications.
    42     Launcher allows startup of smalltalk applications.