stx_libjava.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 16 Oct 2013 14:15:23 +0100
branchdevelopment
changeset 2868 90724c4fa7f8
parent 2866 d92f88db7514
child 2872 3ed529d88338
permissions -rw-r--r--
Fix to recompile erroneous classes upon reload. Eclipse Compiler for Java has been hacked to throw stx.libjava.tools.compiler.CompileError instead of java.lang.Error which makes detection of classes which have to be recompiled easier.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     1
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     2
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
     3
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
     4
 New code and modifications done at SWING Research Group [1]:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     5
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
     6
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
     7
                            SWING Research Group, Czech Technical University in Prague
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     8
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
     9
 This software is furnished under a license and may be used
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    10
 only in accordance with the terms of that license and with the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    11
 inclusion of the above copyright notice.   This software may not
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    12
 be provided or otherwise made available to, or used by, any
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    13
 other person.  No title to or ownership of the software is
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    14
 hereby transferred.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    15
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    16
 [1] Code written at SWING Research Group contains a signature
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    17
     of one of the above copright owners. For exact set of such code,
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    18
     see the differences between this version and version stx:libjava
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    19
     as of 1.9.2010
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    20
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    21
"{ Package: 'stx:libjava' }"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    22
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    23
LibraryDefinition subclass:#stx_libjava
2458
5ec04246cd51 class: Expecco::LogSettingsApp
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
    24
	instanceVariableNames:''
5ec04246cd51 class: Expecco::LogSettingsApp
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
    25
	classVariableNames:''
5ec04246cd51 class: Expecco::LogSettingsApp
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
    26
	poolDictionaries:''
5ec04246cd51 class: Expecco::LogSettingsApp
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
    27
	category:'* Projects & Packages *'
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    28
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    29
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    30
!stx_libjava class methodsFor:'documentation'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    31
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    32
copyright
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    33
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    34
 COPYRIGHT (c) 1996-2011 by Claus Gittinger
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    35
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    36
 New code and modifications done at SWING Research Group [1]:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    37
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    38
 COPYRIGHT (c) 2010-2011 by Jan Vrany, Jan Kurs and Marcel Hlopko
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
    39
                            SWING Research Group, Czech Technical University in Prague
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    40
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    41
 This software is furnished under a license and may be used
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    42
 only in accordance with the terms of that license and with the
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    43
 inclusion of the above copyright notice.   This software may not
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    44
 be provided or otherwise made available to, or used by, any
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    45
 other person.  No title to or ownership of the software is
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    46
 hereby transferred.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    47
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    48
 [1] Code written at SWING Research Group contains a signature
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    49
     of one of the above copright owners. For exact set of such code,
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    50
     see the differences between this version and version stx:libjava
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    51
     as of 1.9.2010
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    52
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    53
"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    54
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    55
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    56
!stx_libjava class methodsFor:'accessing'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    57
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    58
svnRepositoryUrl
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    59
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    60
    ^'https://jv@swing.fit.cvut.cz/svn/stx/libjava/branches/jk_new_structure/src'
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    61
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    62
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    63
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    64
svnRepositoryUrlBase
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    65
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    66
    | url |
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    67
    url := stx_libjava svnRepositoryUrl.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    68
    url ifNil:[url := 'https://swing.fit.cvut.cz/svn/stx/libjava/trunk/src'].
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    69
    (url endsWith: 'src') ifTrue:[url := url copyTo: url size - 4].
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    70
    ^url
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    71
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    72
    "Created: / 08-04-2011 / 16:57:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    73
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    74
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    75
!stx_libjava class methodsFor:'accessing - tests'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    76
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
    77
excludedFromTestSuite  
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    78
    "List of testcases and/or tests excluded from testsuite.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    79
     Entries maybe ClassName or #(ClassName testName)
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    80
    "
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    81
    ^ #(
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
    82
        LookupTests
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    83
    )
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    84
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    85
    "Created: / 03-06-2011 / 17:04:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    86
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    87
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    88
testSuite
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    89
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    90
    | suite javaTestCases stTests |
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    91
    suite := super testSuite.
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
    92
    stTests := suite tests.
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    93
    suite := TestSuite new.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    94
    suite name: self package.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    95
    JavaTestsLoader load.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    96
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    97
    javaTestCases := OrderedCollection new.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    98
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
    99
    Java allClassesDo:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   100
        [:jclass|
2841
6fa1bcf9c997 JavaClass>>#name vs. #binaryName refactoring
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2807
diff changeset
   101
        (jclass binaryName ~~ #'stx/libjava/tests/JUnit3Tests'
6fa1bcf9c997 JavaClass>>#name vs. #binaryName refactoring
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2807
diff changeset
   102
            and:[jclass binaryName ~~  #'stx/libjava/tests/JUnit4Tests'
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   103
                and:[jclass isTestCaseLike]])
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   104
                    ifTrue:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   105
                        [ | tc |
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   106
                        tc := jclass asTestCase.
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   107
                        tc isAbstract ifFalse:[javaTestCases add:tc ]]].
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   108
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   109
    javaTestCases do:
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   110
                [:each | 
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   111
                suite addTests:each buildSuite tests ].
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   112
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   113
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   114
    suite tests addAll: stTests.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   115
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   116
    suite tests withIndexDo:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   117
        [:t :i|
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   118
        Stdout nextPutAll: i printString; space; nextPutAll: t printString; cr].
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   119
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   120
    Java dumpConfigOn: Stdout.
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   121
    ^suite
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   122
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   123
    "
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   124
        stx_libjava testSuite
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   125
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   126
    "
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   127
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   128
    "Created: / 07-05-2011 / 19:58:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   129
    "Modified: / 04-06-2011 / 17:23:05 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   130
    "Modified: / 08-02-2013 / 10:24:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   131
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   132
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   133
testSuiteWithoutJavaTests
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   134
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   135
    ^super testSuite.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   136
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   137
    "Created: / 21-06-2011 / 17:33:46 / Jan Vrany <jan.vrany@fit.cvut.cz>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   138
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   139
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   140
!stx_libjava class methodsFor:'description'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   141
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   142
excludedFromPreRequisites
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   143
    "list all packages which should be ignored in the automatic
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   144
     preRequisites scan. See #preRequisites for more."
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   145
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   146
    ^ #(
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   147
        #'stx:libjava/experiments'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   148
        #'stx:libjava/tools'
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   149
    )
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   150
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   151
    "Modified: / 06-09-2013 / 00:09:58 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   152
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   153
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   154
mandatoryPreRequisites
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   155
    "list all required mandatory packages.
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   156
     Packages are mandatory, if they contain superclasses of the package's classes
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   157
     or classes which are extended by this package.
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   158
     This list can be maintained manually or (better) generated and
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   159
     updated by scanning the superclass hierarchies
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   160
     (the browser has a menu function for that)"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   161
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   162
    ^ #(
2866
d92f88db7514 Improved JavaClassReader to read InnerClasses and MissingTypes attributes.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2865
diff changeset
   163
        #'stx:goodies/sunit'    "TestAsserter - superclass of JavaAntProjectResource "
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   164
        #'stx:libbasic'    "AbstractNumberVector - extended "
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   165
        #'stx:libbasic2'    "BitArray - extended "
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   166
        #'stx:libbasic3'    "WrappedMethod - extended "
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   167
        #'stx:libview'    "DeviceGraphicsContext - superclass of JavaEmbeddedFrameView "
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   168
    )
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   169
!
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   170
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   171
referencedPreRequisites
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   172
    "list all packages containing classes referenced by the packages's members.
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   173
     This list can be maintained manually or (better) generated and
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   174
     updated by looking for global variable accesses
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   175
     (the browser has a menu function for that)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   176
     However, often too much is found, and you may want to explicitely
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   177
     exclude individual packages in the #excludedFromPreRequisites method."
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   178
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   179
    ^ #(
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   180
        #'stx:libcomp'    "BlockNode - referenced by JavaNativeMethod>>numberOfArgs: "
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   181
        #'stx:libhtml'    "URL - referenced by JavaEmbeddedFrameView>>setupAppletFrameIn:initializeJava: "
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   182
        #'stx:libtool'    "DebugView - referenced by Java class>>flushClasses "
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   183
        #'stx:libview2'    "GIFReader - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_GifImageDecoder_parseImage: "
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   184
        #'stx:libwidg'    "Button - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WButtonPeer_create: "
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   185
        #'stx:libwidg2'    "CheckBox - referenced by JavaNativeMethodImpl_OpenJDK6 class>>_WCheckboxPeer_create: "
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   186
    )
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   187
!
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   188
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   189
subProjects
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   190
    "list packages which are known as subprojects.
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   191
     The generated makefile will enter those and make there as well.
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   192
     However: they are not forced to be loaded when a package is loaded;
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   193
     for those, redefine requiredPrerequisites"
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   194
2734
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   195
    ^ #(
2865
916f3eedc505 Fix in JavaClassReloader - when updating class, also update attributes and annotations.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2858
diff changeset
   196
        #'stx:libjava/tools'
2819
76893aac6a7e add JavaFieldRef>>reresolveForVersion: javaClass
Marcel Hlopko <marcel.hlopko@gmail.com>
parents: 2817
diff changeset
   197
        #'stx:libjava/experiments'
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   198
    )
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   199
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   200
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   201
!stx_libjava class methodsFor:'description - compilation'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   202
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   203
additionalLinkLibraries_bc_dot_mak
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   204
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   205
    ^ '$(ZLIB_DIR)\$(ZLIB) support\fdlibm\libfdm.lib'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   206
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   207
    "Modified: / 07-09-2011 / 17:04:50 / Jan Vrany <jan.vrany@fit.cvut.cz>"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   208
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   209
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   210
additionalLinkLibraries_make_dot_proto
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   211
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   212
    ^ '$(ZLIB_LD_ARG) support/fdlibm/libfdm.a'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   213
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   214
    "Modified: / 07-09-2011 / 17:01:57 / Jan Vrany <jan.vrany@fit.cvut.cz>"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   215
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   216
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   217
additionalRules_bc_dot_mak
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   218
    ^ '
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   219
java: ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   220
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   221
ant:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   222
        ant -f java\build.xml
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   223
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   224
antIfPossible:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   225
        -ant -f java\build.xml
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   226
2424
dfc1598bea78 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2418
diff changeset
   227
full::  ant
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   228
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   229
$(ZLIB):
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   230
        cd $(ZLIB_DIR)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   231
        $(MAKE) $(MAKE_ZLIB_ARG) $(ZLIB)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   232
        cd ..\..\libjava
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   233
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   234
$(BZ2LIB):
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   235
        cd $(BZ2LIB_DIR)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   236
        $(MAKE) $(MAKE_BZ2LIB_ARG) bz2.lib
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   237
        cd ..\..\libjava
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   238
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   239
support\fdlibm\libfdm.lib:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   240
        cd support\fdlibm
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   241
        $(MAKE) -f Makefile.bcc
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   242
        cd ..\..
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   243
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   244
'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   245
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   246
    "Modified: / 26-02-2013 / 16:51:24 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   247
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   248
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   249
additionalRules_make_dot_proto
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   250
    ^ '
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   251
java: ant
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   252
2412
1a520df90b96 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2406
diff changeset
   253
ant:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   254
        ant -f java/build.xml
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   255
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   256
antIfPossible:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   257
        -ant -f java/build.xml
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   258
2424
dfc1598bea78 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2418
diff changeset
   259
full::  ant
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   260
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   261
zlib:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   262
        cd $(ZLIB_DIR); $(MAKE) $(MAKE_ZLIB_ARG)
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   263
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   264
support/fdlibm/libfdm.a:
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   265
        $(MAKE) CCCONFOPT="$(CCCONFOPT)" -C support/fdlibm
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   266
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   267
'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   268
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   269
    "Modified: / 26-02-2013 / 16:51:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   270
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   271
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   272
additionalTargets_bc_dot_mak
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   273
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   274
    ^ '$(ZLIB) support\fdlibm\libfdm.lib antIfPossible'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   275
2396
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   276
    "Modified: / 15-11-2012 / 23:20:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   277
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   278
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   279
additionalTargets_make_dot_proto
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   280
2418
0bc0066cfa66 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2412
diff changeset
   281
    ^ ' zlib support/fdlibm/libfdm.a antIfPossible'
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   282
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   283
    "Created: / 05-09-2006 / 16:05:12 / cg"
2396
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   284
    "Modified: / 15-11-2012 / 23:20:47 / Jan Vrany <jan.vrany@fit.cvut.cz>"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   285
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   286
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   287
localIncludes
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   288
    ^ '-I$(ZLIB_DIR) -Isupport/fdlibm'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   289
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   290
    "Created: / 06-09-2006 / 18:18:15 / cg"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   291
    "Modified: / 07-09-2011 / 17:03:05 / Jan Vrany <jan.vrany@fit.cvut.cz>"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   292
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   293
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   294
stcOptimizationOptions
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   295
    ^ '+optinline +optinline2'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   296
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   297
    "Created: / 23-08-2006 / 11:06:17 / cg"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   298
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   299
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   300
!stx_libjava class methodsFor:'description - contents'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   301
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   302
classNamesAndAttributes
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   303
    "lists the classes which are to be included in the project.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   304
     Each entry in the list may be: a single class-name (symbol),
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   305
     or an array-literal consisting of class name and attributes.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   306
     Attributes are: #autoload or #<os> where os is one of win32, unix,..."
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   307
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   308
    ^ #(
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   309
        "<className> or (<className> attributes...) in load order"
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   310
        GroovyCompiler
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   311
        GroovyEvaluator
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   312
        GroovyLanguage
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   313
        GroovySourceFileWriter
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   314
        (JUnitTestCaseProxy autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   315
        JavaAnnotation
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   316
        JavaAnnotationContainer
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   317
        JavaAnnotationDefault
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   318
        JavaAnnotationDictionary
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   319
        JavaAnnotationValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   320
        (JavaAntProjectResource autoload)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   321
        JavaArray
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   322
        JavaByte
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   323
        (JavaByteCodeDisassemblerTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   324
        JavaByteCodeProcessor
2734
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   325
        (JavaByteCodeProcessorTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   326
        JavaClassAccessor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   327
        (JavaClassLoadingTests autoload)
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   328
        JavaClassQuery
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   329
        (JavaClassReaderTests autoload)
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   330
        (JavaClassRefTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   331
        JavaClassReloader
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   332
        JavaCodeLibraryOrBundle
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   333
        #'JavaCompiler_Eclipse'
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   334
        JavaConstantPool
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   335
        JavaConstants
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   336
        JavaContext
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   337
        JavaDecompiler
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   338
        JavaDescriptor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   339
        JavaError
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   340
        JavaExceptionTable
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   341
        (JavaExceptionTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   342
        JavaField
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   343
        (JavaFieldRefTests autoload)
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   344
        JavaFinalizationRegistry
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   345
        (JavaFreshlyInitializedResource autoload)
2866
d92f88db7514 Improved JavaClassReader to read InnerClasses and MissingTypes attributes.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2865
diff changeset
   346
        JavaInnerClasses
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   347
        (JavaInterfaceMethodRefTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   348
        (JavaJUnitTests autoload)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   349
        JavaLanguage
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   350
        JavaLibraries
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   351
        (JavaLibrariesResource autoload)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   352
        JavaLocalVariableTable
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   353
        JavaLocalVariableTableEntry
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   354
        JavaLookup
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   355
        (JavaLookupResolutionAlgorithmTests autoload)
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   356
        (JavaLookupTests autoload)
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   357
        (JavaLookupTestsResource autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   358
        JavaMathSupport
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   359
        JavaMetaclass
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   360
        (JavaMethodRefTests autoload)
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   361
        JavaMirror
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   362
        JavaMonitor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   363
        (JavaMonitorsTests autoload)
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   364
        JavaNameAndType2
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   365
        JavaNativeMemory
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   366
        (JavaNativeMemoryTests autoload)
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   367
        JavaNioSupport
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   368
        JavaObject
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   369
        JavaObjectDictionary
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   370
        JavaPackage
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   371
        JavaPopUpView
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   372
        JavaProcess
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   373
        JavaRef2
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   374
        (JavaRefMock autoload)
2734
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   375
        (JavaRefsAndConstantPoolTestCase autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   376
        JavaResolver
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   377
        (JavaRuntimeConstantPoolTests autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   378
        JavaShort
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   379
        JavaSlotIndexCache
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   380
        JavaSocket
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   381
        JavaSourceCodeCache
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   382
        JavaSourceFileWriter
2734
f56049613ff3 Initial support for live code checker / lint.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2732
diff changeset
   383
        (JavaTestCaseProxy autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   384
        JavaTestsLoader
2819
76893aac6a7e add JavaFieldRef>>reresolveForVersion: javaClass
Marcel Hlopko <marcel.hlopko@gmail.com>
parents: 2817
diff changeset
   385
        (JavaTestsResource autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   386
        JavaTopView
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   387
        (JavaUTF8Tests autoload)
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   388
        JavaUnresolvedCompilationError
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   389
        JavaUnresolvedConstant
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   390
        JavaUtilities
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   391
        JavaVMData
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   392
        JavaView
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   393
        JavaZipSupport
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   394
        ProxyMethod
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   395
        ProxyMethodCompiler
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   396
        ProxyMethodNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   397
        SmalltalkAppletContext
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   398
        SmalltalkAppletStub
2854
ca49798e0a5d More fixes for new naming scheme
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2852
diff changeset
   399
        (TestletTestCaseProxy autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   400
        #'stx_libjava'
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   401
        GroovyMetaclass
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   402
        Java
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   403
        JavaAnnotationArrayValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   404
        JavaAnnotationClassValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   405
        JavaAnnotationEnumValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   406
        JavaAnnotationNestedAnnotationValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   407
        JavaAnnotationPrimitiveValue
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   408
        JavaBehavior
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   409
        JavaByteCodeDisassembler
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   410
        JavaByteCodeEnumerator
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   411
        JavaByteCodeProcessorAdapter
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   412
        JavaClassAnnotationContainer
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   413
        JavaClassContentRef2
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   414
        JavaClassReader
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   415
        JavaClassRef2
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   416
        JavaClassRegistry
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   417
        JavaCodeBundle
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   418
        JavaCodeLibrary
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   419
        JavaEmbeddedFrameView
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   420
        JavaFieldAnnotationContainer
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   421
        JavaFieldDescriptor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   422
        JavaFieldDescriptorWithUnionType
2868
90724c4fa7f8 Fix to recompile erroneous classes upon reload.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2866
diff changeset
   423
        (JavaInitializedResource autoload)
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   424
        JavaInvalidRefError
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   425
        JavaMethod
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   426
        JavaMethodAnnotationContainer
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   427
        JavaMethodDescriptor
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   428
        #'JavaNativeMethodImpl_OpenJDK6'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   429
        JavaRelease
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   430
        JavaStringRef2
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   431
        JavaUnhandledExceptionError
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   432
        JavaUnresolvedClassConstant
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   433
        JavaUnresolvedStringConstant
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   434
        JavaVM
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   435
        ProxyMethodConditionNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   436
        ProxyMethodGuardNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   437
        ProxyMethodInvocationNode
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   438
        ProxyMethodJavaFieldAccessor
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   439
        JavaByteCodePreresolver
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   440
        JavaClass
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   441
        JavaClassPathBundle
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   442
        JavaFieldRef2
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   443
        JavaMethodAnalyzer
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   444
        JavaMethodRef2
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   445
        JavaMethodWithException
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   446
        #'JavaNativeMethodImpl_OpenJDK7'
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   447
        #'JavaNativeMethodImpl_SunJDK6'
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   448
        ProxyMethodAndNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   449
        ProxyMethodBlockInvocationNode
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   450
        ProxyMethodJavaFieldGetter
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   451
        ProxyMethodJavaFieldSetter
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   452
        ProxyMethodMethodInvocationNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   453
        ProxyMethodTypeCheckNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   454
        GroovyClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   455
        JavaInterfaceMethodRef2
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   456
        JavaMethodWithHandler
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   457
        #'JavaNativeMethodImpl_SunJDK7'
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   458
        ProxyMethodJavaMethodInvocationNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   459
        ProxyMethodJavaTypeCheckNode
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   460
        JavaNativeMethod
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   461
    )
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   462
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   463
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   464
extensionMethodNames
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   465
    "lists the extension methods which are to be included in the project.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   466
     Entries are 2-element array literals, consisting of class-name and selector."
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   467
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   468
    ^ #(
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   469
        Behavior isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   470
        BooleanArray isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   471
        CharacterArray asDottedJavaClassName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   472
        CharacterArray asJavaComponentClassName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   473
        CharacterArray asNiceJavaClassName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   474
        CharacterArray asSTXInternalJavaClassName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   475
        CharacterArray asSlashedJavaClassName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   476
        CharacterArray isJavaArrayDescriptor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   477
        CharacterArray isJavaPrimitiveTypeDescriptor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   478
        Delay waitWithState:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   479
        Object isGroovyClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   480
        Object isJavaArray
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   481
        Object isJavaNameAndType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   482
        Object isJavaPackage
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   483
        Object isJavaRef
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   484
        Object isJavaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   485
        Object javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   486
        Object javaUnwrap:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   487
        Object javaUnwrapFrom:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   488
        Object javaWrap:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   489
        Process clearInterrupted
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   490
        Process isInterrupted
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   491
        Process isSleeping
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   492
        Process isWaiting
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   493
        Process javaInterrupt
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   494
        Process setInterrupted
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   495
        Set #'java__contains:'
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   496
        SmallInteger javaUnwrapFrom:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   497
        String asArrayOfSubstringsSeparatedBy:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   498
        WrappedMethod descriptor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   499
        WrappedMethod isAbstract
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   500
        ZipArchive nextBytes:of:startingAt:into:startingAt:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   501
        'Boolean class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   502
        'Boolean class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   503
        'Boolean class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   504
        'Boolean class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   505
        'Boolean class' javaUnbox:onError:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   506
        'Boolean class' javaUnwrap:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   507
        'Boolean class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   508
        'BooleanArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   509
        'BooleanArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   510
        'BooleanArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   511
        'BooleanArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   512
        'BooleanArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   513
        'BooleanArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   514
        'ByteArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   515
        'ByteArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   516
        'ByteArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   517
        'ByteArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   518
        'ByteArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   519
        'ByteArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   520
        'Character class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   521
        'Character class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   522
        'Character class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   523
        'Character class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   524
        'Character class' javaUnbox:onError:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   525
        'Character class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   526
        'CharacterArray class' decodeFromJavaUTF8:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   527
        'CharacterArray class' fromJavaUTF8Bytes:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   528
        'CharacterArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   529
        'CharacterArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   530
        'CharacterArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   531
        'ConfigurableFeatures class' hasJavaSupport
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   532
        'DoubleArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   533
        'DoubleArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   534
        'DoubleArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   535
        'DoubleArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   536
        'DoubleArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   537
        'DoubleArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   538
        'Float class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   539
        'Float class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   540
        'Float class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   541
        'Float class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   542
        'Float class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   543
        'FloatArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   544
        'FloatArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   545
        'FloatArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   546
        'FloatArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   547
        'FloatArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   548
        'FloatArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   549
        'Integer class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   550
        'Integer class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   551
        'Integer class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   552
        'Integer class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   553
        'Integer class' javaUnbox:onError:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   554
        'Integer class' javaUnbox:onError:min:max:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   555
        'Integer class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   556
        'LargeInteger class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   557
        'LargeInteger class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   558
        'LargeInteger class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   559
        'LargeInteger class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   560
        'LargeInteger class' javaUnbox:onError:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   561
        'LargeInteger class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   562
        'Object class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   563
        'Object class' isJavaClassType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   564
        Behavior isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   565
        'Object class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   566
        'Object class' isJavaType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   567
        'ProjectDefinition class' javaClassPath
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   568
        'ProjectDefinition class' javaSourcePath
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   569
        'ShortFloat class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   570
        'ShortFloat class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   571
        'ShortFloat class' javaBox:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   572
        'ShortFloat class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   573
        'ShortFloat class' javaWrapperClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   574
        'SignedIntegerArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   575
        'SignedIntegerArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   576
        'SignedIntegerArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   577
        'SignedIntegerArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   578
        'SignedIntegerArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   579
        'SignedLongIntegerArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   580
        'SignedLongIntegerArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   581
        'SignedLongIntegerArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   582
        'SignedLongIntegerArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   583
        'SignedLongIntegerArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   584
        'SignedLongIntegerArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   585
        'SignedWordArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   586
        'SignedWordArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   587
        'SignedWordArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   588
        'SignedWordArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   589
        'UndefinedObject class' isJavaPrimitiveType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   590
        'UndefinedObject class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   591
        'WordArray class' isInterface
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   592
        'WordArray class' isJavaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   593
        'WordArray class' isJavaReferenceType
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   594
        'WordArray class' javaArrayClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   595
        'WordArray class' javaComponentClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   596
        'WordArray class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   597
        'Boolean class' javaWrap:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   598
        ProgrammingLanguage isGroovy
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   599
        ProgrammingLanguage isJavaLike
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   600
        UserPreferences javaRelease
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   601
        UserPreferences javaReleaseSelector
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   602
        UserPreferences javaReleaseSelector:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   603
        Class javaMirror
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   604
        Class javaMirrorClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   605
        ExecutableFunction isJavaConstructor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   606
        Process isParked
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   607
        Semaphore parkWithTimeoutMs:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   608
        Object isSocket
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   609
        Socket isSocket
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   610
        Socket reOpenIfPossible
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   611
        Method isStatic
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   612
        Class classLoader
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   613
        Method isAbstract
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   614
        Method javaClass
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   615
        Class lookupMethodByNameAndType:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   616
        Object getJavaLockWord
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   617
        Object getJavaMonitor
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   618
        Object javaWrapRequired
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   619
        'Boolean class' javaWrapRequired
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   620
        CharacterArray withoutSuffix:
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   621
        ExecutableFunction isProxyMethod
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   622
        'ProjectDefinition class' javaBundle
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   623
        'String class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   624
        'Unicode16String class' javaName
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   625
        Context arg1Index
2542
aa1de74e5d2e automatic checkIn
Stefan Vogel <sv@exept.de>
parents: 2458
diff changeset
   626
        'Float class' javaUnbox:onError:
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   627
        'ShortFloat class' javaUnbox:onError:
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   628
    )
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   629
! !
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   630
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   631
!stx_libjava class methodsFor:'description - java'!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   632
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   633
javaBundle
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   634
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   635
    ^JavaCodeBundle standardPackageBundleFor: self package
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   636
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   637
    "Created: / 15-01-2013 / 17:35:34 / Jan Vrany <jan.vrany@fit.cvut.cz>"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   638
!
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   639
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   640
javaClassPath
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   641
    <resource: #obsolete>
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   642
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   643
    "Defines paths to Java .class files (for packages that
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   644
     contains Java code"    
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   645
    ^#()
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   646
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   647
    "Created: / 15-01-2013 / 18:04:19 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   648
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   649
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   650
!stx_libjava class methodsFor:'description - project information'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   651
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   652
applicationIconFileName
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   653
    "Return the name (without suffix) of an icon-file (the app's icon); will be included in the rc-resource file"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   654
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   655
    ^ nil
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   656
    "/ ^ self applicationName
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   657
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   658
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   659
companyName
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   660
    "Return a companyname which will appear in <lib>.rc"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   661
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   662
    ^ 'eXept Software AG & SWING Research Group'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   663
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   664
    "Modified: / 15-11-2012 / 23:51:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   665
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   666
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   667
description
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   668
    "Description string which will appear in vc.def / bc.def"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   669
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   670
    ^ 'Java support for Smalltalk/X'
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   671
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   672
    "Modified: / 15-11-2012 / 23:51:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   673
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   674
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   675
legalCopyright
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   676
    "Copyright string which will appear in <lib>.rc"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   677
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   678
    ^ 'Copyright Claus Gittinger 1988-2011\nCopyright eXept Software AG 1998-2011\nCopyright Jan Vrany, Jan Kurs and Marcel Hlopko\n          SWING Research Group, Czech Technical University In Prague'
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   679
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   680
    "Modified: / 15-11-2012 / 23:51:35 / Jan Vrany <jan.vrany@fit.cvut.cz>"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   681
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   682
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   683
productName
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   684
    "Return product name which will appear in <lib>.rc"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   685
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   686
    ^ 'Smalltalk/X'
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   687
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   688
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   689
!stx_libjava class methodsFor:'description - svn'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   690
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   691
svnRepositoryUrlString
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   692
    "Return a SVN repository URL of myself.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   693
     (Generated since 2011-04-08)
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   694
     Do not make the string shorter!!!!!! We have to use fixed-length keyword!!!!!!
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   695
    "        
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   696
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   697
    ^ '$URL::                                                                                                                        $'
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   698
!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   699
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   700
svnRevisionNr
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   701
    "Return a SVN revision number of myself.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   702
     This number is updated after a commit"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   703
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   704
    ^ "$SVN-Revision:"'2242            '"$"
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   705
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   706
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   707
!stx_libjava class methodsFor:'file generation'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   708
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   709
basicFileNamesToGenerat
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   710
    "answer a dictionary (filename -> generator method) with all the files, that have to be generated for this
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   711
     package"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   712
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   713
    |dict|
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   714
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   715
    dict := super basicFileNamesToGenerate.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   716
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   717
    dict 
2448
d7ecc37e95a6 Now preRequiites are separated in mandatoryPreRequisites and referencedPreRequisites
Stefan Vogel <sv@exept.de>
parents: 2445
diff changeset
   718
        at:'builder/package.deps.rake' put: #'generate_package_dot_deps_dot_rake'.
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   719
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   720
    ^ dict.
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   721
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   722
    "Created: / 11-03-2011 / 09:32:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   723
! !
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   724
2396
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   725
!stx_libjava class methodsFor:'others'!
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   726
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   727
version_HG
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   728
2678
c865275e48a7 Updated to match Mercurial revision a00302fe5083 with two tweaks:
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2542
diff changeset
   729
    ^ '$Changeset: <not expanded> $'
2396
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   730
! !
fadc6d7a2f5b Updated to rev 009a0df3afce
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2363
diff changeset
   731
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   732
!stx_libjava class methodsFor:'documentation'!
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   733
2412
1a520df90b96 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2406
diff changeset
   734
version
2689
83b4799060b5 subprojects (accidently added) removed....
Michael Beyl <mb@exept.de>
parents: 2678
diff changeset
   735
    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
2412
1a520df90b96 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2406
diff changeset
   736
!
1a520df90b96 automatic checkIn
Claus Gittinger <cg@exept.de>
parents: 2406
diff changeset
   737
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2344
diff changeset
   738
version_CVS
2689
83b4799060b5 subprojects (accidently added) removed....
Michael Beyl <mb@exept.de>
parents: 2678
diff changeset
   739
    ^ '$Header: /cvs/stx/stx/libjava/stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
2251
81478ca24a5b fixed: #version_SVN ($ to §)
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   740
!
81478ca24a5b fixed: #version_SVN ($ to §)
Claus Gittinger <cg@exept.de>
parents: 2152
diff changeset
   741
749
e898eaeff091 Synchronized with CVS repository at:
vranyj1
parents:
diff changeset
   742
version_SVN
2689
83b4799060b5 subprojects (accidently added) removed....
Michael Beyl <mb@exept.de>
parents: 2678
diff changeset
   743
    ^ '$Id: stx_libjava.st,v 1.19 2013-09-09 10:59:06 mb Exp $'
2152
1cbdfbcc685c Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 749
diff changeset
   744
! !
2458
5ec04246cd51 class: Expecco::LogSettingsApp
Claus Gittinger <cg@exept.de>
parents: 2448
diff changeset
   745