automatic checkIn
authorClaus Gittinger <cg@exept.de>
Thu, 05 Nov 2009 22:56:29 +0100
changeset 9203 9e5f512a75a7
parent 9202 f45fffdbf700
child 9204 0690de3bd379
automatic checkIn
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 #<os> where os is one of win32, unix,..."
+
     ^ #(
         "<className> or (<className> 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 $'
 ! !