libbasic3.rc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Jun 2013 11:54:30 +0100
branchjv
changeset 3303 7ed5d48e3756
parent 3284 cc387d176667
child 3405 cec1fd1367ce
permissions -rw-r--r--
Refactoring of class names and namespaces in ClassChange (part 1). The meaning of instvars in ClassChange was changed (well, actually it was defined), so: - className is the name of the class without any namespace prefix but including all owning classes. - nameSpaceName is the name of the original namespace of the class - nameSpaceOverride is client-enforced namespace namew - ownerClassName is the name of the owning class but without any namespace prefix. This commit actually fixes remaining RegressionTests::ChangeSetTests. CAUTION: currently, class names and namespace names are wrong when reading system changefile. This is due to a conceptual problem because there's no way how distinguish between namespace and owning class solely on the information in the changeset file. Next part of the refactoring should fix this, but at the cost of changing the changefile format. The impact to old tools not using ChangeSet but rather their own implementation must be investigated (tools like ChangesBrowser).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1543
9aeab24086ed automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1506
diff changeset
     1
//
2389
d8466085ab49 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2335
diff changeset
     2
// DO NOT EDIT
1543
9aeab24086ed automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1506
diff changeset
     3
// automagically generated from the projectDefinition: stx_libbasic3.
9aeab24086ed automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1506
diff changeset
     4
//
765
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     5
VS_VERSION_INFO VERSIONINFO
3284
cc387d176667 Fixes for mamespace handling.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3283
diff changeset
     6
  FILEVERSION     6,2,32767,32767
3192
13582e232931 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3006
diff changeset
     7
  PRODUCTVERSION  6,2,3,0
2662
299f5d727bb9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2587
diff changeset
     8
#if (__BORLANDC__)
765
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
     9
  FILEFLAGSMASK   VS_FF_DEBUG | VS_FF_PRERELEASE
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    10
  FILEFLAGS       VS_FF_PRERELEASE | VS_FF_SPECIALBUILD
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    11
  FILEOS          VOS_NT_WINDOWS32
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    12
  FILETYPE        VFT_DLL
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    13
  FILESUBTYPE     VS_USER_DEFINED
2662
299f5d727bb9 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2587
diff changeset
    14
#endif
765
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    15
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    16
BEGIN
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    17
  BLOCK "StringFileInfo"
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    18
  BEGIN
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    19
    BLOCK "040904E4"
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    20
    BEGIN
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    21
      VALUE "CompanyName", "eXept Software AG\0"
2070
2324dd22a0ec automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2038
diff changeset
    22
      VALUE "FileDescription", "Smalltalk/X Additional Developer Basic Classes (LIB)\0"
3284
cc387d176667 Fixes for mamespace handling.
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3283
diff changeset
    23
      VALUE "FileVersion", "6.2.32767.32767\0"
2038
b9fa42f71ea1 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1948
diff changeset
    24
      VALUE "InternalName", "stx:libbasic3\0"
2861
7e549aa82339 automatically generated by browser
vrany
parents: 2809
diff changeset
    25
      VALUE "LegalCopyright", "Copyright Claus Gittinger 1988-2012\nCopyright eXept Software AG 1998-2012\0"
1626
f5df4f621be5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 1619
diff changeset
    26
      VALUE "ProductName", "Smalltalk/X\0"
3192
13582e232931 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 3006
diff changeset
    27
      VALUE "ProductVersion", "6.2.3.0\0"
3303
7ed5d48e3756 Refactoring of class names and namespaces in ClassChange (part 1).
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 3284
diff changeset
    28
      VALUE "ProductDate", "Wed, 12 Jun 2013 10:39:49 GMT\0"
765
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    29
    END
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    30
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    31
  END
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    32
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    33
  BLOCK "VarFileInfo"
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    34
  BEGIN                               //  Language   |    Translation
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    35
    VALUE "Translation", 0x409, 0x4E4 // U.S. English, Windows Multilingual
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    36
  END
b1f4467bf132 *** empty log message ***
Claus Gittinger <cg@exept.de>
parents:
diff changeset
    37
END