stx_libtool.st
changeset 7074 6690ccaad741
parent 7048 2dae35cc4a80
child 7127 dd8247ef86af
equal deleted inserted replaced
7073:2006187c93fe 7074:6690ccaad741
       
     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:libtool' }"
    13 "{ Package: 'stx:libtool' }"
     2 
    14 
     3 LibraryDefinition subclass:#stx_libtool
    15 LibraryDefinition subclass:#stx_libtool
     4 	instanceVariableNames:''
    16 	instanceVariableNames:''
     5 	classVariableNames:''
    17 	classVariableNames:''
     6 	poolDictionaries:''
    18 	poolDictionaries:''
     7 	category:'* Projects *'
    19 	category:'* Projects *'
     8 !
    20 !
     9 
    21 
       
    22 !stx_libtool 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_libtool.
       
    41     This library contains developer tools.
       
    42 "
       
    43 ! !
    10 
    44 
    11 !stx_libtool class methodsFor:'description'!
    45 !stx_libtool class methodsFor:'description'!
    12 
    46 
    13 classNamesAndAttributes
    47 classNamesAndAttributes
    14     ^ #(
    48     ^ #(
   174 ! !
   208 ! !
   175 
   209 
   176 !stx_libtool class methodsFor:'documentation'!
   210 !stx_libtool class methodsFor:'documentation'!
   177 
   211 
   178 version
   212 version
   179     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.6 2006-08-28 19:23:19 cg Exp $'
   213     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.7 2006-08-30 13:22:59 cg Exp $'
   180 ! !
   214 ! !