stx_libbasic2.st
changeset 1723 419f90ed83cd
parent 1722 d5df2650ed19
child 1732 f6a1de369941
equal deleted inserted replaced
1722:d5df2650ed19 1723:419f90ed83cd
       
     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 "
       
    12 
     1 "{ Package: 'stx:libbasic2' }"
    13 "{ Package: 'stx:libbasic2' }"
     2 
    14 
     3 LibraryDefinition subclass:#stx_libbasic2
    15 LibraryDefinition subclass:#stx_libbasic2
     4 	instanceVariableNames:''
    16 	instanceVariableNames:''
     5 	classVariableNames:''
    17 	classVariableNames:''
     6 	poolDictionaries:''
    18 	poolDictionaries:''
     7 	category:'* Projects *'
    19 	category:'* Projects *'
     8 !
    20 !
     9 
    21 
       
    22 !stx_libbasic2 class methodsFor:'documentation'!
       
    23 
       
    24 copyright
       
    25 "
       
    26  COPYRIGHT (c) 2006 by eXept Software AG
       
    27               All Rights Reserved
       
    28 
       
    29  This software is furnished under a license and may be used
       
    30  only in accordance with the terms of that license and with the
       
    31  inclusion of the above copyright notice.   This software may not
       
    32  be provided or otherwise made available to, or used by, any
       
    33  other person.  No title to or ownership of the software is
       
    34  hereby transferred.
       
    35 "
       
    36 !
       
    37 
       
    38 documentation
       
    39 "
       
    40     Build-Information for creation of the st/x standard library: stx_libbasic2
       
    41     This library contains additional basic (nonGUI) classes.
       
    42 "
       
    43 ! !
    10 
    44 
    11 !stx_libbasic2 class methodsFor:'description'!
    45 !stx_libbasic2 class methodsFor:'description'!
    12 
    46 
    13 classNamesAndAttributes
    47 classNamesAndAttributes
    14     ^ #(
    48     ^ #(
   196 ! !
   230 ! !
   197 
   231 
   198 !stx_libbasic2 class methodsFor:'documentation'!
   232 !stx_libbasic2 class methodsFor:'documentation'!
   199 
   233 
   200 version
   234 version
   201     ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.13 2006-08-28 17:19:38 cg Exp $'
   235     ^ '$Header: /cvs/stx/stx/libbasic2/stx_libbasic2.st,v 1.14 2006-08-30 13:23:02 cg Exp $'
   202 ! !
   236 ! !