stx_libtool.st
changeset 11441 c572b3f8c06f
parent 11344 16786dc584fa
child 11541 38db4600d050
--- a/stx_libtool.st	Sat Mar 17 11:48:01 2012 +0100
+++ b/stx_libtool.st	Mon Mar 19 12:31:47 2012 +0100
@@ -42,7 +42,7 @@
 !
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.80 2012-03-02 14:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012-03-19 11:31:47 stefan Exp $'
 !
 
 extensionsVersion_SVN
@@ -343,7 +343,6 @@
         CharacterArray inspector2TabText
         CharacterArray inspector2Tabs
         CharacterArray inspectorExtraAttributes
-        Collection inspectorExtraAttributes
         Color inspectorClass
         Color inspectorExtraAttributes
         CompositeChange condenseChangesForRemoved
@@ -368,7 +367,6 @@
         Method selectorPrintStringInBrowserFor:
         Method selectorPrintStringInBrowserFor:class:
         MethodDictionary inspectorClass
-        Object asTestCase
         Object inspect
         Object inspector2TabCommon
         Object inspector2TabForBasicInspect
@@ -487,9 +485,9 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.80 2012-03-02 14:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012-03-19 11:31:47 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.80 2012-03-02 14:30:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.81 2012-03-19 11:31:47 stefan Exp $'
 ! !