stx_libtool.st
changeset 15460 6ac044f6c807
parent 15431 a4f3f4601dc8
child 15547 06c80488a6c4
equal deleted inserted replaced
15459:3b21c401a9b2 15460:6ac044f6c807
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
    12 "{ Package: 'stx:libtool' }"
    14 "{ Package: 'stx:libtool' }"
    13 
    15 
    14 "{ NameSpace: Smalltalk }"
    16 "{ NameSpace: Smalltalk }"
    15 
    17 
    16 LibraryDefinition subclass:#stx_libtool
    18 LibraryDefinition subclass:#stx_libtool
    17         instanceVariableNames:''
    19 	instanceVariableNames:''
    18         classVariableNames:''
    20 	classVariableNames:''
    19         poolDictionaries:''
    21 	poolDictionaries:''
    20         category:'* Projects & Packages *'
    22 	category:'* Projects & Packages *'
    21 !
    23 !
    22 
    24 
    23 !stx_libtool class methodsFor:'documentation'!
    25 !stx_libtool class methodsFor:'documentation'!
    24 
    26 
    25 copyright
    27 copyright
   576         CharacterArray inspector2TabDiff
   578         CharacterArray inspector2TabDiff
   577         Bag inspectorExtraAttributes
   579         Bag inspectorExtraAttributes
   578         SmalltalkLanguage compilerClassForInteractiveTools
   580         SmalltalkLanguage compilerClassForInteractiveTools
   579         Object inspector2TabClass
   581         Object inspector2TabClass
   580         Filename inspector2TabContentsView
   582         Filename inspector2TabContentsView
   581         WriteStream inspectorExtraAttributes
       
   582         Behavior methodsCount
   583         Behavior methodsCount
   583     )
   584     )
   584 ! !
   585 ! !
   585 
   586 
   586 !stx_libtool class methodsFor:'description - project information'!
   587 !stx_libtool class methodsFor:'description - project information'!
   637 ! !
   638 ! !
   638 
   639 
   639 !stx_libtool class methodsFor:'documentation'!
   640 !stx_libtool class methodsFor:'documentation'!
   640 
   641 
   641 version
   642 version
   642     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.125 2015-02-25 22:35:45 cg Exp $'
   643     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.126 2015-02-27 21:14:54 cg Exp $'
   643 !
   644 !
   644 
   645 
   645 version_CVS
   646 version_CVS
   646     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.125 2015-02-25 22:35:45 cg Exp $'
   647     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.126 2015-02-27 21:14:54 cg Exp $'
   647 ! !
   648 ! !
   648 
   649