stx_libtool2.st
changeset 3177 0d5fbdb2e7fd
parent 3163 e7f3add79489
child 3190 a52106100195
equal deleted inserted replaced
3176:ed6b37bc35b0 3177:0d5fbdb2e7fd
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool2' }"
    12 "{ Package: 'stx:libtool2' }"
    13 
    13 
       
    14 "{ NameSpace: Smalltalk }"
       
    15 
    14 LibraryDefinition subclass:#stx_libtool2
    16 LibraryDefinition subclass:#stx_libtool2
    15 	instanceVariableNames:''
    17 	instanceVariableNames:''
    16 	classVariableNames:''
    18 	classVariableNames:''
    17 	poolDictionaries:''
    19 	poolDictionaries:''
    18 	category:'* Projects & Packages *'
    20 	category:'* Projects & Packages *'
    34 "
    36 "
    35 !
    37 !
    36 
    38 
    37 documentation
    39 documentation
    38 "
    40 "
    39     Build- and package information for creation of the st/x standard library: stx_libtool2.
    41     Package documentation:
    40     This library contains additional developer tools.
    42 
       
    43     This library contains advanced ST/X development tools.
       
    44     Mostly modern replacements for browsers, additional analysis and monitoring tools etc.
       
    45     You can, but don't want to live without these 
       
    46     (i.e. it is still possible, to work with the older libtool stuff).
    41 "
    47 "
    42 ! !
    48 ! !
    43 
    49 
    44 !stx_libtool2 class methodsFor:'description'!
    50 !stx_libtool2 class methodsFor:'description'!
    45 
    51