stx_libtool.st
branchjv
changeset 12228 65c1148c41f6
parent 12217 2c68d7169f97
child 12243 bf110cbcc7d3
--- a/stx_libtool.st	Mon Apr 09 19:34:24 2012 +0100
+++ b/stx_libtool.st	Wed Apr 11 17:14:22 2012 +0100
@@ -97,18 +97,18 @@
      exclude individual packages in the #excludedFromPrerequisites method."
 
     ^ #(
-        #'stx:goodies/sunit'    "TestSuite - referenced by Tools::TestRunner2>>errorTestSuite "
-        #'stx:libbasic'    "ExecutableFunction - superclass of Tools::MethodCategoryList::MissingMethod "
-        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
-        #'stx:libbasic3'    "Change - superclass of extended CompositeChange "
+        #'stx:goodies/sunit'    "TestCase - referenced by Tools::NewSystemBrowser>>classMenuNewTestCase "
+        #'stx:libbasic'    "Object - superclass of Tools::HierarchicalClassList "
+        #'stx:libbasic2'    "List - superclass of Tools::TagList "
+        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
         #'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
-        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
-        #'stx:libhtml'    "DidYouKnowTipViewer - referenced by AbstractLauncherApplication>>showTipOfTheDay "
+        #'stx:libcomp'    "SyntaxHighlighter - superclass of SyntaxHighlighter2 "
+        #'stx:libhtml'    "HTMLParser - referenced by Tools::TagList>>htmlTagsInFile: "
         #'stx:libui'    "NamedSpec - superclass of EditFieldWithCompletionSpec "
-        #'stx:libview'    "TopView - superclass of DebugView "
-        #'stx:libview2'    "SimpleDialog - superclass of Tools::LintRuleSelectionDialog "
-        #'stx:libwidg'    "VariablePanel - superclass of FileBrowserV2PanelView "
-        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::TagsBrowser::TagView "
+        #'stx:libview'    "GraphicsMedium - superclass of InspectorView "
+        #'stx:libview2'    "Model - superclass of Tools::HierarchicalClassList "
+        #'stx:libwidg'    "TextView - superclass of Tools::NewSystemBrowserCodeView "
+        #'stx:libwidg2'    "HierarchicalList - superclass of BookmarkList "
     )
 ! !
 
@@ -481,6 +481,8 @@
         UserPreferences fileBrowserClass
         UserPreferences fileBrowserClass:
         UserPreferences fileBrowserClassName
+        UserPreferences confirmRefactorings
+        UserPreferences confirmRefactorings:
     )
 ! !
 
@@ -534,13 +536,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'7963M           '"$"
+    ^ "$SVN-Revision:"'7975M           '"$"
 ! !
 
 !stx_libtool class methodsFor:'documentation'!
 
 version
-    ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7976 2012-04-11 16:14:22Z vranyj1 $'
 !
 
 version_CVS
@@ -548,5 +550,5 @@
 !
 
 version_SVN
-    ^ '$Id: stx_libtool.st 7964 2012-04-03 17:37:50Z vranyj1 $'
+    ^ '$Id: stx_libtool.st 7976 2012-04-11 16:14:22Z vranyj1 $'
 ! !