stx_libbasic3.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Sat, 31 Mar 2012 01:14:49 +0100
branchjv
changeset 3042 48e76977cdc3
parent 3040 59494b5de91f
child 3044 a3de795a9cdd
permissions -rw-r--r--
Added info-record processing support into changeset reader
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
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3039
diff changeset
    14
LibraryDefinition subclass:#stx_libbasic3
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
    15
	instanceVariableNames:''
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
    16
	classVariableNames:''
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
    17
	poolDictionaries:''
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
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
3037
e19a3b396c63 Merged with /trunk
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
    45
    ^ '$Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.69 2012/03/15 16:37:03 stefan 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
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    67
    "list all required packages.
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    68
     This list can be maintained manually or (better) generated and
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    69
     updated by scanning the superclass hierarchies and looking for
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    70
     global variable accesses. (the browser has a menu function for that)
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    71
     Howevery, often too much is found, and you may want to explicitely
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    72
     exclude individual packages in the #excludedFromPrerequisites method."
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    73
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    74
    ^ #(
3042
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
    75
        #'stx:libbasic'    "Exception - superclass of ChangeSet::InvalidChangeChunkError "
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
    76
        #'stx:libbasic2'    "Text - referenced by PerforceSourceCodeManager class>>mergeOrResolveConflictsFor: "
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
    77
        #'stx:libdb/libodbc'    "SQL::ODBCSession - referenced by StoreSourceCodeManager class>>tryToConnectToDatabase: "
3042
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
    78
        #'stx:libdb/libsqlite'    "SqliteError - referenced by DataBaseSourceCodeManager class>>openSQLite: "
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
    79
    )
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    80
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    81
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    82
!stx_libbasic3 class methodsFor:'description - compilation'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    83
2116
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    84
additionalBaseAddressDefinition_bc_dot_mak
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    85
    "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
    86
     on win32 systems."
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    87
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    88
    ^ '
1926
7ebda08994ea Rename nt.mak to bc.mak
Stefan Vogel <sv@exept.de>
parents: 1853
diff changeset
    89
# see stdHeader_bc for LIBBASIC3_BASE
2116
e115ae36c395 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2076
diff changeset
    90
LIB_BASE=$(LIBBASIC3_BASE)
1776
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    91
'
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    92
! !
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    93
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    94
!stx_libbasic3 class methodsFor:'description - contents'!
ab8aec65120c automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1764
diff changeset
    95
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
    96
classNamesAndAttributes
2277
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    97
    "lists the classes which are to be included in the project.
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    98
     Each entry in the list may be: a single class-name (symbol),
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
    99
     or an array-literal consisting of class name and attributes.
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   100
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   101
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   102
    ^ #(
1943
0f843e4c315c automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 1926
diff changeset
   103
        "<className> or (<className> attributes...) in load order"
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   104
        AbstractSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   105
        CallChain
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   106
        Change
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   107
        ChangeSet
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   108
        ClassOrganizer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   109
        HTMLDocGenerator
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   110
        HistoryManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   111
        MessageTally
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   112
        MessageTracer
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   113
        MethodFinder
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   114
        ProfileTree
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   115
        SourceCodeManagerError
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   116
        SourceCodeManagerUtilities
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   117
        SystemOrganizer
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   118
        VersionInfo
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   119
        WrappedMethod
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   120
        #'stx_libbasic3'
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   121
        CVSSourceCodeManager
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   122
        CVSVersionInfo
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   123
        ClassChange
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   124
        CompositeChange
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   125
        DoItChange
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   126
        FileInChange
1853
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   127
        NameSpaceCreationChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   128
        OtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   129
        StoreSourceCodeManager
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   130
        ClassCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   131
        ClassClassVariableChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   132
        ClassCommentChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   133
        ClassDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   134
        ClassInstVarDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   135
        ClassOtherChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   136
        ClassPrimitiveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   137
        ClassRemoveChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   138
        ClassRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   139
        MethodCategoryRenameChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   140
        MethodChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   141
        TimestampChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   142
        ClassPrimitiveDefinitionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   143
        ClassPrimitiveFunctionsChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   144
        ClassPrimitiveVariablesChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   145
        MethodCategoryChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   146
        MethodDefinitionChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   147
        MethodPackageChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   148
        MethodPrivacyChange
3e363f7b4656 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1798
diff changeset
   149
        MethodRemoveChange
2277
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   150
        ChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   151
        MethodChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   152
        MethodRemoveChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   153
        MethodCategoryChangeNotificationParameter
a510a862841f automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2222
diff changeset
   154
        MethodTrapChangeNotificationParameter
2307
1fa46ff10c2e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2277
diff changeset
   155
        TraceBuffer
2339
489c973fe96e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2318
diff changeset
   156
        PerforceSourceCodeManager
2422
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   157
        ChangeSetDiffComponent
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   158
        ChangeSetDiff
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   159
        ChangeSetDiffSet
488641c3fad0 automatic checkIn
vrany
parents: 2392
diff changeset
   160
        ChangeSetDiffEntry
2501
ea40755dc1b5 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2466
diff changeset
   161
        ChangeDeltaInformation
2538
4036cbad70cb automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2501
diff changeset
   162
        SVNVersionInfo
2589
c2c6869a5c46 automatic checkIn
vrany
parents: 2564
diff changeset
   163
        SourceCodeCache
2655
b147cdba1175 changed: #classNamesAndAttributes
Claus Gittinger <cg@exept.de>
parents: 2589
diff changeset
   164
        FileBasedSourceCodeManager
2681
b263ea7953fb automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2664
diff changeset
   165
        DataBaseSourceCodeManager
2715
8c3c13f13dba automatic checkIn
vrany
parents: 2681
diff changeset
   166
        ProjectChecker
2761
3a8ac58accff automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2752
diff changeset
   167
        MercurialSourceCodeManager
2752
b843866af8d3 automatic checkIn
vrany
parents: 2723
diff changeset
   168
        InvalidChange
3023
ed74806df5bc Improvements in ProjectChecker
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3021
diff changeset
   169
        ProjectProblem
3037
e19a3b396c63 Merged with /trunk
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   170
        GitSourceCodeManager
3042
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
   171
        InfoChange
1596
9927fe121382 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1593
diff changeset
   172
    )
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   173
!
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   174
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   175
extensionMethodNames
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   176
    "lists the extension methods which are to be included in the project.
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   177
     Entries are 2-element array literals, consisting of class-name and selector."
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   178
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   179
    ^ #(
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   180
        UserPreferences historyManagerModificationLimit
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   181
        UserPreferences historyManagerModificationLimit:
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   182
        UserPreferences historyManagerSignature
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   183
        UserPreferences historyManagerSignature:
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   184
        UserPreferences historyManagerSignatures
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   185
        UserPreferences historyManagerSignatures:
3014
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   186
        UserPreferences historyManagerAllowEditOfHistory
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   187
        UserPreferences managerPerMatchingModuleDefinitions
d9ad6aafc2ae Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3012
diff changeset
   188
        UserPreferences managerPerMatchingModuleDefinitions:
1968
6820b9e820e2 fix preRequisites
Stefan Vogel <sv@exept.de>
parents: 1959
diff changeset
   189
    )
1738
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   190
! !
e63af0d84b52 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1724
diff changeset
   191
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   192
!stx_libbasic3 class methodsFor:'description - project information'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   193
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   194
companyName
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   195
    "Return a companyname which will appear in <lib>.rc"
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   196
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   197
    ^ 'eXept Software AG'
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   198
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   199
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   200
description
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   201
    "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
   202
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   203
    ^ 'Smalltalk/X Additional Developer Basic Classes'
1573
62046bbd8258 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1552
diff changeset
   204
1789
cd1e0942f4c0 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1776
diff changeset
   205
    "Modified: / 14-09-2006 / 10:57:32 / cg"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   206
!
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   207
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   208
legalCopyright
1682
f7b542414914 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 1662
diff changeset
   209
    "Return a copyright string which will appear in <lib>.rc"
1620
720c16da5d21 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 1596
diff changeset
   210
2318
66aedd4a8a11 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
   211
    ^ '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
   212
2318
66aedd4a8a11 changed: #legalCopyright
Claus Gittinger <cg@exept.de>
parents: 2307
diff changeset
   213
    "Modified: / 01-02-2011 / 11:55:43 / cg"
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   214
! !
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   215
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   216
!stx_libbasic3 class methodsFor:'description - svn'!
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   217
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   218
svnRepositoryUrlString
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   219
    "Return a SVN repository URL of myself.
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   220
     (Generated since 2011-04-08)
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3039
diff changeset
   221
     Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   222
    "        
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   223
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3039
diff changeset
   224
    ^ '$URL:: https://vranyj1@swing.fit.cvut.cz/svn/stx/libbasic3/branches/jv/stx_libbasic3.st                                       $'
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   225
!
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   226
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   227
svnRevisionNr
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   228
    "Return a SVN revision number of myself.
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   229
     This number is updated after a commit"
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   230
3040
59494b5de91f Build files regenerated
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3039
diff changeset
   231
    ^ "$SVN-Revision:"'nil             '"$"
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   232
! !
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   233
1548
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   234
!stx_libbasic3 class methodsFor:'documentation'!
87c602951a30 initial checkin
Claus Gittinger <cg@exept.de>
parents:
diff changeset
   235
2664
5c6195fa9f1e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   236
version
3042
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
   237
    ^ '$Id: stx_libbasic3.st 1909 2012-03-31 00:14:49Z vranyj1 $'
2664
5c6195fa9f1e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   238
!
5c6195fa9f1e automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2655
diff changeset
   239
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   240
version_CVS
3037
e19a3b396c63 Merged with /trunk
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3036
diff changeset
   241
    ^ '§Header: /cvs/stx/stx/libbasic3/stx_libbasic3.st,v 1.69 2012/03/15 16:37:03 stefan Exp §'
2222
5d9cfb01969f automatic checkIn
fm
parents: 2155
diff changeset
   242
!
5d9cfb01969f automatic checkIn
fm
parents: 2155
diff changeset
   243
2367
cdf165ed6951 Jan's changes
vrany
parents: 2339
diff changeset
   244
version_SVN
3042
48e76977cdc3 Added info-record processing support into changeset reader
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3040
diff changeset
   245
    ^ '$Id:: stx_libbasic3.st 1909 2012-03-31 00:14:49Z vranyj1                                                                     $'
3012
4f40b8304d54 Added InvalidChange
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3011
diff changeset
   246
! !