# HG changeset patch # User Claus Gittinger # Date 1257458189 -3600 # Node ID 9e5f512a75a7febe9e0300713f2dd36288945309 # Parent f45fffdbf70005bf8448e16360c1196890b2c6a3 automatic checkIn diff -r f45fffdbf700 -r 9e5f512a75a7 stx_libtool.st --- a/stx_libtool.st Thu Nov 05 22:56:25 2009 +0100 +++ b/stx_libtool.st Thu Nov 05 22:56:29 2009 +0100 @@ -42,7 +42,7 @@ ! extensionsVersion_CVS - ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.39 2009-10-10 10:10:08 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.40 2009-11-05 21:56:29 cg Exp $' ! extensionsVersion_SVN @@ -119,6 +119,11 @@ !stx_libtool class methodsFor:'description - contents'! classNamesAndAttributes + "lists the classes which are to be included in the project. + Each entry in the list may be: a single class-name (symbol), + or an array-literal consisting of class name and attributes. + Attributes are: #autoload or # where os is one of win32, unix,..." + ^ #( " or ( attributes...) in load order" AboutBox @@ -238,6 +243,7 @@ #'Tools::ImplementingMethodList' #'Tools::InheritanceClassList' DiffListUtility + #'Tools::NewClassWizardDialog' ) ! @@ -294,9 +300,9 @@ !stx_libtool class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.39 2009-10-10 10:10:08 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.40 2009-11-05 21:56:29 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.39 2009-10-10 10:10:08 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.40 2009-11-05 21:56:29 cg Exp $' ! !