stx_libbasic3.st
author Claus Gittinger <cg@exept.de>
Wed, 21 Dec 2011 19:44:59 +0100
changeset 2655 b147cdba1175
parent 2589 c2c6869a5c46
child 2664 5c6195fa9f1e
permissions -rw-r--r--
changed: #classNamesAndAttributes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1551
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     1
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     2
 COPYRIGHT (c) 2006 by eXept Software AG
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     3
              All Rights Reserved
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     4
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     5
 This software is furnished under a license and may be used
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     6
 only in accordance with the terms of that license and with the
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     7
 inclusion of the above copyright notice.   This software may not
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     8
 be provided or otherwise made available to, or used by, any
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
     9
 other person.  No title to or ownership of the software is
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    10
 hereby transferred.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    11
"
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
"{ Package: 'stx:libbasic3' }"
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    14
LibraryDefinition subclass:#stx_libbasic3
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
	instanceVariableNames:''
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
	classVariableNames:''
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
	poolDictionaries:''
1959
fe2aeef0555b *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1949
diff changeset
    18
	category:'* Projects & Packages *'
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
1551
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    21
!stx_libbasic3 class methodsFor:'documentation'!
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    22
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    23
copyright
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    24
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    25
 COPYRIGHT (c) 2006 by eXept Software AG
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    26
              All Rights Reserved
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    27
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    28
 This software is furnished under a license and may be used
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    29
 only in accordance with the terms of that license and with the
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    30
 inclusion of the above copyright notice.   This software may not
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    31
 be provided or otherwise made available to, or used by, any
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    32
 other person.  No title to or ownership of the software is
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    33
 hereby transferred.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    34
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    35
!
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    36
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    37
documentation
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    38
"
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    39
    Build-Information for creation of the st/x standard library: stx_libbasic3.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    40
    This library contains source-code-management, packaging and history related stuff.
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    41
"
2422
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
    42
!
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
    43
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
    44
extensionsVersion_CVS
2655
b147cdba1175 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2589
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.60 2011-12-21 18:44:59 cg Exp $'
1551
c451782a4a9d *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1548
diff changeset
    46
! !
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    47
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    48
!stx_libbasic3 class methodsFor:'description'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    49
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    50
excludedFromPreRequisites
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    51
    ^ #(
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    52
        #'stx:goodies/refactoryBrowser/parser'    "ParseTreeSearcher - referenced by HTMLDocGenerator>>methodCommentOf: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    53
        #'stx:goodies/webServer'    "HTTPRequest - referenced by HTMLDocGenerator>>generateClassDocReferenceFor:text:autoloading: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    54
        #'stx:goodies/xml/vw'    "XML::SourceScannerNodeBuilder - referenced by ChangeSet class>>fromXMLStream: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    55
        #'stx:libcomp'    "Parser - referenced by MessageTracer class>>wrapClass:selector:onEntry:onExit: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    56
        #'stx:libcompat'    "SystemWindow - referenced by MethodFinder class>>methodFor: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    57
        #'stx:libdb'    "SQL::SQLError - referenced by StoreSourceCodeManager class>>connectToDatabase "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    58
        #'stx:libtool'    "Diff3TextView - referenced by CVSSourceCodeManager class>>checkin:text:directory:module:logMessage:force: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    59
        #'stx:libview'    "Color - referenced by CVSSourceCodeManager class>>checkin:text:directory:module:logMessage:force: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    60
        #'stx:libview2'    "ValueHolder - referenced by MessageTracer class>>trapModificationsIn:selectors:filter: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    61
        #'stx:libwidg'    "DialogBox - referenced by SourceCodeManagerUtilities class>>askForExistingRevision:title:class:manager:module:package:fileName: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    62
        #'stx:libwidg2'    "CheckBox - referenced by SourceCodeManagerUtilities class>>checkAndWarnAboutBadMessagesInClass:checkAgainHolder: "
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    63
    )
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    64
!
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    65
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    66
preRequisites
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    67
    ^ #(
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
    68
        #'stx:libbasic'    "Notification - superclass of ClassRemoveChange::ClassBeingRemovedQuery "
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
    69
        #'stx:libbasic2'    "HTMLUtilities - referenced by HTMLDocGenerator>>generatePackageDocReferenceFor:text: "
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    70
    )
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    71
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    72
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    73
!stx_libbasic3 class methodsFor:'description - compilation'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    74
2116
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    75
additionalBaseAddressDefinition_bc_dot_mak
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    76
    "this is an optional definition, which (if present) may speed up the dll-loading a little
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    77
     on win32 systems."
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    78
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    79
    ^ '
1926
7ebda08994ea Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1853
diff changeset
    80
# see stdHeader_bc for LIBBASIC3_BASE
2116
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    81
LIB_BASE=$(LIBBASIC3_BASE)
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    82
'
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    83
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    84
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    85
!stx_libbasic3 class methodsFor:'description - contents'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    86
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
    87
classNamesAndAttributes
2277
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    88
    "lists the classes which are to be included in the project.
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    89
     Each entry in the list may be: a single class-name (symbol),
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    90
     or an array-literal consisting of class name and attributes.
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    91
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    92
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    93
    ^ #(
1943
0f843e4c315c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1926
diff changeset
    94
        "<className> or (<className> attributes...) in load order"
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    95
        AbstractSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    96
        CallChain
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    97
        Change
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    98
        ChangeSet
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    99
        ClassOrganizer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   100
        HTMLDocGenerator
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   101
        HistoryManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   102
        MessageTally
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   103
        MessageTracer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   104
        MethodFinder
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   105
        ProfileTree
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   106
        SourceCodeManagerError
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   107
        SourceCodeManagerUtilities
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   108
        SystemOrganizer
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   109
        VersionInfo
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   110
        WrappedMethod
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   111
        #'stx_libbasic3'
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   112
        CVSSourceCodeManager
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   113
        CVSVersionInfo
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   114
        ClassChange
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   115
        CompositeChange
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   116
        DoItChange
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   117
        FileInChange
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   118
        NameSpaceCreationChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   119
        OtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   120
        StoreSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   121
        ClassCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   122
        ClassClassVariableChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   123
        ClassCommentChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   124
        ClassDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   125
        ClassInstVarDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   126
        ClassOtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   127
        ClassPrimitiveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   128
        ClassRemoveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   129
        ClassRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   130
        MethodCategoryRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   131
        MethodChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   132
        TimestampChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   133
        ClassPrimitiveDefinitionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   134
        ClassPrimitiveFunctionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   135
        ClassPrimitiveVariablesChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   136
        MethodCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   137
        MethodDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   138
        MethodPackageChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   139
        MethodPrivacyChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   140
        MethodRemoveChange
2277
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   141
        ChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   142
        MethodChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   143
        MethodRemoveChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   144
        MethodCategoryChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   145
        MethodTrapChangeNotificationParameter
2307
1fa46ff10c2e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   146
        TraceBuffer
2339
489c973fe96e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2318
diff changeset
   147
        PerforceSourceCodeManager
2422
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   148
        ChangeSetDiffComponent
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   149
        ChangeSetDiff
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   150
        ChangeSetDiffSet
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   151
        ChangeSetDiffEntry
2501
ea40755dc1b5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2466
diff changeset
   152
        ChangeDeltaInformation
2538
4036cbad70cb automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2501
diff changeset
   153
        SVNVersionInfo
2589
c2c6869a5c46 automatic checkIn
vrany
parents: 2564
diff changeset
   154
        SourceCodeCache
2655
b147cdba1175 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2589
diff changeset
   155
        FileBasedSourceCodeManager
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
   156
    )
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   157
!
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   158
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   159
extensionMethodNames
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   160
    ^ #(
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   161
        UserPreferences historyManagerModificationLimit
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   162
        UserPreferences historyManagerModificationLimit:
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   163
        UserPreferences historyManagerSignature
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   164
        UserPreferences historyManagerSignature:
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   165
        UserPreferences historyManagerSignatures
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   166
        UserPreferences historyManagerSignatures:
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   167
    )
1738
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   168
! !
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   169
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   170
!stx_libbasic3 class methodsFor:'description - project information'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   171
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   172
companyName
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   173
    "Return a companyname which will appear in <lib>.rc"
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   174
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   175
    ^ 'eXept Software AG'
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   176
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   177
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   178
description
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   179
    "Return a description string which will appear in nt.def / bc.def"
1573
62046bbd8258 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1552
diff changeset
   180
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   181
    ^ 'Smalltalk/X Additional Developer Basic Classes'
1573
62046bbd8258 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1552
diff changeset
   182
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   183
    "Modified: / 14-09-2006 / 10:57:32 / cg"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   184
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   185
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   186
legalCopyright
1682
f7b542414914 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1662
diff changeset
   187
    "Return a copyright string which will appear in <lib>.rc"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   188
2318
66aedd4a8a11 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
   189
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011'
1976
a50d8dd04223 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1975
diff changeset
   190
2318
66aedd4a8a11 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
   191
    "Modified: / 01-02-2011 / 11:55:43 / cg"
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
! !
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   194
!stx_libbasic3 class methodsFor:'description - svn'!
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   195
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   196
svnRevisionNr
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   197
    "Return a SVN revision number of myself.
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   198
     This number is updated after a commit"
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   199
2422
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   200
    ^ "$SVN-Revision:"'exported'"$"
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   201
! !
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   202
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   203
!stx_libbasic3 class methodsFor:'documentation'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   204
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   205
version_CVS
2655
b147cdba1175 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2589
diff changeset
   206
    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.60 2011-12-21 18:44:59 cg Exp $'
2222
5d9cfb01969f automatic checkIn
fm
parents: 2155
diff changeset
   207
!
5d9cfb01969f automatic checkIn
fm
parents: 2155
diff changeset
   208
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   209
version_SVN
2392
9e8a0a4b6d3a automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2367
diff changeset
   210
    ^ '§ Id: stx_libbasic3.st 1867 2011-06-08 21:57:08Z vranyj1  §'
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   211
! !