stx_libtool.st
branchjv
changeset 12807 ba8c5416aa28
parent 12650 e0f607754b9a
parent 12776 78edd417bde1
child 12819 0ce340e972c4
--- a/stx_libtool.st	Tue May 28 22:46:27 2013 +0100
+++ b/stx_libtool.st	Fri May 31 00:35:44 2013 +0100
@@ -11,7 +11,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-LibraryDefinition subclass:#stx_libtool
+LibraryDefinition subclass:#'stx_libtool'
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -417,7 +417,7 @@
 
 extensionMethodNames
     "lists the extension methods which are to be included in the project.
-     Entries are 2-element array literals, consisting of class-name and selector."
+     Entries are pairwise elements, consisting of class-name and selector."
 
     ^ #(
         Breakpoint icon
@@ -428,10 +428,6 @@
         Change removed
         Change removed:
         ChangeSet condenseChangesForRemoved
-        ChangeSet flattenOnto:
-        ChangeSet flattenedChanges
-        ChangeSet inspector2TabBrowser
-        ChangeSet inspector2Tabs
         Character inspectorExtraAttributes
         CharacterArray inspector2TabBytes
         CharacterArray inspector2TabText
@@ -614,11 +610,11 @@
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.91 2013-03-30 16:04:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.93 2013-05-27 08:32:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.91 2013-03-30 16:04:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.93 2013-05-27 08:32:39 cg Exp $'
 !
 
 version_HG