stx_libtool.st
author vrany
Tue, 26 Jul 2011 12:05:07 +0200
changeset 10407 987c4dabc6f7
parent 10400 90113a6cd601
child 10408 de3478b8077b
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
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
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
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    15
	instanceVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    16
	classVariableNames:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
    17
	poolDictionaries:''
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
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
9713
e87524465f36 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9419
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
"
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    42
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    43
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    44
extensionsVersion_CVS
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.60 2011-07-26 10:05:07 vrany Exp $'
8944
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    46
!
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    47
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    48
extensionsVersion_SVN
315d7022155d automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8830
diff changeset
    49
    ^ 'Id:'
7074
6690ccaad741 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7048
diff changeset
    50
! !
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    51
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    52
!stx_libtool class methodsFor:'description'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    53
7930
19656d40a181 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7893
diff changeset
    54
excludedFromPreRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    55
    "list all packages which should be ignored in the automatic
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    56
     preRequisites scan. See #preRequisites for more."
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    57
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    58
    ^ #(
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    59
        #'exept:expecco'    "Expecco::ExpeccoNetAPI - referenced by AbstractLauncherApplication>>bugReporterAvailable "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    60
        #'exept:httpPortal'    "WebApplicationModel - referenced by Tools::NewSystemBrowser>>classMenuNewWebApplication "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    61
        #'exept:osi/asn1'    "OSI::ASN1Browser - referenced by FileBrowser>>openASN1Browser "
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    62
        #'stx:libwebkit'    "WebKitView - referenced by Tools::WebBrowserPage>>webKitView "
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    63
        #'stx:libsvn'
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    64
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    65
    )
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    66
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    67
    "Modified: / 06-07-2011 / 16:16:13 / jv"
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    68
    "Modified: / 26-07-2011 / 10:59:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
7659
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    69
!
cafa86044c98 *** empty log message ***
Stefan Vogel <sv@exept.de>
parents: 7656
diff changeset
    70
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    71
preRequisites
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    72
    "list all required packages.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    73
     This list can be maintained manually or (better) generated and
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    74
     updated by scanning the superclass hierarchies and looking for
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    75
     global variable accesses. (the browser has a menu function for that)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    76
     Howevery, often too much is found, and you may want to explicitely
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    77
     exclude individual packages in the #excludedFromPrerequisites method."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    78
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    79
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    80
        #'stx:goodies/refactoryBrowser/parser'    "RBProgramNodeVisitor - superclass of Tools::BreakpointBrowser::MessageArgumentExtractor "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    81
        #'stx:libbasic'    "Object - superclass of VersionDiffBrowser::ClassChangeSet "
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    82
        #'stx:libbasic2'    "List - superclass of AbstractFileBrowser::DirectoryHistory "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    83
        #'stx:libbasic3'    "MessageTally - superclass of Tools::Profiler "
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    84
        #'stx:libboss'    "BinaryOutputManager - referenced by Tools::Profiler>>storeStatisticsOn: "
10216
5810d4208626 automatic checkIn
vrany
parents: 10168
diff changeset
    85
        #'stx:libcomp'    "AbstractSyntaxHighlighter - superclass of SyntaxHighlighter2 "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    86
        #'stx:libui'    "MenuComponentSpec - superclass of EditFieldWithCompletionSpec "
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    87
        #'stx:libview'    "SimpleView - superclass of InspectorView "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    88
        #'stx:libview2'    "SimpleDialog - superclass of FileDialog "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    89
        #'stx:libwidg'    "DialogBox - superclass of AboutBox "
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
    90
        #'stx:libwidg2'    "SelectionInListModelView - superclass of Tools::CodeCompletionMenu "
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
    91
        #'stx:libwidg3'    "ClockView - referenced by WorkspaceApplication>>addStopWatch "
7448
5c811968bae6 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7306
diff changeset
    92
    )
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    93
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
    94
    "Modified: / 06-07-2011 / 16:15:46 / jv"
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    95
! !
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    96
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    97
!stx_libtool class methodsFor:'description - compilation'!
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
    98
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
    99
additionalBaseAddressDefinition_bc_dot_mak
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   100
    "this is an optional definition, which (if present) may speed up the dll-loading a little
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   101
     on win32 systems."
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   102
7306
e60b4ea96192 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 7162
diff changeset
   103
    ^ '
7577
9769c6225ff7 Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 7448
diff changeset
   104
# see stdHeader_bc for LIBTOOL_BASE
8712
ca1a240c839a *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 8671
diff changeset
   105
LIB_BASE=$(LIBTOOL_BASE)
7306
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
9203
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   112
    "lists the classes which are to be included in the project.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   113
     Each entry in the list may be: a single class-name (symbol),
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   114
     or an array-literal consisting of class name and attributes.
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   115
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
9e5f512a75a7 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 8944
diff changeset
   116
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   117
    ^ #(
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   118
        "<className> or (<className> attributes...) in load order"
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   119
        AboutBox
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   120
        AbstractFileApplicationNoteBookComponent
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   121
        AbstractFileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   122
        AbstractLauncherApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   123
        (AbstractRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   124
        AbstractSettingsApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   125
        (AbstractVersionDiffBrowserItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   126
        (ApplicationBuilder autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   127
        Bookmark
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   128
        BookmarkBar
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   129
        BookmarkEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   130
        BookmarkList
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   131
        BookmarkListEditor
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   132
        BookmarkVisitor
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   133
        BookmarksEditDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   134
        BrowserView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   135
        (ChangeSetBrowser autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   136
        ChangesBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   137
        (ClassInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   138
        (ClassItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   139
        (ClassItemRoot autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   140
        (ClassItemRootForRevision autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   141
        (ClassNameItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   142
        (ClassRevisionTree autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   143
        (ClassVariablesInspectorView autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   144
        CodeGenerator
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   145
        (CodeGeneratorTests autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   146
        CodeGeneratorTool
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   147
        (ColorInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   148
        DebugView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   149
        Diff
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   150
        (Diff3TextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   151
        DiffListUtility
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   152
        DiffTextView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   153
        (EWorldIconLibrary autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   154
        EditFieldWithCompletion
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   155
        EditFieldWithCompletionSpec
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   156
        (EventMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   157
        (ExpandableRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   158
        FileBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   159
        FileBrowserV2PanelView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   160
        (FileBrowserV2SettingsDialog autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   161
        (FileBrowserV2Tests autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   162
        FileBrowserV2UISpecifications
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   163
        FileDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   164
        (FileDialogV2 autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   165
        FileOperation
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   166
        FilenameEditFieldV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   167
        (HierarchicalClassRevisionList autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   168
        (HierarchicalVersionDiffBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   169
        InspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   170
        (Launcher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   171
        (LibraryBuilder autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   172
        MemoryMonitor
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   173
        MemoryMonitorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   174
        (MemoryUsageView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   175
        MultiViewToolApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   176
        (NewChangesBrowser autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   177
        (OldLauncher autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   178
        (ProcessMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   179
        ProcessMonitorV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   180
        (ProjectView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   181
        (RCSConflictEditTextView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   182
        (SemaphoreMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   183
        SettingsDialog
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   184
        (SmalltalkInspectorView autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   185
        (SourceRevisionItem autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   186
        SyntaxElement
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   187
        SyntaxHighlighter2
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   188
        SystemBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   189
        (SystemStatusMonitor autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   190
        (TerminalApplication autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   191
        (TextDiffTests autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   192
        #'Tools::AbstractTestRunner'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   193
        #'Tools::BackgroundJob'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   194
        #'Tools::BreakpointBrowser'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   195
        #'Tools::Browslet'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   196
        #'Tools::BrowsletCanvas'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   197
        #'Tools::CachedTags'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   198
        #'Tools::ChangeSetBrowser2'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   199
        #'Tools::ChangeSetDiffTool'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   200
        #'Tools::ChangeSetSelectionDialog'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   201
        #'Tools::ChangeSetSpec'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   202
        #'Tools::CheckinInfoDialog'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   203
        #'Tools::ClassChecker'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   204
        #'Tools::ClassSorter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   205
        #'Tools::CodeCompletionMenu'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   206
        #'Tools::CodeCritics'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   207
        #'Tools::CodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   208
        (#'Tools::CodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   209
        #'Tools::CodeViewService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   210
        (#'Tools::CompilerWarningToDoListEntry' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   211
        #'Tools::DiffCodeView2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   212
        (#'Tools::DiffCodeView2DemoApp' autoload)
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   213
        #'Tools::HierarchicalChangesetDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   214
        #'Tools::InlineMessageDialog'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   215
        #'Tools::Inspector2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   216
        #'Tools::Inspector2Tab'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   217
        #'Tools::LintRuleDetail'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   218
        #'Tools::LintRuleSelectionDialog'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   219
        #'Tools::MethodCategoryCache'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   220
        #'Tools::MethodRewriter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   221
        #'Tools::NavigationHistory'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   222
        (#'Tools::NavigationHistoryTests' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   223
        #'Tools::NavigationState'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   224
        #'Tools::NavigatorModel'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   225
        #'Tools::NewClassWizardDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   226
        #'Tools::NewSystemBrowserCodeView'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   227
        #'Tools::Profiler'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   228
        #'Tools::ProfilerInfoBuilder'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   229
        #'Tools::ProfilerInfoItem'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   230
        #'Tools::ProjectLoader'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   231
        #'Tools::SearchDialog'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   232
        #'Tools::SmalltalkDiffTool'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   233
        (#'Tools::SmalltalkMergeTool' autoload)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   234
        #'Tools::SpecialCodeView'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   235
        #'Tools::StringSearchTool'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   236
        #'Tools::Tag'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   237
        #'Tools::TagList'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   238
        #'Tools::TagsBrowser'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   239
        #'Tools::TextDiffTool'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   240
        (#'Tools::ToDoList' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   241
        (#'Tools::ToDoListBrowser' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   242
        (#'Tools::ToDoListEntry' autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   243
        (#'Tools::ToDoNotification' autoload)
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   244
        #'Tools::WebBrowserPage'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   245
        VersionDiffBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   246
        (VersionRevisionItem autoload)
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   247
        ViewWithAcceptAndCancelBar
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   248
        Win32FileDialog
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   249
        (XTermView unix)
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   250
        #'stx_libtool'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   251
        AbstractDirectoryBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   252
        AbstractSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   253
        BookmarkMenuBuilder
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   254
        ContextInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   255
        DictionaryInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   256
        DiffCodeView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   257
        FileApplicationNoteBook
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   258
        FileBrowserV2
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   259
        FileBrowserV2SettingsAppl
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   260
        FileDialogWithPreview
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   261
        FindFileApplication
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   262
        ImageInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   263
        NewLauncher
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   264
        OrderedCollectionInspectorView
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   265
        SetInspectorView
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   266
        SmalltalkCodeGeneratorTool
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   267
        #'Tools::BackgroundQueueProcessingJob'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   268
        #'Tools::BreakpointService'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   269
        #'Tools::BrowserList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   270
        #'Tools::CodeCompletionService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   271
        #'Tools::CodeHighlightingService'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   272
        #'Tools::CodeNavigationService'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   273
        #'Tools::CodeView2SettingsAppl'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   274
        #'Tools::NavigatorCanvas'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   275
        #'Tools::NewSystemBrowser'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   276
        #'Tools::OrganizerCanvas'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   277
        #'Tools::SendersBrowslet'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   278
        #'Tools::StringSearchToolForTextView'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   279
        #'Tools::TestRunnerEmbedded'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   280
        #'Tools::VisualProfilerCanvas'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   281
        WorkspaceApplication
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   282
        BookmarkAddMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   283
        BookmarkToolbarMenuBuilder
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   284
        CVSSourceCodeManagementSettingsAppl
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   285
        DirectoryContentsBrowser
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   286
        DirectoryTreeBrowser
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   287
        PerforceSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   288
        StoreSourceCodeManagementSettingsAppl
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   289
        #'Tools::ChangeList'
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   290
        #'Tools::ChangeSetDiffList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   291
        #'Tools::ClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   292
        #'Tools::ClassGeneratorList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   293
        #'Tools::ClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   294
        #'Tools::LintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   295
        #'Tools::MethodCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   296
        #'Tools::MethodList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   297
        #'Tools::NamespaceList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   298
        #'Tools::ProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   299
        #'Tools::VariableList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   300
        #'Tools::FullMethodCategoryList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   301
        #'Tools::HierarchicalChangeList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   302
        #'Tools::HierarchicalClassCategoryList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   303
        #'Tools::HierarchicalClassList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   304
        #'Tools::HierarchicalLintRuleList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   305
        #'Tools::HierarchicalProjectList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   306
        #'Tools::ImplementingClassList'
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   307
        #'Tools::ImplementingMethodList'
10108
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   308
        #'Tools::NamespaceFilter'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   309
        #'Tools::TestRunner2'
cba40374180c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 9914
diff changeset
   310
        #'Tools::HierarchicalPackageFilterList'
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   311
        #'Tools::InheritanceClassList'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   312
    )
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   313
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   314
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   315
extensionMethodNames
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   316
    "lists the extension methods which are to be included in the project.
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   317
     Entries are 2-element array literals, consisting of class-name and selector."
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   318
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   319
    ^ #(
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   320
        Breakpoint icon
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   321
        BreakpointDescription icon
9419
421ce5a0e0b1 automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 9263
diff changeset
   322
        ByteArray inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   323
        Change flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   324
        Change flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   325
        Change removed
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   326
        Change removed:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   327
        ChangeSet condenseChangesForRemoved
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   328
        ChangeSet flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   329
        ChangeSet flattenedChanges
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   330
        ChangeSet inspector2TabBrowser
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   331
        ChangeSet inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   332
        Character inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   333
        CharacterArray inspector2TabBytes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   334
        CharacterArray inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   335
        CharacterArray inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   336
        CharacterArray inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   337
        Collection inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   338
        Color inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   339
        Color inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   340
        CompositeChange condenseChangesForRemoved
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   341
        CompositeChange flattenOnto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   342
        CompositeChange removed
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   343
        CompositeChange removed:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   344
        Date inspectorExtraAttributes
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   345
        Dictionary inspector2TabLabel
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   346
        Dictionary inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   347
        EditTextView absoluteXOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   348
        EditTextView absoluteYOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   349
        EditTextView xOfPosition:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   350
        EditTextView yOfCursor
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   351
        EditTextView yOfPosition:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   352
        ExecutableFunction printStringForBrowserWithSelector:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   353
        Form inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   354
        Image inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   355
        Integer inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   356
        MenuView shortKeys
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   357
        Method inspectorExtraAttributes
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   358
        Method printStringForBrowserWithSelector:inClass:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   359
        Method selectorPrintStringInBrowserFor:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   360
        Method selectorPrintStringInBrowserFor:class:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   361
        MethodDictionary inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   362
        Object asTestCase
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   363
        Object inspect
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   364
        Object inspector2TabCommon
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   365
        Object inspector2TabForBasicInspect
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   366
        Object inspector2TabForInspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   367
        Object inspector2TabLabel
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   368
        Object inspector2Tabs
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   369
        Object inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   370
        Object isTestCaseLike
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   371
        Object newInspector2Tab
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   372
        OrderedCollection inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   373
        PopUpMenu asMenu
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   374
        ProfileTree method
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   375
        ProfileTree package
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   376
        RunArray inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   377
        SelectionInListModelView textStartLeft
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   378
        SelectionInListModelView textStartLeft:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   379
        Set inspectorClass
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   380
        SimpleView isCodeView2
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   381
        StringCollection inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   382
        StringCollection inspector2Tabs
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   383
        Symbol formattedCode
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   384
        Text inspector2TabText
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   385
        Text inspectorExtraAttributes
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   386
        Timestamp inspectorExtraAttributes
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   387
        UserPreferences alwaysOpenNewTabWhenCtrlClick
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   388
        UserPreferences alwaysOpenNewTabWhenCtrlClick:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   389
        UserPreferences showBookmarkBar
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   390
        UserPreferences showBookmarkBar:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   391
        UserPreferences showEmbeddedTestRunnerInBrowser
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   392
        UserPreferences showEmbeddedTestRunnerInBrowser:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   393
        UserPreferences showGlobalHistory
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   394
        UserPreferences showGlobalHistory:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   395
        UserPreferences showLocalHistory
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   396
        UserPreferences showLocalHistory:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   397
        UserPreferences showMethodTemplate
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   398
        UserPreferences showMethodTemplate:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   399
        UserPreferences sortAndIndentClassesByInheritance
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   400
        UserPreferences sortAndIndentClassesByInheritance:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   401
        UserPreferences useCodeView2In:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   402
        UserPreferences useCodeView2InBrowser
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   403
        UserPreferences useCodeView2InBrowser:
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   404
        UserPreferences useCodeView2InDebugger
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   405
        UserPreferences useCodeView2InDebugger:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   406
        UserPreferences useCodeView2InTools
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   407
        UserPreferences useCodeView2InTools:
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   408
        UserPreferences useCodeView2InWorkspace
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   409
        UserPreferences useCodeView2InWorkspace:
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   410
        UserPreferences webBrowserLikeLayout
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   411
        UserPreferences webBrowserLikeLayout:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   412
        'AbstractSyntaxHighlighter class' formatExpression:in:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   413
        'AbstractSyntaxHighlighter class' formatMethod:in:using:elementsInto:
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   414
        'GenericToolbarIconLibrary class' bookmarks22x22
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   415
        'GenericToolbarIconLibrary class' bug16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   416
        'GenericToolbarIconLibrary class' bug24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   417
        'GenericToolbarIconLibrary class' bug32x32Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   418
        'GenericToolbarIconLibrary class' lint16x16Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   419
        'GenericToolbarIconLibrary class' lint24x24Icon
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   420
        'GenericToolbarIconLibrary class' lint32x32Icon
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   421
        'NameSpace class' inspectorClass
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   422
        'Smalltalk class' inspectorClass
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   423
    )
7027
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   424
! !
c7548c53b5be automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 6988
diff changeset
   425
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   426
!stx_libtool class methodsFor:'description - project information'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   427
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   428
applicationIconFileName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   429
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   430
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   431
    ^ nil
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   432
    "/ ^ self applicationName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   433
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   434
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   435
companyName
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   436
    "Return a companyname which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   437
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   438
    ^ 'eXept Software AG'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   439
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   440
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   441
description
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   442
    "Return a description string which will appear in nt.def / bc.def"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   443
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   444
    ^ 'Smalltalk/X Tools'
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   445
!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   446
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   447
legalCopyright
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   448
    "Return a copyright string which will appear in <lib>.rc"
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   449
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   450
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
7893
24e5de817a76 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 7892
diff changeset
   451
9731
5141590e17f6 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 9713
diff changeset
   452
    "Modified: / 01-02-2011 / 11:56:18 / cg"
10162
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   453
!
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   454
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   455
productName
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   456
    "Return a product name which will appear in <lib>.rc"
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   457
df7205fc31da automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 10108
diff changeset
   458
    ^ 'Smalltalk/X'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   459
! !
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   460
10400
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   461
!stx_libtool class methodsFor:'description - svn'!
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   462
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   463
svnRepositoryUrlString
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   464
    "Return a SVN repository URL of myself.
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   465
     (Generated since 2011-04-08)
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   466
    "        
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   467
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   468
    ^ '$URL$'
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   469
!
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   470
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   471
svnRevisionNr
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   472
    "Return a SVN revision number of myself.
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   473
     This number is updated after a commit"
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   474
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   475
    ^ "$SVN-Revision:"'nil'"$"
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   476
! !
90113a6cd601 - per-tool preferences for CodeView2
vrany
parents: 10343
diff changeset
   477
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   478
!stx_libtool class methodsFor:'documentation'!
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   479
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
   480
version
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
   481
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.60 2011-07-26 10:05:07 vrany Exp $'
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
   482
!
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
   483
8830
7dd28b7d56d2 automatic checkIn
Michael Beyl <mb@exept.de>
parents: 8712
diff changeset
   484
version_CVS
10407
987c4dabc6f7 automatic checkIn
vrany
parents: 10400
diff changeset
   485
    ^ '$Header: /cvs/stx/stx/libtool/stx_libtool.st,v 1.60 2011-07-26 10:05:07 vrany Exp $'
6974
fe0e750f3f6a initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   486
! !