stx_libtool.st
branchjv
changeset 12209 44647f143fd0
parent 12207 17656fc80e6c
child 12212 1208b3e4d64b
--- a/stx_libtool.st	Mon Mar 26 18:36:49 2012 +0100
+++ b/stx_libtool.st	Tue Mar 27 17:39:28 2012 +0100
@@ -98,17 +98,17 @@
 
     ^ #(
         #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
-        #'stx:libbasic'    "Autoload - superclass of Tools::NavigationHistoryTests "
-        #'stx:libbasic2'    "List - superclass of SettingsDialog::HierarchicalApplicationList "
-        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
-        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "Scanner - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
-        #'stx:libui'    "ViewSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
-        #'stx:libview'    "StandardSystemView - superclass of DebugView "
-        #'stx:libview2'    "Model - superclass of SystemBrowser "
-        #'stx:libwidg'    "VariablePanel - superclass of FileBrowserV2PanelView "
-        #'stx:libwidg2'    "HierarchicalItem - superclass of Tools::HierarchicalClassCategoryList::ClassCategoryItem "
+        #'stx:libbasic'    "ArrayedCollection - superclass of Win32FileDialog::OpenFilenameStructure "
+        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
+        #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
+        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
+        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
+        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
+        #'stx:libview'    "GraphicsMedium - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libview2'    "ApplicationModel - superclass of Tools::LintRuleSelectionDialog "
+        #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libwidg2'    "HierarchicalFileList - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
     )
 ! !
 
@@ -476,10 +476,10 @@
         'GenericToolbarIconLibrary class' versionMerged24x24
         ArrayedCollection inspector2TabForHexDump
         LimitedPrecisionReal inspectorExtraAttributes
-        ParseTreeSourceRewriter executeTree:
-        RBStringReplaceRule foundMatchFor:
         UninterpretedBytes inspector2Tabs
     )
+
+    "Modified: / 27-03-2012 / 17:39:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libtool class methodsFor:'description - project information'!
@@ -531,13 +531,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"7953"$"
+    ^ "$SVN-Revision:"7954M"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7954 2012-03-26 15:34:31Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 !
 
 version_CVS
@@ -545,5 +545,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7954 2012-03-26 15:34:31Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7956 2012-03-27 16:39:28Z vranyj1 $'
 ! !