# HG changeset patch # User Stefan Vogel # Date 1180529614 -7200 # Node ID b3bdee17920b26feab780beceb4e0b220e00d425 # Parent 9ad4c3d354bb8a3cc189038665a78ce6eadf7a30 Fix preRequisites diff -r 9ad4c3d354bb -r b3bdee17920b stx_libtool2.st --- a/stx_libtool2.st Mon Apr 02 13:46:42 2007 +0200 +++ b/stx_libtool2.st Wed May 30 14:53:34 2007 +0200 @@ -43,18 +43,22 @@ !stx_libtool2 class methodsFor:'description'! +excludedFromPreRequisites + ^ #( + #'stx:libhtml' "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation " + ) +! + preRequisites ^ #( - #'stx:libbasic' "ByteArray - referenced by MenuEditor::Item class>>iconSeparator " + #'stx:libbasic' "Object - superclass of UIPainter::TreeView " #'stx:libbasic2' "List - referenced by DataSetBuilder>>updateColumnView " - #'stx:libcomp' "ByteCodeCompiler - referenced by UIHelpTool::ClassItem>>createHelpMethodNamed: " - #'stx:libhtml' "HTMLDocumentView - referenced by UIPainter>>doOpenWidgetDocumentation " #'stx:libtool' "SystemBrowser - referenced by ResourceSelectionBrowser::ResourceMethod>>iconOn: " #'stx:libui' "SpecCollection - referenced by UIPainterView>>fullSpecFor: " - #'stx:libview' "Depth2Image - referenced by UIPainter class>>iconCenterV " - #'stx:libview2' "AspectAdaptor - referenced by ImageEditor>>selectionOfColor " - #'stx:libwidg' "RadioButtonGroup - referenced by ResourceSelectionBrowser>>selectionOfClassPresentation " - #'stx:libwidg2' "DoWhatIMeanSupport - referenced by MenuEditor::ResourceEditor>>entryCompletionForRetriever " + #'stx:libview' "SimpleView - superclass of UIObjectView " + #'stx:libview2' "Model - superclass of UILayoutTool::Point " + #'stx:libwidg' "ObjectView - superclass of UIPainterView " + #'stx:libwidg2' "HierarchicalItem - superclass of MenuEditor::Item " ) ! ! @@ -75,25 +79,25 @@ " or ( attributes...) in load order" ColorEditDialog DataSetBuilder - (DirectoryView #autoload) - (HierarchicalListEditor #autoload) + (DirectoryView autoload) + (HierarchicalListEditor autoload) ImageEditor MenuEditor - (MethodFinderWindow #autoload) - (MethodSelectionBrowser #autoload) - (#'NewInspector::NewInspectorList' #autoload) - (#'NewInspector::NewInspectorListView' #autoload) - (#'NewInspector::NewInspectorPanelView' #autoload) - (#'NewInspector::NewInspectorView' #autoload) - (ProjectBrowser #autoload) - (STXInstaller #autoload) + (MethodFinderWindow autoload) + (MethodSelectionBrowser autoload) + (#'NewInspector::NewInspectorList' autoload) + (#'NewInspector::NewInspectorListView' autoload) + (#'NewInspector::NewInspectorPanelView' autoload) + (#'NewInspector::NewInspectorView' autoload) + (ProjectBrowser autoload) + (STXInstaller autoload) SelectionBrowser - (ShellView #autoload) - (SnapShotImage #autoload) - (SnapShotImageMemory #autoload) - (TabListEditor #autoload) - (#'Tools::InternationalLanguageTranslationEditor' #autoload) - (#'Tools::ProjectDefinitionEditor' #autoload) + (ShellView autoload) + (SnapShotImage autoload) + (SnapShotImageMemory autoload) + (TabListEditor autoload) + (#'Tools::InternationalLanguageTranslationEditor' autoload) + (#'Tools::ProjectDefinitionEditor' autoload) UIGalleryView UIHelpTool UILayoutTool