libjava.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 03 Sep 2013 01:18:46 +0100
branchdevelopment
changeset 2705 e693added0af
parent 2704 0f7f5f5c67c7
child 2708 648286432b9a
permissions -rw-r--r--
Changed registration of Java classes into system dictionary. Java classes loaded by primordial, system or ext class loader are registered under top namespace JAVA, all others are registered under JAVA_XXX where XXX is identity hash of class's classloader. This way, classes loaded by custom classloaders are also visible in browser and don't overwrite each other (if there are multiple versions of it). This mechanism will also be used by expecco's JImport and JavaBridge plugins (to allow browsing of Java code)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2124
diff changeset
     1
//
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2124
diff changeset
     2
// DO NOT EDIT
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2124
diff changeset
     3
// automagically generated from the projectDefinition: stx_libjava.
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2124
diff changeset
     4
//
727
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
     5
VS_VERSION_INFO VERSIONINFO
2585
14ab287e17ca Exception table refactored to use more compact & VM friendly format.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2578
diff changeset
     6
  FILEVERSION     6,2,32767,32767
2540
424e0a635765 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
     7
  PRODUCTVERSION  6,2,3,0
2330
b189800c0d92 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
     8
#if (__BORLANDC__)
727
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
     9
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    10
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    11
  FILEOS          VOS_NT_WINDOWS32
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    12
  FILETYPE        VFT_DLL
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    13
  FILESUBTYPE     VS_USER_DEFINED
2330
b189800c0d92 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2151
diff changeset
    14
#endif
727
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    15
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    16
BEGIN
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    17
  BLOCK "StringFileInfo"
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    18
  BEGIN
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    19
    BLOCK "040904E4"
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    20
    BEGIN
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2330
diff changeset
    21
      VALUE "CompanyName", "eXept Software AG & SWING Research Group\0"
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2330
diff changeset
    22
      VALUE "FileDescription", "Java support for Smalltalk/X (LIB)\0"
2585
14ab287e17ca Exception table refactored to use more compact & VM friendly format.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2578
diff changeset
    23
      VALUE "FileVersion", "6.2.32767.32767\0"
2151
c0b6570c6f9b Jan's version
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2124
diff changeset
    24
      VALUE "InternalName", "stx:libjava\0"
2353
fa7400d022a0 Updated to https://swing.fit.cvut.cz/hg/stx.libjava/rev/31f8b995905e
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2330
diff changeset
    25
      VALUE "LegalCopyright", "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\0"
727
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    26
      VALUE "ProductName", "Smalltalk/X\0"
2540
424e0a635765 automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 2422
diff changeset
    27
      VALUE "ProductVersion", "6.2.3.0\0"
2705
e693added0af Changed registration of Java classes into system dictionary.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 2704
diff changeset
    28
      VALUE "ProductDate", "Tue, 03 Sep 2013 00:13:57 GMT\0"
727
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    29
    END
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    30
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    31
  END
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    32
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    33
  BLOCK "VarFileInfo"
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    34
  BEGIN                               //  Language   |    Translation
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    35
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    36
  END
a33ffe61b52b *** empty log message ***
cg
parents:
diff changeset
    37
END