changed: #aspectSelectors
authorClaus Gittinger <cg@exept.de>
Wed, 20 Jul 2011 14:54:19 +0200
changeset 10351 fc931f04ae12
parent 10350 2e6715c12e41
child 10352 5a0940a409da
changed: #aspectSelectors
Tools_ClassCategoryList.st
--- a/Tools_ClassCategoryList.st	Wed Jul 20 14:54:09 2011 +0200
+++ b/Tools_ClassCategoryList.st	Wed Jul 20 14:54:19 2011 +0200
@@ -178,7 +178,10 @@
         #selectionChangeCondition
         #slaveMode
         #updateTrigger
+        #showCoverageInformation
       ).
+
+    "Modified: / 20-07-2011 / 14:29:08 / cg"
 ! !
 
 !ClassCategoryList class methodsFor:'special'!
@@ -887,9 +890,9 @@
 !ClassCategoryList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.29 2010-05-07 12:27:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.30 2011-07-20 12:54:19 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.29 2010-05-07 12:27:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_ClassCategoryList.st,v 1.30 2011-07-20 12:54:19 cg Exp $'
 ! !