diff -r 14da7f75129a -r 8b0bc6ad335d stx_libtool.st --- a/stx_libtool.st Fri Aug 01 16:15:33 2014 +0200 +++ b/stx_libtool.st Fri Aug 01 16:15:42 2014 +0200 @@ -66,10 +66,12 @@ #'exept:expecco' "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable " #'exept:httpPortal' "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication " #'exept:osi/asn1' "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser " + #'exept:technologyBridge/dotNetBridge' "DOTNET::DotNet - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>closeAllDotNetConnections " + #'exept:vncViewer' "VNCAuthenticationFailure - referenced by FileApplicationNoteBook::XViewApplication>>startVNCserver " + #'exept:CC' "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser " + #'exept:xml/inspector' "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile " #'stx:libwebkit' "WebKitView - referenced by Tools::WebBrowserPage>>webKitView " #'stx:libsvn' - #'exept:CC' "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser " - #'exept:xml/inspector' "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile " #'stx:clients/Demos' "ClassTreeGraphView - referenced by Tools::NewSystemBrowser>>updateSpecialCodeEditorVisibilityForClass:method: " #'stx:clients/MailTool' "SendMailTool - referenced by Tools::NewSystemBrowser>>sendFileViaEmail:subject: " #'stx:clients/Tools' "ZipTool - referenced by AbstractFileBrowser>>openZipTool " @@ -125,32 +127,6 @@ ) ! -preRequisites - "list all required packages. - This list can be maintained manually or (better) generated and - updated by scanning the superclass hierarchies and looking for - global variable accesses. (the browser has a menu function for that) - Howevery, often too much is found, and you may want to explicitely - exclude individual packages in the #excludedFromPrerequisites method." - - ^ #( - #'stx:goodies/sunit' "TestResult - referenced by Tools::TestRunner2>>debugError: " - #'stx:libbasic' "IdentityDictionary - superclass of extended UserPreferences " - #'stx:libbasic2' "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL " - #'stx:libbasic3' "MessageTally - superclass of Tools::Profiler " - #'stx:libboss' "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: " - #'stx:libcomp' "Parser - superclass of SyntaxHighlighter2 " - #'stx:libhtml' "HTMLDocumentView - referenced by FileBrowser>>openHTMLDocument: " - #'stx:libui' "ViewWithSubcomponentsSpec - superclass of FileBrowserV2UISpecifications::PanelSpec " - #'stx:libview' "DisplaySurface - superclass of InspectorView " - #'stx:libview2' "Model - superclass of AbstractFileBrowser " - #'stx:libwidg' "Label - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText " - #'stx:libwidg2' "HierarchicalItem - superclass of Tools::ChangeList::ListEntry " - ) - - "Modified: / 27-02-2013 / 12:18:55 / Jan Vrany " -! - referencedPreRequisites "list all packages containing classes referenced by the packages's members. This list can be maintained manually or (better) generated and @@ -160,8 +136,6 @@ exclude individual packages in the #excludedFromPreRequisites method." ^ #( - #'exept:technologyBridge/dotNetBridge' "DOTNET::DotNet - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>closeAllDotNetConnections " - #'exept:vncViewer' "VNCAuthenticationFailure - referenced by FileApplicationNoteBook::XViewApplication>>startVNCserver " #'stx:libwidg3' "ClockView - referenced by WorkspaceApplication>>addStopWatch " ) ! @@ -640,10 +614,10 @@ !stx_libtool class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.108 2014-07-10 12:21:39 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.109 2014-08-01 14:15:42 stefan Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.108 2014-07-10 12:21:39 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.109 2014-08-01 14:15:42 stefan Exp $' ! !