stx_libtool.st
branchjv
changeset 12173 f135ea9fe1cf
parent 12171 09f6735e294b
child 12179 47f98e7d6de1
--- a/stx_libtool.st	Wed Feb 22 17:35:52 2012 +0000
+++ b/stx_libtool.st	Thu Feb 23 15:20:50 2012 +0000
@@ -95,19 +95,19 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
-        #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
-        #'stx:libbasic'    "CharacterArray - superclass of extended String "
-        #'stx:libbasic2'    "List - superclass of SettingsDialog::HierarchicalApplicationList "
+        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of CodeGenerator "
+        #'stx:goodies/sunit'    "TestCase - referenced by Tools::NewSystemBrowser>>classMenuNewTestCase "
+        #'stx:libbasic'    "ArithmeticValue - superclass of extended Integer "
+        #'stx:libbasic2'    "List - superclass of BookmarkList "
         #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
-        #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
-        #'stx:libui'    "NamedSpec - superclass of EditFieldWithCompletionSpec "
-        #'stx:libview'    "DeviceGraphicsContext - superclass of EditFieldWithCompletion "
-        #'stx:libview2'    "Model - superclass of FileApplicationNoteBook::ArchiveViewApplication "
-        #'stx:libwidg'    "EditTextView - superclass of EditFieldWithCompletion "
-        #'stx:libwidg2'    "SyncedMultiColumnTextView - superclass of DiffTextView "
+        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
+        #'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "HTMLDocumentView - referenced by AbstractLauncherApplication>>showPortInfo "
+        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
+        #'stx:libview'    "DeviceGraphicsContext - superclass of Tools::TagsBrowser::TagView "
+        #'stx:libview2'    "ToolApplicationModel - superclass of Tools::ChangeSetBrowser2 "
+        #'stx:libwidg'    "ListView - superclass of Tools::NewSystemBrowserCodeView "
+        #'stx:libwidg2'    "TwoColumnTextView - superclass of DiffCodeView "
     )
 ! !
 
@@ -387,7 +387,6 @@
         Method selectorPrintStringInBrowserFor:
         Method selectorPrintStringInBrowserFor:class:
         MethodDictionary inspectorClass
-        Object asTestCase
         Object inspect
         Object inspector2TabCommon
         Object inspector2TabForBasicInspect
@@ -464,6 +463,8 @@
         UnboxedIntegerArray inspector2TabForHexDump
         UnboxedIntegerArray inspector2Tabs
     )
+
+    "Modified: / 23-02-2012 / 15:18:38 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !stx_libtool class methodsFor:'description - project information'!
@@ -515,13 +516,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"7911"$"
+    ^ "$SVN-Revision:"7913"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7912 2012-02-22 13:18:20Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7915 2012-02-23 15:20:50Z vranyj1 $'
 !
 
 version_CVS
@@ -529,5 +530,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7912 2012-02-22 13:18:20Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7915 2012-02-23 15:20:50Z vranyj1 $'
 ! !