stx_libtool.st
changeset 14691 8b0bc6ad335d
parent 14647 cb1f3f7d2497
child 14699 137e66a21c57
equal deleted inserted replaced
14690:14da7f75129a 14691:8b0bc6ad335d
    64 
    64 
    65     ^ #(
    65     ^ #(
    66         #'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
    66         #'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
    67         #'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
    67         #'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
    68         #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
    68         #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
       
    69         #'exept:technologyBridge/dotNetBridge'    "DOTNET::DotNet - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>closeAllDotNetConnections "
       
    70         #'exept:vncViewer'    "VNCAuthenticationFailure - referenced by FileApplicationNoteBook::XViewApplication>>startVNCserver "
       
    71         #'exept:CC'    "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser "
       
    72         #'exept:xml/inspector'    "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile "
    69         #'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
    73         #'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
    70         #'stx:libsvn'
    74         #'stx:libsvn'
    71         #'exept:CC'    "CBrowser::Browser - referenced by AbstractFileBrowser>>openCBrowser "
       
    72         #'exept:xml/inspector'    "XML::XMLInspector - referenced by AbstractFileBrowser>>inspectXmlFile "
       
    73         #'stx:clients/Demos'    "ClassTreeGraphView - referenced by Tools::NewSystemBrowser>>updateSpecialCodeEditorVisibilityForClass:method: "
    75         #'stx:clients/Demos'    "ClassTreeGraphView - referenced by Tools::NewSystemBrowser>>updateSpecialCodeEditorVisibilityForClass:method: "
    74         #'stx:clients/MailTool'    "SendMailTool - referenced by Tools::NewSystemBrowser>>sendFileViaEmail:subject: "
    76         #'stx:clients/MailTool'    "SendMailTool - referenced by Tools::NewSystemBrowser>>sendFileViaEmail:subject: "
    75         #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
    77         #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
    76         #'stx:goodies/communication'    "SmalltalkShareClient - referenced by AbstractLauncherApplication>>remoteImageBrowserAvailable "
    78         #'stx:goodies/communication'    "SmalltalkShareClient - referenced by AbstractLauncherApplication>>remoteImageBrowserAvailable "
    77         #'stx:goodies/monticello'    "MCInteractiveLoadingQuery - referenced by Tools::ChangeSetBrowser2>>changeMenuApplyChange: "
    79         #'stx:goodies/monticello'    "MCInteractiveLoadingQuery - referenced by Tools::ChangeSetBrowser2>>changeMenuApplyChange: "
   123         #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
   125         #'stx:libwidg'    "Button - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
   124         #'stx:libwidg2'    "ComboBoxView - superclass of FilenameEditFieldV2 "
   126         #'stx:libwidg2'    "ComboBoxView - superclass of FilenameEditFieldV2 "
   125     )
   127     )
   126 !
   128 !
   127 
   129 
   128 preRequisites
       
   129     "list all required packages.
       
   130      This list can be maintained manually or (better) generated and
       
   131      updated by scanning the superclass hierarchies and looking for
       
   132      global variable accesses. (the browser has a menu function for that)
       
   133      Howevery, often too much is found, and you may want to explicitely
       
   134      exclude individual packages in the #excludedFromPrerequisites method."
       
   135 
       
   136     ^ #(
       
   137 	#'stx:goodies/sunit'    "TestResult - referenced by Tools::TestRunner2>>debugError: "
       
   138 	#'stx:libbasic'    "IdentityDictionary - superclass of extended UserPreferences "
       
   139 	#'stx:libbasic2'    "List - superclass of DirectoryTreeBrowser::DirTreeBrowserHFL "
       
   140 	#'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
       
   141 	#'stx:libboss'    "BinaryInputManager - referenced by Tools::Profiler class>>readStatisticsFrom: "
       
   142 	#'stx:libcomp'    "Parser - superclass of SyntaxHighlighter2 "
       
   143 	#'stx:libhtml'    "HTMLDocumentView - referenced by FileBrowser>>openHTMLDocument: "
       
   144 	#'stx:libui'    "ViewWithSubcomponentsSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
       
   145 	#'stx:libview'    "DisplaySurface - superclass of InspectorView "
       
   146 	#'stx:libview2'    "Model - superclass of AbstractFileBrowser "
       
   147 	#'stx:libwidg'    "Label - superclass of ViewWithAcceptAndCancelBar::AcceptAndCancelBar::ButtonWithHelpText "
       
   148 	#'stx:libwidg2'    "HierarchicalItem - superclass of Tools::ChangeList::ListEntry "
       
   149     )
       
   150 
       
   151     "Modified: / 27-02-2013 / 12:18:55 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
   152 !
       
   153 
       
   154 referencedPreRequisites
   130 referencedPreRequisites
   155     "list all packages containing classes referenced by the packages's members.
   131     "list all packages containing classes referenced by the packages's members.
   156      This list can be maintained manually or (better) generated and
   132      This list can be maintained manually or (better) generated and
   157      updated by looking for global variable accesses
   133      updated by looking for global variable accesses
   158      (the browser has a menu function for that)
   134      (the browser has a menu function for that)
   159      However, often too much is found, and you may want to explicitely
   135      However, often too much is found, and you may want to explicitely
   160      exclude individual packages in the #excludedFromPreRequisites method."
   136      exclude individual packages in the #excludedFromPreRequisites method."
   161 
   137 
   162     ^ #(
   138     ^ #(
   163         #'exept:technologyBridge/dotNetBridge'    "DOTNET::DotNet - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>closeAllDotNetConnections "
       
   164         #'exept:vncViewer'    "VNCAuthenticationFailure - referenced by FileApplicationNoteBook::XViewApplication>>startVNCserver "
       
   165         #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
   139         #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
   166     )
   140     )
   167 !
   141 !
   168 
   142 
   169 subProjects
   143 subProjects
   638 ! !
   612 ! !
   639 
   613 
   640 !stx_libtool class methodsFor:'documentation'!
   614 !stx_libtool class methodsFor:'documentation'!
   641 
   615 
   642 version
   616 version
   643     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.108 2014-07-10 12:21:39 cg Exp $'
   617     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.109 2014-08-01 14:15:42 stefan Exp $'
   644 !
   618 !
   645 
   619 
   646 version_CVS
   620 version_CVS
   647     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.108 2014-07-10 12:21:39 cg Exp $'
   621     ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.109 2014-08-01 14:15:42 stefan Exp $'
   648 ! !
   622 ! !
   649 
   623