Tools__GenericToolbox.st
branchjv
changeset 15950 23be8cf85415
parent 14025 9214f9d6bf5a
child 17304 3eea1002b141
equal deleted inserted replaced
15937:b79f5d644b9a 15950:23be8cf85415
       
     1 "
       
     2  COPYRIGHT (c) 2006 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
     2 
    13 
     3 "{ NameSpace: Tools }"
    14 "{ NameSpace: Tools }"
     4 
    15 
     5 Toolbox subclass:#GenericToolbox
    16 Toolbox subclass:#GenericToolbox
     8 	poolDictionaries:''
    19 	poolDictionaries:''
     9 	category:'Interface-Tools'
    20 	category:'Interface-Tools'
    10 !
    21 !
    11 
    22 
    12 !GenericToolbox class methodsFor:'documentation'!
    23 !GenericToolbox class methodsFor:'documentation'!
       
    24 
       
    25 copyright
       
    26 "
       
    27  COPYRIGHT (c) 2006 by eXept Software AG
       
    28               All Rights Reserved
       
    29 
       
    30  This software is furnished under a license and may be used
       
    31  only in accordance with the terms of that license and with the
       
    32  inclusion of the above copyright notice.   This software may not
       
    33  be provided or otherwise made available to, or used by, any
       
    34  other person.  No title to or ownership of the software is
       
    35  hereby transferred.
       
    36 "
       
    37 !
    13 
    38 
    14 documentation
    39 documentation
    15 "
    40 "
    16     A generic toolbox for languages that compiles into Smalltalk/X bytecode.
    41     A generic toolbox for languages that compiles into Smalltalk/X bytecode.
    17     Although it's a good idea to provide specialized toolbox each of those
    42     Although it's a good idea to provide specialized toolbox each of those