stx_libtool.st
author Michael Beyl <mb@exept.de>
Wed, 29 Jul 2009 10:17:01 +0200
changeset 8671 d632c779974a
parent 8538 9cf2f902fc07
child 8712 ca1a240c839a
permissions -rw-r--r--
automatic checkIn
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     1
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
     3
	      All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     4
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     5
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     6
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     8
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
     9
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    10
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    11
"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libtool' }"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libtool
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
7755
2714286051c6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7694
diff changeset
    18
	category:'* Projects & Packages *'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    21
!stx_libtool class methodsFor:'documentation'!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    22
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    23
copyright
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    24
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    26
	      All Rights Reserved
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    27
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    28
 This software is furnished under a license and may be used
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    29
 only in accordance with the terms of that license and with the
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    31
 be provided or otherwise made available to, or used by, any
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    32
 other person.  No title to or ownership of the software is
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    33
 hereby transferred.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    34
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    35
!
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    36
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    37
documentation
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    38
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libtool.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    40
    This library contains developer tools.
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    41
"
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    42
! !
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    43
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    44
!stx_libtool class methodsFor:'description'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    45
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    46
excludedFromPreRequisites
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    47
    "list packages which are to be explicitely excluded from the automatic constructed
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    48
     prerequisites list. If empty, everything that is found along the inheritance of any of
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    49
     my classes is considered to be a prerequisite package."
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    50
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    51
    ^ #(
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    52
        #'stx:goodies'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    53
        #'stx:goodies/communication'    "SmalltalkShareServer - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    54
        #'stx:goodies/rdoit'    "RDoItServer - referenced by AbstractSettingsApplication::RDoItServerSettingsAppl>>basicSaveSettings "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    55
        #'exept:CC'    "CBrowser::Browser - referenced by FileBrowser>>hasCBrowser "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    56
        #'stx:clients/Demos'    "Demos::ChickenFun - referenced by NewLauncher>>chickenFunIsRunning "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    57
        #'stx:clients/MailTool'    "SendMailTool - referenced by DebugView>>initializeButtonsIn: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    58
        #'stx:clients/Tools'    "ZipTool - referenced by AbstractFileBrowser>>openZipTool "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    59
        #'stx:libjava'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    60
        #'stx:libjavascript'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    61
        #'stx:goodies/sif'    "SmalltalkInterchangeFileManager - referenced by Tools::NewSystemBrowser>>projectMenuFileOutAsWithFormat: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    62
        #'stx:goodies/soap'    "SOAP::SoapHttpModule - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    63
        #'stx:goodies/sunit'    "TestResult - referenced by Tools::NewSystemBrowser>>runTestCasesWithDebug: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    64
        #'stx:goodies/webServer'    "HTTPEmbeddedApplicationService - referenced by AbstractLauncherApplication::LauncherDialogs class>>communicationsSettings "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    65
        #'stx:goodies/webServer/ui'    "HTTPServerSettingsAppl - referenced by AbstractSettingsApplication::HTTPStartServerSettingsApplication>>hasCreatedServer "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    66
        #'stx:goodies/xml/vw'    "XML::SourceNodeBuilder - referenced by ChangesBrowser class>>readXMLChangesFrom:inBackground: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    67
        #'exept:xml'    "XMLRepresenter - referenced by Tools::NewSystemBrowser>>canFileOutXML "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    68
        #'stx:goodies/refactoryBrowser/browser'    "MethodNameDialog - referenced by Tools::NewSystemBrowser>>renameMethod:in: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    69
        #'stx:goodies/refactoryBrowser/changes'    "RefactoryChangeManager - referenced by Tools::NewSystemBrowser>>setUndoCount "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    70
        #'stx:goodies/refactoryBrowser/helpers'    "RBAbstractClass - referenced by Tools::NewSystemBrowser>>handlingRefactoringErrorDo: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    71
        #'stx:goodies/refactoryBrowser/lint'    "ParseTreeLintRule - referenced by Tools::ClassChecker>>guardingClause "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    72
        #'stx:goodies/refactoryBrowser/refactoring'    "AddParameterRefactoring - referenced by Tools::NewSystemBrowser>>codeMenuAddParameter "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    73
        #'stx:libhtml'    "HTMLDocumentView - referenced by Tools::NewSystemBrowser>>openDocumentation "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    74
        #'stx:libdb'    "SQL::SQLError - referenced by AbstractSettingsApplication::SourceCodeManagementSettingsAppl>>tryToConnectTo: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    75
        #'stx:libtool2'    "SnapShotImage - referenced by SystemBrowser class>>openOnSnapShotImage: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    76
        #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    77
        #'exept:xml/inspector'    "XML::XMLInspector - referenced by AbstractFileBrowser>>parseXmlFile "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    78
        #'stx:goodies/httpSupport'    "HTMLUtilities - referenced by CharacterArray>>inspectorExtraAttributes "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    79
        #'stx:goodies/simpleServices'    "WindowMigrationServer - referenced by AbstractSettingsApplication::MiscCommunicationSettingsAppl>>hasUnsavedChanges "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    80
   )
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    81
!
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    82
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    83
preRequisites
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    84
    ^ #(
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    85
        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    86
        #'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    87
        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    88
        #'stx:libbasic3'    "ChangeSet - referenced by Tools::ProjectList>>nameListFor: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    89
        #'stx:libcomp'    "Parser - referenced by Tools::NewSystemBrowser>>checkForEmptyMethodComment:inClass: "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    90
        #'stx:libui'    "VariablePanelSpec - superclass of FileBrowserV2UISpecifications::PanelSpec "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    91
        #'stx:libview'    "TopView - superclass of FileBrowser "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    92
        #'stx:libview2'    "SimpleDialog - superclass of FileDialog "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    93
        #'stx:libwidg'    "DialogBox - superclass of AboutBox "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    94
        #'stx:libwidg2'    "HierarchicalList - superclass of SettingsDialog::HierarchicalApplicationList "
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
    95
        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    96
    )
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    97
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    98
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    99
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   100
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
   101
additionalDefinitions_bc_dot_mak
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   102
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
   103
# see stdHeader_bc for LIBTOOL_BASE
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   104
# LIBTOOL_BASE   =0x64800000
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   105
LIB_BASE_LD_ARG=-b:$(LIBTOOL_BASE)
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   106
'
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   107
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   108
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   109
!stx_libtool class methodsFor:'description - contents'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   110
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   111
classNamesAndAttributes
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   112
    ^ #(
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   113
        "<className> or (<className> attributes...) in load order"
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   114
        AboutBox
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   115
        AbstractFileApplicationNoteBookComponent
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   116
        AbstractFileBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   117
        AbstractLauncherApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   118
        (AbstractRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   119
        AbstractSettingsApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   120
        (AbstractVersionDiffBrowserItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   121
        (ApplicationBuilder autoload)
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   122
        BookmarksEditDialog
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   123
        BrowserView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   124
        ChangesBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   125
        (ClassInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   126
        (ClassItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   127
        (ClassItemRoot autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   128
        (ClassItemRootForRevision autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   129
        (ClassNameItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   130
        (ClassRevisionTree autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   131
        (ClassVariablesInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   132
        CodeGeneratorTool
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   133
        (ColorInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   134
        DebugView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   135
        (Diff3TextView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   136
        DiffTextView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   137
        (EWorldIconLibrary autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   138
        (EventMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   139
        (ExpandableRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   140
        FileBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   141
        FileBrowserV2PanelView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   142
        (FileBrowserV2SettingsAppl autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   143
        (FileBrowserV2SettingsDialog autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   144
        (FileBrowserV2Tests autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   145
        FileBrowserV2UISpecifications
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   146
        FileDialog
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   147
        (FileDialogV2 autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   148
        FileOperation
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   149
        FilenameEditFieldV2
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   150
        GenericToolbarIconLibrary
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   151
        (HierarchicalClassRevisionList autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   152
        (HierarchicalVersionDiffBrowser autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   153
        (ImageInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   154
        InspectorView
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   155
        (Launcher autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   156
        (LibraryBuilder autoload)
8671
d632c779974a automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8538
diff changeset
   157
        MemoryMonitor
d632c779974a automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8538
diff changeset
   158
        MemoryMonitorView
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   159
        (MemoryUsageView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   160
        MultiViewToolApplication
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   161
        (NewChangesBrowser autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   162
        (OldLauncher autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   163
        (ProcessMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   164
        ProcessMonitorV2
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   165
        (ProjectView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   166
        (RCSConflictEditTextView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   167
        (SemaphoreMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   168
        SettingsDialog
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   169
        (SmalltalkInspectorView autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   170
        (SourceRevisionItem autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   171
        SystemBrowser
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   172
        (SystemStatusMonitor autoload)
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   173
        (TerminalApplication autoload)
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   174
        #'Tools::BreakpointBrowser'
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   175
        #'Tools::CheckinInfoDialog'
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   176
        #'Tools::ClassChecker'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   177
        #'Tools::CodeCritics'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   178
        (#'Tools::CompilerWarningToDoListEntry' autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   179
        #'Tools::MethodCategoryCache'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   180
        #'Tools::NavigationState'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   181
        #'Tools::NavigatorModel'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   182
        #'Tools::SearchDialog'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   183
        #'Tools::SpecialCodeView'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   184
        #'Tools::StringSearchTool'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   185
        (#'Tools::ToDoList' autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   186
        (#'Tools::ToDoListBrowser' autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   187
        (#'Tools::ToDoListEntry' autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   188
        (#'Tools::ToDoNotification' autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   189
        VersionDiffBrowser
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   190
        (VersionRevisionItem autoload)
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   191
        ViewWithAcceptAndCancelBar
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   192
        Win32FileDialog
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   193
        #'stx_libtool'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   194
        AbstractDirectoryBrowser
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   195
        ChangeSetBrowser
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   196
        ContextInspectorView
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   197
        DictionaryInspectorView
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   198
        DiffCodeView
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   199
        FileApplicationNoteBook
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   200
        FileBrowserV2
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   201
        FindFileApplication
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   202
        NewLauncher
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   203
        OrderedCollectionInspectorView
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   204
        SetInspectorView
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   205
        #'Tools::BrowserList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   206
        #'Tools::NavigatorCanvas'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   207
        #'Tools::NewSystemBrowser'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   208
        #'Tools::OrganizerCanvas'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   209
        #'Tools::StringSearchToolForTextView'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   210
        WorkspaceApplication
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   211
        XPToolbarIconLibrary
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   212
        DirectoryContentsBrowser
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   213
        DirectoryTreeBrowser
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   214
        #'Tools::ClassCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   215
        #'Tools::ClassGeneratorList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   216
        #'Tools::ClassList'
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   217
        #'Tools::MethodCategoryList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   218
        #'Tools::MethodList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   219
        #'Tools::NamespaceList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   220
        #'Tools::ProjectList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   221
        #'Tools::VariableList'
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   222
        VistaToolbarIconLibrary
8022
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   223
        #'Tools::FullMethodCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   224
        #'Tools::HierarchicalClassCategoryList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   225
        #'Tools::HierarchicalClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   226
        #'Tools::HierarchicalProjectList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   227
        #'Tools::ImplementingClassList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   228
        #'Tools::ImplementingMethodList'
ffc9b5364e61 automatic checkIn
fm
parents: 7930
diff changeset
   229
        #'Tools::InheritanceClassList'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   230
    )
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   231
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   232
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   233
extensionMethodNames
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   234
    ^ #(
8469
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   235
        ByteArray inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   236
        Character inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   237
        CharacterArray inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   238
        Collection inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   239
        Color inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   240
        Color inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   241
        Dictionary inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   242
        ExecutableFunction printStringForBrowserWithSelector:
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   243
        Form inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   244
        Image inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   245
        Integer inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   246
        Method inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   247
        Method printStringForBrowserWithSelector:inClass:
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   248
        Method selectorPrintStringInBrowserFor:
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   249
        Method selectorPrintStringInBrowserFor:class:
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   250
        MethodDictionary inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   251
        Object inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   252
        OrderedCollection inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   253
        RunArray inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   254
        Set inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   255
        Text inspectorExtraAttributes
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   256
        'NameSpace class' inspectorClass
289f3354d4b3 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 8377
diff changeset
   257
        'Smalltalk class' inspectorClass
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   258
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   259
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   260
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   261
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   262
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   263
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   264
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   265
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   266
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   267
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   268
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   269
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   270
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   271
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   272
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   273
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   274
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   275
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   276
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   277
8538
9cf2f902fc07 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8469
diff changeset
   278
    ^ 'Copyright Claus Gittinger 1988-2009\nCopyright eXept Software AG 1998-2009'
7893
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   279
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   280
    "Modified: / 08-11-2007 / 16:58:51 / cg"
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   281
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   282
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   283
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   284
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   285
version
8671
d632c779974a automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8538
diff changeset
   286
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.36 2009-07-29 08:17:01 mb Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   287
! !