stx_libtool.st
branchjv
changeset 12179 47f98e7d6de1
parent 12173 f135ea9fe1cf
child 12189 b710c09d7c0d
--- a/stx_libtool.st	Fri Mar 09 23:06:58 2012 +0000
+++ b/stx_libtool.st	Fri Mar 16 17:08:17 2012 +0000
@@ -95,19 +95,19 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'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:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
+        #'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
+        #'stx:libbasic'    "AbstractTime - superclass of extended Timestamp "
+        #'stx:libbasic2'    "List - superclass of Tools::TagList "
+        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
         #'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 "
+        #'stx:libcomp'    "SyntaxHighlighter - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
+        #'stx:libui'    "ViewWithSubcomponentsSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
+        #'stx:libview'    "SimpleView - superclass of Tools::DiffCodeView2 "
+        #'stx:libview2'    "ApplicationModel - superclass of Tools::ProjectList "
+        #'stx:libwidg'    "Label - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
+        #'stx:libwidg2'    "HierarchicalList - superclass of SettingsDialog::HierarchicalApplicationList "
     )
 ! !
 
@@ -337,6 +337,10 @@
         #'Tools::LintAnnotation'
         #'Tools::ProjectCheckerBrowser'
         ParseTreeIndex
+        #'Tools::Diff2CodeView2'
+        #'Tools::Diff3CodeView2'
+        #'Tools::TextDiff2Tool'
+        #'Tools::TextDiff3Tool'
     )
 !
 
@@ -463,8 +467,6 @@
         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'!
@@ -516,13 +518,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"7913"$"
+    ^ "$SVN-Revision:"7924"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7915 2012-02-23 15:20:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7925 2012-03-16 17:08:17Z vranyj1 $'
 !
 
 version_CVS
@@ -530,5 +532,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7915 2012-02-23 15:20:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7925 2012-03-16 17:08:17Z vranyj1 $'
 ! !