stx_libtool.st
branchjv
changeset 12269 79f87eee62e5
parent 12268 cb43ab66c093
child 12270 0ccd3c63a688
--- a/stx_libtool.st	Thu Jul 26 17:09:41 2012 +0100
+++ b/stx_libtool.st	Thu Jul 26 19:46:57 2012 +0100
@@ -11,7 +11,7 @@
 "
 "{ Package: 'stx:libtool' }"
 
-LibraryDefinition subclass:#'stx_libtool'
+LibraryDefinition subclass:#stx_libtool
 	instanceVariableNames:''
 	classVariableNames:''
 	poolDictionaries:''
@@ -39,11 +39,7 @@
     Build-Information for creation of the st/x standard library: stx_libtool.
     This library contains developer tools.
 "
-!
-
-
-
- !
+! !
 
 !stx_libtool class methodsFor:'description'!
 
@@ -98,17 +94,17 @@
 
     ^ #(
         #'stx:goodies/sunit'    "TestResultForRunWithDebug - referenced by Tools::TestRunnerEmbedded>>runWithDebug "
-        #'stx:libbasic'    "UninterpretedBytes - superclass of Win32FileDialog::OpenFilenameStructure "
+        #'stx:libbasic'    "KeyedCollection - superclass of extended MethodDictionary "
         #'stx:libbasic2'    "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
         #'stx:libbasic3'    "SourceCodeManagerUtilities - superclass of PerforceSourceCodeManagerUtilities "
         #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
         #'stx:libcomp'    "Scanner - superclass of SyntaxHighlighter2 "
         #'stx:libhtml'    "HTMLParser - referenced by Tools::TagList>>htmlTagsInFile: "
         #'stx:libui'    "InputFieldSpec - superclass of EditFieldWithCompletionSpec "
-        #'stx:libview'    "TopView - superclass of FileBrowser "
-        #'stx:libview2'    "ApplicationModel - superclass of AbstractFileApplicationNoteBookComponent "
-        #'stx:libwidg'    "Workspace - superclass of Tools::CodeView2::TextView "
-        #'stx:libwidg2'    "ComboView - superclass of FilenameEditFieldV2 "
+        #'stx:libview'    "SimpleView - superclass of Tools::CodeCompletionMenu "
+        #'stx:libview2'    "SimpleDialog - superclass of FileDialogWithPreview "
+        #'stx:libwidg'    "TextCollector - superclass of Tools::NewSystemBrowserCodeView "
+        #'stx:libwidg2'    "ComboBoxView - superclass of FilenameEditFieldV2 "
     )
 ! !
 
@@ -538,13 +534,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'8022            '"$"
+    ^ "$SVN-Revision:"'8025:8026       '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.84 2012/07/26 12:07:41 vrany Exp $'
+    ^ '$Id: stx_libtool.st 8027 2012-07-26 18:46:57Z vranyj1 $'
 !
 
 version_CVS
@@ -552,5 +548,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 8026 2012-07-26 16:09:41Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 8027 2012-07-26 18:46:57Z vranyj1 $'
 ! !