You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(20) |
May
(48) |
Jun
(8) |
Jul
(23) |
Aug
(41) |
Sep
(42) |
Oct
(22) |
Nov
(17) |
Dec
(36) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(43) |
Feb
(42) |
Mar
(17) |
Apr
(39) |
May
(16) |
Jun
(35) |
Jul
(37) |
Aug
(47) |
Sep
(49) |
Oct
(9) |
Nov
(52) |
Dec
(37) |
2008 |
Jan
(48) |
Feb
(21) |
Mar
(7) |
Apr
(2) |
May
(5) |
Jun
(17) |
Jul
(17) |
Aug
(40) |
Sep
(58) |
Oct
(38) |
Nov
(19) |
Dec
(32) |
2009 |
Jan
(67) |
Feb
(46) |
Mar
(54) |
Apr
(34) |
May
(37) |
Jun
(52) |
Jul
(67) |
Aug
(72) |
Sep
(48) |
Oct
(35) |
Nov
(27) |
Dec
(12) |
2010 |
Jan
(56) |
Feb
(46) |
Mar
(19) |
Apr
(14) |
May
(21) |
Jun
(3) |
Jul
(13) |
Aug
(48) |
Sep
(34) |
Oct
(51) |
Nov
(16) |
Dec
(32) |
2011 |
Jan
(36) |
Feb
(14) |
Mar
(12) |
Apr
(3) |
May
(5) |
Jun
(24) |
Jul
(15) |
Aug
(30) |
Sep
(21) |
Oct
(4) |
Nov
(25) |
Dec
(23) |
2012 |
Jan
(45) |
Feb
(42) |
Mar
(19) |
Apr
(14) |
May
(13) |
Jun
(7) |
Jul
(3) |
Aug
(46) |
Sep
(21) |
Oct
(10) |
Nov
(2) |
Dec
|
2013 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <ou...@us...> - 2009-12-19 17:22:35
|
Revision: 3092 http://jcl.svn.sourceforge.net/jcl/?rev=3092&view=rev Author: outchy Date: 2009-12-19 17:22:22 +0000 (Sat, 19 Dec 2009) Log Message: ----------- update to latest specs. Modified Paths: -------------- trunk/jcl/source/common/JclResources.pas trunk/jcl/source/common/JclSysInfo.pas Modified: trunk/jcl/source/common/JclResources.pas =================================================================== --- trunk/jcl/source/common/JclResources.pas 2009-12-08 21:22:04 UTC (rev 3091) +++ trunk/jcl/source/common/JclResources.pas 2009-12-19 17:22:22 UTC (rev 3092) @@ -2072,7 +2072,21 @@ RsIntelCacheDescrBA = 'Data TLB1: 4 KByte pages, 4-way set associative, 64 entries'; RsIntelCacheDescrC0 = 'Data TLB: 4 KByte and 4 MByte pages, 4-way set associative, 8 entries'; RsIntelCacheDescrCA = 'Shared 2nd-Level TLB: 4 KByte pages, 4-way associative, 512 entries'; + RsIntelCacheDescrD0 = '3rd-level cache: 512 KByte, 4-way set associative, 64 byte line size'; + RsIntelCacheDescrD1 = '3rd-level cache: 1 MByte, 4-way set associative, 64 byte line size'; + RsIntelCacheDescrD2 = '3rd-level cache: 2 MByte, 4-way set associative, 64 byte line size'; + RsIntelCacheDescrD6 = '3rd-level cache: 1 MByte, 8-way set associative, 64 byte line size'; + RsIntelCacheDescrD7 = '3rd-level cache: 2 MByte, 8-way set associative, 64 byte line size'; + RsIntelCacheDescrD8 = '3rd-level cache: 4 MByte, 8-way set associative, 64 byte line size'; + RsIntelCacheDescrDC = '3rd-level cache: 1.5 MByte, 12-way set associative, 64 byte line size'; + RsIntelCacheDescrDD = '3rd-level cache: 3 MByte, 12-way set associative, 64 byte line size'; + RsIntelCacheDescrDE = '3rd-level cache: 6 MByte, 12-way set associative, 64 byte line size'; + RsIntelCacheDescrE2 = '3rd-level cache: 2 MByte, 16-way set associative, 64 byte line size'; + RsIntelCacheDescrE3 = '3rd-level cache: 4 MByte, 16-way set associative, 64 byte line size'; RsIntelCacheDescrE4 = '3rd-level cache: 8 MByte, 16-way set associative, 64 byte line size'; + RsIntelCacheDescrEA = '3rd-level cache: 12 MByte, 24-way set associative, 64 byte line size'; + RsIntelCacheDescrEB = '3rd-level cache: 18 MByte, 24-way set associative, 64 byte line size'; + RsIntelCacheDescrEC = '3rd-level cache: 24 MByte, 24-way set associative, 64 byte line size'; RsIntelCacheDescrF0 = '64-Byte Prefetching'; RsIntelCacheDescrF1 = '128-Byte Prefetching'; RsIntelCacheDescrFF = 'CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters'; Modified: trunk/jcl/source/common/JclSysInfo.pas =================================================================== --- trunk/jcl/source/common/JclSysInfo.pas 2009-12-08 21:22:04 UTC (rev 3091) +++ trunk/jcl/source/common/JclSysInfo.pas 2009-12-19 17:22:22 UTC (rev 3092) @@ -1139,7 +1139,7 @@ MXCSR_FZ = BIT_15; // Flush to Zero const - IntelCacheDescription: array [0..87] of TCacheInfo = ( + IntelCacheDescription: array [0..101] of TCacheInfo = ( (D: $00; Family: cfOther; Size: 0; WaysOfAssoc: 0; LineSize: 0; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescr00), (D: $01; Family: cfInstructionTLB; Size: 4; WaysOfAssoc: 4; LineSize: 0; LinePerSector: 0; Entries: 32; I: @RsIntelCacheDescr01), (D: $02; Family: cfInstructionTLB; Size: 4096; WaysOfAssoc: 4; LineSize: 0; LinePerSector: 0; Entries: 2; I: @RsIntelCacheDescr02), @@ -1224,7 +1224,21 @@ (D: $BA; Family: cfDataTLB; Size: 4; WaysOfAssoc: 4; LineSize: 0; LinePerSector: 0; Entries: 64; I: @RsIntelCacheDescrBA), (D: $C0; Family: cfDataTLB; Size: 4; WaysOfAssoc: 4; LineSize: 0; LinePerSector: 0; Entries: 8; I: @RsIntelCacheDescrC0), (D: $CA; Family: cfL2TLB; Size: 4; WaysOfAssoc: 4; LineSize: 0; LinePerSector: 0; Entries: 512; I: @RsIntelCacheDescrCA), + (D: $D0; Family: cfL3Cache; Size: 512; WaysOfAssoc: 4; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD0), + (D: $D1; Family: cfL3Cache; Size: 1024; WaysOfAssoc: 4; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD1), + (D: $D2; Family: cfL3Cache; Size: 2048; WaysOfAssoc: 4; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD2), + (D: $D6; Family: cfL3Cache; Size: 1024; WaysOfAssoc: 8; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD6), + (D: $D7; Family: cfL3Cache; Size: 2048; WaysOfAssoc: 8; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD7), + (D: $D8; Family: cfL3Cache; Size: 4096; WaysOfAssoc: 8; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrD8), + (D: $DC; Family: cfL3Cache; Size: 1536; WaysOfAssoc: 12; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrDC), + (D: $DD; Family: cfL3Cache; Size: 3072; WaysOfAssoc: 12; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrDD), + (D: $DE; Family: cfL3Cache; Size: 6144; WaysOfAssoc: 12; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrDE), + (D: $E2; Family: cfL3Cache; Size: 2048; WaysOfAssoc: 16; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrE2), + (D: $E3; Family: cfL3Cache; Size: 4096; WaysOfAssoc: 16; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrE3), (D: $E4; Family: cfL3Cache; Size: 8192; WaysOfAssoc: 16; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrE4), + (D: $EA; Family: cfL3Cache; Size: 12288; WaysOfAssoc: 24; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrEA), + (D: $EB; Family: cfL3Cache; Size: 18432; WaysOfAssoc: 24; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrEB), + (D: $EC; Family: cfL3Cache; Size: 24576; WaysOfAssoc: 24; LineSize: 64; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrEC), (D: $F0; Family: cfOther; Size: 0; WaysOfAssoc: 0; LineSize: 0; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrF0), (D: $F1; Family: cfOther; Size: 0; WaysOfAssoc: 0; LineSize: 0; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrF1), (D: $FF; Family: cfOther; Size: 0; WaysOfAssoc: 0; LineSize: 0; LinePerSector: 0; Entries: 0; I: @RsIntelCacheDescrFF) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-12-08 21:22:13
|
Revision: 3091 http://jcl.svn.sourceforge.net/jcl/?rev=3091&view=rev Author: outchy Date: 2009-12-08 21:22:04 +0000 (Tue, 08 Dec 2009) Log Message: ----------- Mantis 5040: New Function: IsPowerUser The functions are refactored to extract redundant code. Modified Paths: -------------- trunk/jcl/source/windows/JclSecurity.pas Modified: trunk/jcl/source/windows/JclSecurity.pas =================================================================== --- trunk/jcl/source/windows/JclSecurity.pas 2009-12-08 20:56:18 UTC (rev 3090) +++ trunk/jcl/source/windows/JclSecurity.pas 2009-12-08 21:22:04 UTC (rev 3091) @@ -32,7 +32,7 @@ { } {**************************************************************************************************} { } -{ Last modified: $Date:: $ } +{ Last modified: $Date:: $ } { Revision: $Rev:: $ } { Author: $Author:: $ } { } @@ -62,7 +62,26 @@ function CreateInheritable(out Sa: TSecurityAttributes): PSecurityAttributes; // Privileges +function IsGroupMember(RelativeGroupID: DWORD): Boolean; function IsAdministrator: Boolean; +function IsUser: Boolean; +function IsGuest: Boolean; +function IsPowerUser: Boolean; +function IsAccountOperator: Boolean; +function IsSystemOperator: Boolean; +function IsPrintOperator: Boolean; +function IsBackupOperator: Boolean; +function IsReplicator: Boolean; +function IsRASServer: Boolean; +function IsPreWin2000CompAccess: Boolean; +function IsRemoteDesktopUser: Boolean; +function IsNetworkConfigurationOperator: Boolean; +function IsIncomingForestTrustBuilder: Boolean; +function IsMonitoringUser: Boolean; +function IsLoggingUser: Boolean; +function IsAuthorizationAccess: Boolean; +function IsTSLicenseServer: Boolean; + function EnableProcessPrivilege(const Enable: Boolean; const Privilege: string): Boolean; function EnableThreadPrivilege(const Enable: Boolean; const Privilege: string): Boolean; function IsPrivilegeEnabled(const Privilege: string): Boolean; @@ -149,7 +168,7 @@ //=== Privileges ============================================================= -function IsAdministrator: Boolean; +function IsGroupMember(RelativeGroupID: DWORD): Boolean; var psidAdmin: Pointer; Token: THandle; @@ -161,7 +180,7 @@ SE_GROUP_USE_FOR_DENY_ONLY = $00000010; begin Result := not IsWinNT; - if Result then // Win9x/ME + if Result then // Win9x and ME don't have user groups Exit; psidAdmin := nil; TokenInfo := nil; @@ -175,7 +194,7 @@ begin {$IFDEF FPC} Win32Check(AllocateAndInitializeSid(SECURITY_NT_AUTHORITY, 2, - SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, 0, 0, 0, 0, 0, 0, + SECURITY_BUILTIN_DOMAIN_RID, RelativeGroupID, 0, 0, 0, 0, 0, 0, psidAdmin)); if GetTokenInformation(Token, TokenGroups, nil, 0, @Count) or (GetLastError <> ERROR_INSUFFICIENT_BUFFER) then @@ -184,7 +203,7 @@ Win32Check(GetTokenInformation(Token, TokenGroups, TokenInfo, Count, @Count)); {$ELSE FPC} Win32Check(AllocateAndInitializeSid(SECURITY_NT_AUTHORITY, 2, - SECURITY_BUILTIN_DOMAIN_RID, DOMAIN_ALIAS_RID_ADMINS, 0, 0, 0, 0, 0, 0, + SECURITY_BUILTIN_DOMAIN_RID, RelativeGroupID, 0, 0, 0, 0, 0, 0, psidAdmin)); if GetTokenInformation(Token, TokenGroups, nil, 0, Count) or (GetLastError <> ERROR_INSUFFICIENT_BUFFER) then @@ -218,6 +237,96 @@ end; end; +function IsAdministrator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_ADMINS); +end; + +function IsUser: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_USERS); +end; + +function IsGuest: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_GUESTS); +end; + +function IsPowerUser: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_POWER_USERS); +end; + +function IsAccountOperator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_ACCOUNT_OPS); +end; + +function IsSystemOperator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_SYSTEM_OPS); +end; + +function IsPrintOperator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_PRINT_OPS); +end; + +function IsBackupOperator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_BACKUP_OPS); +end; + +function IsReplicator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_REPLICATOR); +end; + +function IsRASServer: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_RAS_SERVERS); +end; + +function IsPreWin2000CompAccess: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_PREW2KCOMPACCESS); +end; + +function IsRemoteDesktopUser: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_REMOTE_DESKTOP_USERS); +end; + +function IsNetworkConfigurationOperator: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_NETWORK_CONFIGURATION_OPS); +end; + +function IsIncomingForestTrustBuilder: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_INCOMING_FOREST_TRUST_BUILDERS); +end; + +function IsMonitoringUser: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_MONITORING_USERS); +end; + +function IsLoggingUser: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_LOGGING_USERS); +end; + +function IsAuthorizationAccess: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_AUTHORIZATIONACCESS); +end; + +function IsTSLicenseServer: Boolean; +begin + Result := IsGroupMember(DOMAIN_ALIAS_RID_TS_LICENSE_SERVERS); +end; + function EnableProcessPrivilege(const Enable: Boolean; const Privilege: string): Boolean; const PrivAttrs: array [Boolean] of DWORD = (0, SE_PRIVILEGE_ENABLED); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-12-08 20:56:29
|
Revision: 3090 http://jcl.svn.sourceforge.net/jcl/?rev=3090&view=rev Author: outchy Date: 2009-12-08 20:56:18 +0000 (Tue, 08 Dec 2009) Log Message: ----------- Mantis 4942: Delphi 2010 - Compiling DATASNAP demos raises the exception in JCL debug expert. When ".ridl" files are not found by IDE, reraise the exception EFOpenError. Modified Paths: -------------- trunk/jcl/experts/debug/converter/JclDebugIdeImpl.pas Modified: trunk/jcl/experts/debug/converter/JclDebugIdeImpl.pas =================================================================== --- trunk/jcl/experts/debug/converter/JclDebugIdeImpl.pas 2009-12-08 20:45:18 UTC (rev 3089) +++ trunk/jcl/experts/debug/converter/JclDebugIdeImpl.pas 2009-12-08 20:56:18 UTC (rev 3090) @@ -548,8 +548,13 @@ DisplayResults; except on ExceptionObj: TObject do - JclExpertShowExceptionDialog(ExceptionObj); - // raise is useless because trapped by the finally section + begin + if ExceptionObj is EFOpenError then + // when ".ridl" files are not found by IDE, reraise the exception + raise + else + JclExpertShowExceptionDialog(ExceptionObj); + end; end; finally EndStoreResults; @@ -565,8 +570,13 @@ DisplayResults; except on ExceptionObj: TObject do - JclExpertShowExceptionDialog(ExceptionObj); - // raise is useless because trapped by the finally section + begin + if ExceptionObj is EFOpenError then + // when ".ridl" files are not found by IDE, reraise the exception + raise + else + JclExpertShowExceptionDialog(ExceptionObj); + end; end; finally EndStoreResults; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-12-08 20:45:29
|
Revision: 3089 http://jcl.svn.sourceforge.net/jcl/?rev=3089&view=rev Author: outchy Date: 2009-12-08 20:45:18 +0000 (Tue, 08 Dec 2009) Log Message: ----------- Patch from Pierre le Riche by email: JclStartExceptionTracking and JclStopExceptionTracking can be called more than one time. The tracking activity is handled the same way reference count and update count are. Modified Paths: -------------- trunk/jcl/source/windows/JclDebug.pas Modified: trunk/jcl/source/windows/JclDebug.pas =================================================================== --- trunk/jcl/source/windows/JclDebug.pas 2009-11-25 21:47:49 UTC (rev 3088) +++ trunk/jcl/source/windows/JclDebug.pas 2009-12-08 20:45:18 UTC (rev 3089) @@ -5358,7 +5358,7 @@ //=== Exception hooking ====================================================== var - TrackingActive: Boolean; + TrackingActiveCount: Integer; IgnoredExceptions: TThreadList = nil; IgnoredExceptionClassNames: TStringList = nil; IgnoredExceptionClassNamesCritSect: TJclCriticalSection = nil; @@ -5468,7 +5468,7 @@ procedure DoExceptNotify(ExceptObj: TObject; ExceptAddr: Pointer; OSException: Boolean; BaseOfStack: Pointer); begin - if TrackingActive and (not (stDisableIfDebuggerAttached in JclStackTrackingOptions) or (not IsDebuggerAttached)) and + if (TrackingActiveCount > 0) and (not (stDisableIfDebuggerAttached in JclStackTrackingOptions) or (not IsDebuggerAttached)) and Assigned(ExceptObj) and (not IsIgnoredException(ExceptObj.ClassType)) and (not (stMainThreadOnly in JclStackTrackingOptions) or (GetCurrentThreadId = MainThreadID)) then begin @@ -5481,34 +5481,51 @@ function JclStartExceptionTracking: Boolean; begin - if TrackingActive then - Result := False + {Increment the tracking count only if exceptions are already being tracked or tracking can be started + successfully.} + if TrackingActiveCount = 0 then + begin + if JclHookExceptions and JclAddExceptNotifier(DoExceptNotify, npFirstChain) then + begin + TrackingActiveCount := 1; + Result := True; + end + else + Result := False; + end else begin - Result := JclHookExceptions and JclAddExceptNotifier(DoExceptNotify, npFirstChain); - TrackingActive := Result; + Inc(TrackingActiveCount); + Result := False; end; end; function JclStopExceptionTracking: Boolean; begin - if TrackingActive then + {If the current tracking count is 1, an attempt is made to stop tracking exceptions. If successful the + tracking count is set back to 0. If the current tracking count is > 1 it is simply decremented.} + if TrackingActiveCount = 1 then begin Result := JclRemoveExceptNotifier(DoExceptNotify); - TrackingActive := False; + if Result then + Dec(TrackingActiveCount); end else + begin + if TrackingActiveCount > 0 then + Dec(TrackingActiveCount); Result := False; + end; end; function JclExceptionTrackingActive: Boolean; begin - Result := TrackingActive; + Result := TrackingActiveCount > 0; end; function JclTrackExceptionsFromLibraries: Boolean; begin - Result := TrackingActive; + Result := TrackingActiveCount > 0; if Result then JclInitializeLibrariesHookExcept; end; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-25 21:48:00
|
Revision: 3088 http://jcl.svn.sourceforge.net/jcl/?rev=3088&view=rev Author: outchy Date: 2009-11-25 21:47:49 +0000 (Wed, 25 Nov 2009) Log Message: ----------- Mantis 5034: Result of GetDomainName is not reliable Modified Paths: -------------- trunk/jcl/source/common/JclSysInfo.pas Modified: trunk/jcl/source/common/JclSysInfo.pas =================================================================== --- trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 21:30:35 UTC (rev 3087) +++ trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 21:47:49 UTC (rev 3088) @@ -2230,8 +2230,42 @@ end; {$ENDIF UNIX} {$IFDEF MSWINDOWS} +//091123 HA Use LookupAccountSid to fetch the current users domain ... +//begin +// Result := GetUserDomainName(GetLocalUserName); +//end; +var + hProcess, hAccessToken: THandle; + InfoBuffer: PChar; + AccountName: array [0..UNLEN] of Char; + DomainName: array [0..UNLEN] of Char; + + InfoBufferSize: Cardinal; + AccountSize: Cardinal; + DomainSize: Cardinal; + snu: SID_NAME_USE; begin - Result := GetUserDomainName(GetLocalUserName); + InfoBufferSize := 1000; + AccountSize := SizeOf(AccountName); + DomainSize := SizeOf(DomainName); + + hProcess := GetCurrentProcess; + if OpenProcessToken(hProcess, TOKEN_READ, hAccessToken) then + try + GetMem(InfoBuffer, InfoBufferSize); + try + if GetTokenInformation(hAccessToken, TokenUser, InfoBuffer, InfoBufferSize, InfoBufferSize) then + LookupAccountSid(nil, PSIDAndAttributes(InfoBuffer)^.sid, AccountName, AccountSize, + DomainName, DomainSize, snu) + else + RaiseLastOSError; + finally + FreeMem(InfoBuffer) + end; + Result := DomainName; + finally + CloseHandle(hAccessToken); + end end; {$ENDIF MSWINDOWS} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-25 21:30:44
|
Revision: 3087 http://jcl.svn.sourceforge.net/jcl/?rev=3087&view=rev Author: outchy Date: 2009-11-25 21:30:35 +0000 (Wed, 25 Nov 2009) Log Message: ----------- Mantis 5005: SendMail with only Name (no address) is not correct on Thunderbird Modified Paths: -------------- trunk/jcl/source/windows/JclMapi.pas Modified: trunk/jcl/source/windows/JclMapi.pas =================================================================== --- trunk/jcl/source/windows/JclMapi.pas 2009-11-25 21:14:27 UTC (rev 3086) +++ trunk/jcl/source/windows/JclMapi.pas 2009-11-25 21:30:35 UTC (rev 3087) @@ -1060,7 +1060,7 @@ else RealAddresses[I] := FAddress; lpszName := PAnsiChar(AnsiString(RealNames[I])); - lpszAddress := PAnsiChar(AnsiString(RealAddresses[I])); + lpszAddress := PAnsiCharOrNil(AnsiString(RealAddresses[I])); end; end; end This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-25 21:14:35
|
Revision: 3086 http://jcl.svn.sourceforge.net/jcl/?rev=3086&view=rev Author: outchy Date: 2009-11-25 21:14:27 +0000 (Wed, 25 Nov 2009) Log Message: ----------- PidlFree is unused code in JclSysInfo.pas. Hardened the duplicated code in JclShell.pas. Modified Paths: -------------- trunk/jcl/source/common/JclSysInfo.pas trunk/jcl/source/windows/JclShell.pas Modified: trunk/jcl/source/common/JclSysInfo.pas =================================================================== --- trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 21:09:59 UTC (rev 3085) +++ trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 21:14:27 UTC (rev 3086) @@ -1342,27 +1342,6 @@ {$IFDEF FPC} {$IFDEF MSWINDOWS} -function PidlFree(var IdList: PItemIdList): Boolean; -var - Malloc: IMalloc; -begin - Result := False; - if IdList = nil then - Result := True - else - begin - Malloc := nil; - if Succeeded(SHGetMalloc(Malloc)) and (Malloc.DidAlloc(IdList) > 0) then - begin - Malloc.Free(IdList); - IdList := nil; - Result := True; - end; - end; -end; - -//---------------------------------------------------------------------------- - function PidlToPath(IdList: PItemIdList): string; begin SetLength(Result, MAX_PATH); Modified: trunk/jcl/source/windows/JclShell.pas =================================================================== --- trunk/jcl/source/windows/JclShell.pas 2009-11-25 21:09:59 UTC (rev 3085) +++ trunk/jcl/source/windows/JclShell.pas 2009-11-25 21:14:27 UTC (rev 3086) @@ -932,6 +932,7 @@ Result := True else begin + Malloc := nil; if Succeeded(SHGetMalloc(Malloc)) and (Malloc.DidAlloc(IdList) > 0) then begin Malloc.Free(IdList); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-25 21:10:07
|
Revision: 3085 http://jcl.svn.sourceforge.net/jcl/?rev=3085&view=rev Author: outchy Date: 2009-11-25 21:09:59 +0000 (Wed, 25 Nov 2009) Log Message: ----------- Mantis 5018: Memory leak in GetSpecialFolderLocation. Modified Paths: -------------- trunk/jcl/source/common/JclSysInfo.pas trunk/jcl/source/windows/JclShell.pas Modified: trunk/jcl/source/common/JclSysInfo.pas =================================================================== --- trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 20:46:15 UTC (rev 3084) +++ trunk/jcl/source/common/JclSysInfo.pas 2009-11-25 21:09:59 UTC (rev 3085) @@ -1381,8 +1381,11 @@ FolderPidl := nil; if Succeeded(SHGetSpecialFolderLocation(0, Folder, FolderPidl)) then begin - Result := PidlToPath(FolderPidl); - PidlFree(FolderPidl); + try + Result := PidlToPath(FolderPidl); + finally + CoTaskMemFree(FolderPidl); + end; end else Result := ''; Modified: trunk/jcl/source/windows/JclShell.pas =================================================================== --- trunk/jcl/source/windows/JclShell.pas 2009-11-25 20:46:15 UTC (rev 3084) +++ trunk/jcl/source/windows/JclShell.pas 2009-11-25 21:09:59 UTC (rev 3085) @@ -450,22 +450,31 @@ FolderPidl: PItemIdList; begin ClearEnumFolderRec(F, False, False); - SHGetDesktopFolder(DesktopFolder); - if SpecialFolder = CSIDL_DESKTOP then - F.Folder := DesktopFolder - else + Result := Succeeded(SHGetDesktopFolder(DesktopFolder)); + if Result then begin - SHGetSpecialFolderLocation(0, SpecialFolder, FolderPidl); - try - DesktopFolder.BindToObject(FolderPidl, nil, IID_IShellFolder, Pointer(F.Folder)); - finally - PidlFree(FolderPidl); + if SpecialFolder = CSIDL_DESKTOP then + F.Folder := DesktopFolder + else + begin + Result := Succeeded(SHGetSpecialFolderLocation(0, SpecialFolder, FolderPidl)); + if Result then + begin + try + Result := Succeeded(DesktopFolder.BindToObject(FolderPidl, nil, IID_IShellFolder, Pointer(F.Folder))); + finally + CoTaskMemFree(FolderPidl); + end; + end; end; end; - F.Folder.EnumObjects(0, EnumFolderFlagsToCardinal(Flags), F.EnumIdList); - Result := SHEnumFolderNext(F); - if not Result then - SHEnumFolderClose(F); + if Result then + begin + F.Folder.EnumObjects(0, EnumFolderFlagsToCardinal(Flags), F.EnumIdList); + Result := SHEnumFolderNext(F); + if not Result then + SHEnumFolderClose(F); + end; end; function SHEnumFolderFirst(const Folder: string; Flags: TEnumFolderFlags; @@ -495,7 +504,7 @@ if Succeeded(SHGetSpecialFolderLocation(0, FolderID, FolderPidl)) then begin Result := PidlToPath(FolderPidl); - PidlFree(FolderPidl); + CoTaskMemFree(FolderPidl); end else Result := ''; @@ -685,13 +694,11 @@ function OpenSpecialFolder(FolderID: Integer; Parent: THandle; Explore: Boolean): Boolean; var - Malloc: IMalloc; Pidl: PItemIDList; Sei: TShellExecuteInfo; begin Result := False; - if Succeeded(SHGetMalloc(Malloc)) and - Succeeded(SHGetSpecialFolderLocation(Parent, FolderID, Pidl)) then + if Succeeded(SHGetSpecialFolderLocation(Parent, FolderID, Pidl)) then begin ResetMemory(Sei, SizeOf(Sei)); with Sei do @@ -718,7 +725,7 @@ {$IFNDEF TYPEDADDRESS_ON} {$TYPEDADDRESS OFF} {$ENDIF ~TYPEDADDRESS_ON} - Malloc.Free(Pidl); + CoTaskMemFree(Pidl); end; end; @@ -816,7 +823,7 @@ end; end; end; - PidlFree(Drives); + CoTaskMemFree(Drives); end; end; @@ -1047,11 +1054,15 @@ SetLength(Path, MAX_PATH); if Succeeded(SHGetSpecialFolderLocation(0, Folder, Pidl)) then begin - Path := PidltoPath(Pidl); - if Path <> '' then - begin - StrResetLength(Path); - Result := ShellLinkCreate(Link, PathAddSeparator(Path) + FileName); + try + Path := PidltoPath(Pidl); + if Path <> '' then + begin + StrResetLength(Path); + Result := ShellLinkCreate(Link, PathAddSeparator(Path) + FileName); + end; + finally + CoTaskMemFree(Pidl); end; end; end; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-25 20:46:25
|
Revision: 3084 http://jcl.svn.sourceforge.net/jcl/?rev=3084&view=rev Author: outchy Date: 2009-11-25 20:46:15 +0000 (Wed, 25 Nov 2009) Log Message: ----------- annonce for JCL 2.1. Modified Paths: -------------- trunk/website/delphi-jedi/page12.html Modified: trunk/website/delphi-jedi/page12.html =================================================================== --- trunk/website/delphi-jedi/page12.html 2009-11-18 20:49:29 UTC (rev 3083) +++ trunk/website/delphi-jedi/page12.html 2009-11-25 20:46:15 UTC (rev 3084) @@ -48,6 +48,32 @@ <span class="lesen"><b>Recent news</b> <p> +Summary: JCL 2.1 Build 3536 available<br> + +Date: 2009-11-05 21:00<br><br> + +JCL release 2.1 provides improved support for RAD Studio 2010 (including +Delphi 2010 and C++Builder 2010) an updated support for all targets.<br> + +This new version of the JCL is mainly a bugfix release. Multiple bugs have been +fixed; for detailed change logs, use the facilities of our Subversion repository +at Sourceforge.net http://sourceforge.net/projects/jcl/.<br><br> + +Head changes:<br> + +* fix major issues in JclAnsiStrings: wrong index arithmetics in StrSearch, flawed implementation of TJclAnsiStrings...<br> +* fix issue in JclRegistry: wrong exceptions were raised under some rare circumstances;<br> +* experts: the compilation of projects with type library was not possible, fixed wrong MAP file name computations...<br> +* debug information from MAP file: better handling of the MAP files generated by C++Builder;<br> +* all resources are now loaded using LoadResString;<br> +* streams: TJclBufferedStream wipes data on append;<br> +* open and save dialog hooks: moved to runtime code (they can now be added to any application);<br> +* compression: new 7z 9.7.0 compression classes.<br> +</p> + +<hr size="1" width="80%"> + +<p> Summary: JCL 2.0 Build 3449 available<br> Date: 2009-08-25 21:00<br><br> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-18 20:49:49
|
Revision: 3083 http://jcl.svn.sourceforge.net/jcl/?rev=3083&view=rev Author: outchy Date: 2009-11-18 20:49:29 +0000 (Wed, 18 Nov 2009) Log Message: ----------- update to PCRE 8.00. Modified Paths: -------------- trunk/jcl/source/common/JclPCRE.pas trunk/jcl/source/common/pcre.pas trunk/jcl/source/windows/obj/pcre/makefile.mak trunk/jcl/source/windows/obj/pcre/pcre_compile.obj trunk/jcl/source/windows/obj/pcre/pcre_config.obj trunk/jcl/source/windows/obj/pcre/pcre_default_tables.obj trunk/jcl/source/windows/obj/pcre/pcre_dfa_exec.obj trunk/jcl/source/windows/obj/pcre/pcre_exec.obj trunk/jcl/source/windows/obj/pcre/pcre_fullinfo.obj trunk/jcl/source/windows/obj/pcre/pcre_get.obj trunk/jcl/source/windows/obj/pcre/pcre_globals.obj trunk/jcl/source/windows/obj/pcre/pcre_info.obj trunk/jcl/source/windows/obj/pcre/pcre_maketables.obj trunk/jcl/source/windows/obj/pcre/pcre_newline.obj trunk/jcl/source/windows/obj/pcre/pcre_ord2utf8.obj trunk/jcl/source/windows/obj/pcre/pcre_refcount.obj trunk/jcl/source/windows/obj/pcre/pcre_study.obj trunk/jcl/source/windows/obj/pcre/pcre_tables.obj trunk/jcl/source/windows/obj/pcre/pcre_try_flipped.obj trunk/jcl/source/windows/obj/pcre/pcre_ucd.obj trunk/jcl/source/windows/obj/pcre/pcre_valid_utf8.obj trunk/jcl/source/windows/obj/pcre/pcre_version.obj trunk/jcl/source/windows/obj/pcre/pcre_xclass.obj Added Paths: ----------- trunk/thirdparty/pcre/pcre-8.00.tar.gz Removed Paths: ------------- trunk/thirdparty/pcre/pcre-7.9.tar.gz Modified: trunk/jcl/source/common/JclPCRE.pas =================================================================== --- trunk/jcl/source/common/JclPCRE.pas 2009-11-13 09:22:51 UTC (rev 3082) +++ trunk/jcl/source/common/JclPCRE.pas 2009-11-18 20:49:29 UTC (rev 3083) @@ -77,7 +77,8 @@ roNotEmpty, roUTF8, roNoAutoCapture, roNoUTF8Check, roAutoCallout, roPartial, roDfaShortest, roDfaRestart, roDfaFirstLine, roDupNames, roNewLineCR, roNewLineLF, roNewLineCRLF, roNewLineAny, roBSRAnyCRLF, - roBSRUnicode, roJavascriptCompat, roNoStartOptimize); + roBSRUnicode, roJavascriptCompat, roNoStartOptimize, roPartialHard, + roNotEmptyAtStart); TJclRegExOptions = set of TJclRegExOption; TJclCaptureRange = record FirstPos: Integer; @@ -390,19 +391,23 @@ roAnchored, roDollarEndOnly, roExtra, roNotBOL, roNotEOL, roUnGreedy, roNotEmpty, roUTF8, roNoAutoCapture, roNoUTF8Check, roAutoCallout, roPartial, roDfaShortest, roDfaRestart, roDfaFirstLine, roDupNames, - roNewLineCR, roNewLineLF, roNewLineCRLF, roNewLineAny } + roNewLineCR, roNewLineLF, roNewLineCRLF, roNewLineAny, roBSRAnyCRLF, + roBSRUnicode, roJavascriptCompat, roNoStartOptimize, roPartialHard, + roNotEmptyAtStart } cDesignOptions: array [TJclRegExOption] of Integer = (PCRE_CASELESS, PCRE_MULTILINE, PCRE_DOTALL, PCRE_EXTENDED, PCRE_ANCHORED, PCRE_DOLLAR_ENDONLY, PCRE_EXTRA, 0, 0, PCRE_UNGREEDY, 0, PCRE_UTF8, PCRE_NO_AUTO_CAPTURE, PCRE_NO_UTF8_CHECK, PCRE_AUTO_CALLOUT, 0, 0, 0, 0, PCRE_DUPNAMES, PCRE_NEWLINE_CR, PCRE_NEWLINE_LF, PCRE_NEWLINE_CRLF, PCRE_NEWLINE_ANY, PCRE_BSR_ANYCRLF, PCRE_BSR_UNICODE, - PCRE_JAVASCRIPT_COMPAT, PCRE_NO_START_OPTIMIZE); + PCRE_JAVASCRIPT_COMPAT, PCRE_NO_START_OPTIMIZE, PCRE_PARTIAL_HARD, + PCRE_NOTEMPTY_ATSTART); cRunOptions: array [TJclRegExOption] of Integer = (0, 0, 0, 0, 0, 0, 0, PCRE_NOTBOL, PCRE_NOTEOL, 0, PCRE_NOTEMPTY, 0, 0, PCRE_NO_UTF8_CHECK, 0, PCRE_PARTIAL, 0, 0, 0, 0, PCRE_NEWLINE_CR, PCRE_NEWLINE_LF, PCRE_NEWLINE_CRLF, PCRE_NEWLINE_ANY, PCRE_BSR_ANYCRLF, - PCRE_BSR_UNICODE, PCRE_JAVASCRIPT_COMPAT, PCRE_NO_START_OPTIMIZE); + PCRE_BSR_UNICODE, PCRE_JAVASCRIPT_COMPAT, PCRE_NO_START_OPTIMIZE, + PCRE_PARTIAL_HARD, PCRE_NOTEMPTY_ATSTART); var I: TJclRegExOption; SUPPORT_UTF8: Integer; Modified: trunk/jcl/source/common/pcre.pas =================================================================== --- trunk/jcl/source/common/pcre.pas 2009-11-13 09:22:51 UTC (rev 3082) +++ trunk/jcl/source/common/pcre.pas 2009-11-18 20:49:29 UTC (rev 3083) @@ -103,7 +103,9 @@ {$EXTERNALSYM PCRE_NO_UTF8_CHECK} PCRE_AUTO_CALLOUT = $00004000; {$EXTERNALSYM PCRE_AUTO_CALLOUT} - PCRE_PARTIAL = $00008000; + PCRE_PARTIAL_SOFT = $00008000; + {$EXTERNALSYM PCRE_PARTIAL_SOFT} + PCRE_PARTIAL = PCRE_PARTIAL_SOFT; // Backwards compatible synonym {$EXTERNALSYM PCRE_PARTIAL} PCRE_DFA_SHORTEST = $00010000; {$EXTERNALSYM PCRE_DFA_SHORTEST} @@ -133,6 +135,10 @@ {$EXTERNALSYM PCRE_NO_START_OPTIMIZE} PCRE_NO_START_OPTIMISE = $04000000; {$EXTERNALSYM PCRE_NO_START_OPTIMISE} + PCRE_PARTIAL_HARD = $08000000; + {$EXTERNALSYM PCRE_PARTIAL_HARD} + PCRE_NOTEMPTY_ATSTART = $10000000; + {$EXTERNALSYM PCRE_NOTEMPTY_ATSTART} (* Exec-time and get-time error codes *) @@ -215,6 +221,8 @@ {$EXTERNALSYM PCRE_INFO_JCHANGED} PCRE_INFO_HASCRORLF = 14; {$EXTERNALSYM PCRE_INFO_HASCRORLF} + PCRE_INFO_MINLENGTH = 15; + {$EXTERNALSYM PCRE_INFO_MINLENGTH} (* Request types for pcre_config() *) PCRE_CONFIG_UTF8 = 0; @@ -585,6 +593,10 @@ {$ENDIF UNIX} {$IFDEF PCRE_STATICLINK} + +// make the linker happy with PCRE 8.00 +procedure _pcre_find_bracket; external; + {$LINK ..\windows\obj\pcre\pcre_compile.obj} {$LINK ..\windows\obj\pcre\pcre_config.obj} {$LINK ..\windows\obj\pcre\pcre_dfa_exec.obj} Modified: trunk/jcl/source/windows/obj/pcre/makefile.mak =================================================================== --- trunk/jcl/source/windows/obj/pcre/makefile.mak 2009-11-13 09:22:51 UTC (rev 3082) +++ trunk/jcl/source/windows/obj/pcre/makefile.mak 2009-11-18 20:49:29 UTC (rev 3083) @@ -2,7 +2,7 @@ # makefile to make pcre .obj files using Borland's C++ compiler bcc32 # derived from a makefile generated by BCB6' bpr2mak # -# if pcre source directory is different from $(JCL)\source\pcre-7.9, use +# if pcre source directory is different from $(JCL)\source\pcre-8.00, use # "make -Dpcresrc=<path to pcre sources>" to tell make where to find the # source files # @@ -42,7 +42,7 @@ BCC = $(BCB) !if !$d(pcresrc) -pcresrc = ..\..\..\pcre-7.9 +pcresrc = ..\..\..\pcre-8.00 !endif !if !$d(CPU) Modified: trunk/jcl/source/windows/obj/pcre/pcre_compile.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_config.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_default_tables.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_dfa_exec.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_exec.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_fullinfo.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_get.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_globals.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_info.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_maketables.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_newline.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_ord2utf8.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_refcount.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_study.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_tables.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_try_flipped.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_ucd.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_valid_utf8.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_version.obj =================================================================== (Binary files differ) Modified: trunk/jcl/source/windows/obj/pcre/pcre_xclass.obj =================================================================== (Binary files differ) Deleted: trunk/thirdparty/pcre/pcre-7.9.tar.gz =================================================================== (Binary files differ) Added: trunk/thirdparty/pcre/pcre-8.00.tar.gz =================================================================== (Binary files differ) Property changes on: trunk/thirdparty/pcre/pcre-8.00.tar.gz ___________________________________________________________________ Added: svn:mime-type + application/x-compressed-tar This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-13 09:22:59
|
Revision: 3082 http://jcl.svn.sourceforge.net/jcl/?rev=3082&view=rev Author: outchy Date: 2009-11-13 09:22:51 +0000 (Fri, 13 Nov 2009) Log Message: ----------- fix SVN url. Modified Paths: -------------- trunk/website/delphi-jedi/page32.html Modified: trunk/website/delphi-jedi/page32.html =================================================================== --- trunk/website/delphi-jedi/page32.html 2009-11-07 15:36:18 UTC (rev 3081) +++ trunk/website/delphi-jedi/page32.html 2009-11-13 09:22:51 UTC (rev 3082) @@ -53,7 +53,7 @@ <p> The JEDI Code Library Team uses SVN for Version Control. To always have access to the most recent changes in the JCL, you should install a SVN client (we recommend TortoiseSVN) -and download the SVN repository files to your computer by checking out the repository at <a href="http://jcl.svn.sourceforge.net/trunk/jcl/trunk/jcl/">http://jcl.svn.sourceforge.net/trunk/jcl/trunk/jcl/</a>. +and download the SVN repository files to your computer by checking out the repository at <a href="http://jcl.svn.sourceforge.net/svnroot/jcl/trunk/jcl/">http://jcl.svn.sourceforge.net/svnroot/jcl/trunk/jcl/</a>. </p> <p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-07 15:36:27
|
Revision: 3081 http://jcl.svn.sourceforge.net/jcl/?rev=3081&view=rev Author: outchy Date: 2009-11-07 15:36:18 +0000 (Sat, 07 Nov 2009) Log Message: ----------- The installer GUI is not created from prototypes anymore. Modified Paths: -------------- trunk/thirdparty/makedist/JclFiles.xml Modified: trunk/thirdparty/makedist/JclFiles.xml =================================================================== --- trunk/thirdparty/makedist/JclFiles.xml 2009-11-07 15:35:39 UTC (rev 3080) +++ trunk/thirdparty/makedist/JclFiles.xml 2009-11-07 15:36:18 UTC (rev 3081) @@ -225,27 +225,6 @@ <configuration index="4" caption="Result file" value=""/> </action> <action classname="TCommandLineCaller"> - <configuration index="0" caption="Application" value="..\devtools\jpp.exe"/> - <configuration index="1" caption="Working directory" value="sandbox\install"/> - <configuration index="2" caption="Parameters" value="-c -dVCL -dMSWINDOWS -uVisualCLX -uUnix -uKYLIX -xVclGui\ prototypes\JediGUIMain.pas"/> - <configuration index="3" caption="Valid exit codes" value=""/> - <configuration index="4" caption="Result file" value=""/> - </action> - <action classname="TCommandLineCaller"> - <configuration index="0" caption="Application" value="..\devtools\jpp.exe"/> - <configuration index="1" caption="Working directory" value="sandbox\install"/> - <configuration index="2" caption="Parameters" value="-c -dVCL -dMSWINDOWS -uVisualCLX -uUnix -uKYLIX -xVclGui\ prototypes\JediGUIReadme.pas"/> - <configuration index="3" caption="Valid exit codes" value=""/> - <configuration index="4" caption="Result file" value=""/> - </action> - <action classname="TCommandLineCaller"> - <configuration index="0" caption="Application" value="..\devtools\jpp.exe"/> - <configuration index="1" caption="Working directory" value="sandbox\install"/> - <configuration index="2" caption="Parameters" value="-c -dVCL -dMSWINDOWS -uVisualCLX -uUnix -uKYLIX -xVclGui\ prototypes\JediGUIInstall.pas"/> - <configuration index="3" caption="Valid exit codes" value=""/> - <configuration index="4" caption="Result file" value=""/> - </action> - <action classname="TCommandLineCaller"> <configuration index="0" caption="Application" value="%DCC2006%"/> <configuration index="1" caption="Working directory" value="sandbox\install"/> <configuration index="2" caption="Parameters" value="-q -w -dJCLINSTALL -E..\bin -I..\source\include -U..\source\common;..\source\windows JediInstaller.dpr"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-07 15:35:50
|
Revision: 3080 http://jcl.svn.sourceforge.net/jcl/?rev=3080&view=rev Author: outchy Date: 2009-11-07 15:35:39 +0000 (Sat, 07 Nov 2009) Log Message: ----------- 7z.dll 9.7.0 requires new archive item properties for compressing TAR files. Modified Paths: -------------- trunk/jcl/source/common/JclCompression.pas trunk/jcl/source/windows/sevenzip.pas Modified: trunk/jcl/source/common/JclCompression.pas =================================================================== --- trunk/jcl/source/common/JclCompression.pas 2009-11-05 19:15:21 UTC (rev 3079) +++ trunk/jcl/source/common/JclCompression.pas 2009-11-07 15:35:39 UTC (rev 3080) @@ -5780,7 +5780,8 @@ case PropID of kpidNoProperty: Value.vt := VT_NULL; - //kpidHandlerItemIndex: (seems unused) + // kpidMainSubfile: ; + // kpidHandlerItemIndex: ; kpidPath: begin Value.vt := VT_BSTR; @@ -5802,7 +5803,7 @@ Value.vt := VT_UI8; Value.uhVal.QuadPart := AItem.FileSize; end; - //kpidPackSize: + // kpidPackSize: ; kpidAttrib: begin Value.vt := VT_UI4; @@ -5828,32 +5829,73 @@ Value.vt := VT_BOOL; Value.bool := True; end; - {kpidCommented: - kpidEncrypted: - kpidSplitBefore: - kpidSplitAfter: - kpidDictionarySize: - kpidCRC: - kpidType:} + // kpidCommented: ; + // kpidEncrypted: ; + // kpidSplitBefore: ; + // kpidSplitAfter: ; + // kpidDictionarySize: ; + // kpidCRC: ; + // kpidType: ; kpidIsAnti: begin Value.vt := VT_BOOL; Value.bool := False; end; - {kpidMethod: - kpidHostOS: - kpidFileSystem: + // kpidMethod: ; + // kpidHostOS: ; + // kpidFileSystem: ; kpidUser: + begin + Value.vt := VT_BSTR; + Value.bstrVal := SysAllocString(PWideChar(AItem.User)); + end; kpidGroup: - kpidBlock: - kpidComment: - kpidPosition: - kpidPrefix:} + begin + Value.vt := VT_BSTR; + Value.bstrVal := SysAllocString(PWideChar(AItem.Group)); + end; + // kpidBlock: ; + // kpidComment: ; + // kpidPosition: ; + // kpidPrefix: ; + // kpidNumSubDirs: ; + // kpidNumSubFiles: ; + // kpidUnpackVer: ; + // kpidVolume: ; + // kpidIsVolume: ; + // kpidOffset: ; + // kpidLinks: ; + // kpidNumBlocks: ; + // kpidNumVolumes: ; kpidTimeType: begin Value.vt := VT_UI4; Value.ulVal := kWindows; end; + // kpidBit64: ; + // kpidBigEndian: ; + // kpidCpu: ; + // kpidPhySize: ; + // kpidHeadersSize: ; + // kpidChecksum: ; + // kpidCharacts: ; + // kpidVa: ; + // kpidId: ; + // kpidShortName: ; + // kpidCreatorApp: ; + // kpidSectorSize: ; + kpidPosixAttrib: + begin + Value.vt := VT_EMPTY; + end; + // kpidLink: ; + // kpidTotalSize: ; + // kpidFreeSpace: ; + // kpidClusterSize: ; + // kpidVolumeName: ; + // kpidLocalName: ; + // kpidProvider: ; + // kpidUserDefined: ; else Value.vt := VT_EMPTY; Result := S_FALSE; Modified: trunk/jcl/source/windows/sevenzip.pas =================================================================== --- trunk/jcl/source/windows/sevenzip.pas 2009-11-05 19:15:21 UTC (rev 3079) +++ trunk/jcl/source/windows/sevenzip.pas 2009-11-07 15:35:39 UTC (rev 3080) @@ -173,6 +173,7 @@ // PropID.h const kpidNoProperty = 0; + kpidMainSubfile = 1; kpidHandlerItemIndex = 2; kpidPath = 3; kpidName = 4; @@ -226,6 +227,12 @@ kpidChecksum = 46; kpidCharacts = 47; kpidVa = 48; + kpidId = 49; + kpidShortName = 50; + kpidCreatorApp = 51; + kpidSectorSize = 52; + kpidPosixAttrib = 53; + kpidLink = 54; kpidTotalSize = $1100; kpidFreeSpace = $1101; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 19:15:29
|
Revision: 3079 http://jcl.svn.sourceforge.net/jcl/?rev=3079&view=rev Author: outchy Date: 2009-11-05 19:15:21 +0000 (Thu, 05 Nov 2009) Log Message: ----------- tag for JCL 2.1.1.3536. Added Paths: ----------- tags/JCL-2.1-Build3536/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 19:12:08
|
Revision: 3078 http://jcl.svn.sourceforge.net/jcl/?rev=3078&view=rev Author: outchy Date: 2009-11-05 19:11:46 +0000 (Thu, 05 Nov 2009) Log Message: ----------- version numbers for JCL 2.1.1.3536. Modified Paths: -------------- branches/JCL_2.1/help/JCLHelp.dox branches/JCL_2.1/jcl/devtools/pgEdit.xml branches/JCL_2.1/jcl/packages/c6/Jcl.RES branches/JCL_2.1/jcl/packages/c6/Jcl.rc branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.res branches/JCL_2.1/jcl/packages/c6/JclContainers.rc branches/JCL_2.1/jcl/packages/c6/JclContainers.res branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.RES branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.RES branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.RES branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.RES branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.rc branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.RES branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.rc branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.res branches/JCL_2.1/jcl/packages/c6/JclVcl.RES branches/JCL_2.1/jcl/packages/c6/JclVcl.rc branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/cs1/Jcl.RES branches/JCL_2.1/jcl/packages/cs1/Jcl.bdsproj branches/JCL_2.1/jcl/packages/cs1/Jcl.rc branches/JCL_2.1/jcl/packages/cs1/JclBaseExpert.RES branches/JCL_2.1/jcl/packages/cs1/JclBaseExpert.bdsproj branches/JCL_2.1/jcl/packages/cs1/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/cs1/JclContainers.bdsproj branches/JCL_2.1/jcl/packages/cs1/JclContainers.rc branches/JCL_2.1/jcl/packages/cs1/JclContainers.res branches/JCL_2.1/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.RES branches/JCL_2.1/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/cs1/JclVersionControlExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/cs1/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/cs1/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d10/Jcl.bdsproj branches/JCL_2.1/jcl/packages/d10/Jcl.rc branches/JCL_2.1/jcl/packages/d10/Jcl.res branches/JCL_2.1/jcl/packages/d10/JclBaseExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d10/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d10/JclContainers.bdsproj branches/JCL_2.1/jcl/packages/d10/JclContainers.rc branches/JCL_2.1/jcl/packages/d10/JclContainers.res branches/JCL_2.1/jcl/packages/d10/JclDebugExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d10/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d10/JclDebugExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclDebugExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclFavoriteFoldersExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpert.RES branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclProjectAnalysisExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclSIMDViewExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d10/JclVcl.bdsproj branches/JCL_2.1/jcl/packages/d10/JclVcl.rc branches/JCL_2.1/jcl/packages/d10/JclVcl.res branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpert.bdsproj branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d10/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d11/Jcl.dproj branches/JCL_2.1/jcl/packages/d11/Jcl.rc branches/JCL_2.1/jcl/packages/d11/Jcl.res branches/JCL_2.1/jcl/packages/d11/JclBaseExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d11/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d11/JclContainers.dproj branches/JCL_2.1/jcl/packages/d11/JclContainers.rc branches/JCL_2.1/jcl/packages/d11/JclContainers.res branches/JCL_2.1/jcl/packages/d11/JclDebugExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d11/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d11/JclDebugExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclDebugExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclFavoriteFoldersExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpert.res branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclProjectAnalysisExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclSIMDViewExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d11/JclVcl.dproj branches/JCL_2.1/jcl/packages/d11/JclVcl.rc branches/JCL_2.1/jcl/packages/d11/JclVcl.res branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpert.dproj branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpertDLL.dproj branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d11/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d12/Jcl.dproj branches/JCL_2.1/jcl/packages/d12/Jcl.rc branches/JCL_2.1/jcl/packages/d12/Jcl.res branches/JCL_2.1/jcl/packages/d12/JclBaseExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d12/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d12/JclContainers.dproj branches/JCL_2.1/jcl/packages/d12/JclContainers.rc branches/JCL_2.1/jcl/packages/d12/JclContainers.res branches/JCL_2.1/jcl/packages/d12/JclDebugExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d12/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d12/JclDebugExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclDebugExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclFavoriteFoldersExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpert.res branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclProjectAnalysisExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclSIMDViewExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d12/JclVcl.dproj branches/JCL_2.1/jcl/packages/d12/JclVcl.rc branches/JCL_2.1/jcl/packages/d12/JclVcl.res branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpert.dproj branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpertDLL.dproj branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d12/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d14/Jcl.dproj branches/JCL_2.1/jcl/packages/d14/Jcl.rc branches/JCL_2.1/jcl/packages/d14/Jcl.res branches/JCL_2.1/jcl/packages/d14/JclBaseExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d14/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d14/JclContainers.dproj branches/JCL_2.1/jcl/packages/d14/JclContainers.rc branches/JCL_2.1/jcl/packages/d14/JclContainers.res branches/JCL_2.1/jcl/packages/d14/JclDebugExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d14/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d14/JclDebugExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclDebugExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclFavoriteFoldersExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpert.res branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclProjectAnalysisExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclSIMDViewExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d14/JclVcl.dproj branches/JCL_2.1/jcl/packages/d14/JclVcl.rc branches/JCL_2.1/jcl/packages/d14/JclVcl.res branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpert.dproj branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpertDLL.dproj branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d14/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d6/Jcl.rc branches/JCL_2.1/jcl/packages/d6/Jcl.res branches/JCL_2.1/jcl/packages/d6/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d6/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d6/JclContainers.rc branches/JCL_2.1/jcl/packages/d6/JclContainers.res branches/JCL_2.1/jcl/packages/d6/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d6/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d6/JclDebugExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d6/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d6/JclFavoriteFoldersExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclProjectAnalysisExpert.RES branches/JCL_2.1/jcl/packages/d6/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d6/JclProjectAnalysisExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d6/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d6/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d6/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d6/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d6/JclSIMDViewExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d6/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d6/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d6/JclThreadNameExpert.rc branches/JCL_2.1/jcl/packages/d6/JclThreadNameExpert.res branches/JCL_2.1/jcl/packages/d6/JclThreadNameExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclThreadNameExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclUsesExpert.rc branches/JCL_2.1/jcl/packages/d6/JclUsesExpert.res branches/JCL_2.1/jcl/packages/d6/JclUsesExpertDLL.RES branches/JCL_2.1/jcl/packages/d6/JclUsesExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclVcl.rc branches/JCL_2.1/jcl/packages/d6/JclVcl.res branches/JCL_2.1/jcl/packages/d6/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d6/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d6/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d6/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d7/Jcl.rc branches/JCL_2.1/jcl/packages/d7/Jcl.res branches/JCL_2.1/jcl/packages/d7/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d7/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d7/JclContainers.rc branches/JCL_2.1/jcl/packages/d7/JclContainers.res branches/JCL_2.1/jcl/packages/d7/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d7/JclDebugExpert.res branches/JCL_2.1/jcl/packages/d7/JclDebugExpertDLL.RES branches/JCL_2.1/jcl/packages/d7/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d7/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d7/JclFavoriteFoldersExpertDLL.RES branches/JCL_2.1/jcl/packages/d7/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclProjectAnalysisExpert.RES branches/JCL_2.1/jcl/packages/d7/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d7/JclProjectAnalysisExpertDLL.RES branches/JCL_2.1/jcl/packages/d7/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d7/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d7/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d7/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d7/JclSIMDViewExpert.res branches/JCL_2.1/jcl/packages/d7/JclSIMDViewExpertDLL.RES branches/JCL_2.1/jcl/packages/d7/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d7/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d7/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d7/JclUsesExpert.rc branches/JCL_2.1/jcl/packages/d7/JclUsesExpert.res branches/JCL_2.1/jcl/packages/d7/JclUsesExpertDLL.RES branches/JCL_2.1/jcl/packages/d7/JclUsesExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclVcl.rc branches/JCL_2.1/jcl/packages/d7/JclVcl.res branches/JCL_2.1/jcl/packages/d7/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d7/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d7/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d7/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d8/Jcl.RES branches/JCL_2.1/jcl/packages/d8/Jcl.bdsproj branches/JCL_2.1/jcl/packages/d8/Jcl.rc branches/JCL_2.1/jcl/packages/d8/JclBaseExpert.RES branches/JCL_2.1/jcl/packages/d8/JclBaseExpert.bdsproj branches/JCL_2.1/jcl/packages/d8/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d8/JclContainers.bdsproj branches/JCL_2.1/jcl/packages/d8/JclContainers.rc branches/JCL_2.1/jcl/packages/d8/JclContainers.res branches/JCL_2.1/jcl/packages/d8/JclFavoriteFoldersExpertDLL.RES branches/JCL_2.1/jcl/packages/d8/JclFavoriteFoldersExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d8/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d8/JclVersionControlExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d8/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d8/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/d9/Jcl.RES branches/JCL_2.1/jcl/packages/d9/Jcl.bdsproj branches/JCL_2.1/jcl/packages/d9/Jcl.rc branches/JCL_2.1/jcl/packages/d9/JclBaseExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclBaseExpert.rc branches/JCL_2.1/jcl/packages/d9/JclBaseExpert.res branches/JCL_2.1/jcl/packages/d9/JclContainers.bdsproj branches/JCL_2.1/jcl/packages/d9/JclContainers.rc branches/JCL_2.1/jcl/packages/d9/JclContainers.res branches/JCL_2.1/jcl/packages/d9/JclDebugExpert.RES branches/JCL_2.1/jcl/packages/d9/JclDebugExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclDebugExpert.rc branches/JCL_2.1/jcl/packages/d9/JclDebugExpertDLL.RES branches/JCL_2.1/jcl/packages/d9/JclDebugExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclDebugExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpert.rc branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpert.res branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpertDLL.RES branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclFavoriteFoldersExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpert.RES branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpert.rc branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpertDLL.RES branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclProjectAnalysisExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpert.rc branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpert.res branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclRepositoryExpertDLL.res branches/JCL_2.1/jcl/packages/d9/JclSIMDViewExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclSIMDViewExpert.rc branches/JCL_2.1/jcl/packages/d9/JclSIMDViewExpertDLL.RES branches/JCL_2.1/jcl/packages/d9/JclSIMDViewExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclSIMDViewExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclSimdViewExpert.RES branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpert.rc branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpert.res branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclStackTraceViewerExpertDLL.res branches/JCL_2.1/jcl/packages/d9/JclVcl.RES branches/JCL_2.1/jcl/packages/d9/JclVcl.bdsproj branches/JCL_2.1/jcl/packages/d9/JclVcl.rc branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpert.bdsproj branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpert.rc branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpert.res branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpertDLL.bdsproj branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpertDLL.rc branches/JCL_2.1/jcl/packages/d9/JclVersionControlExpertDLL.res branches/JCL_2.1/jcl/packages/fpc/Jcl.lpk branches/JCL_2.1/jcl/packages/fpc/JclContainers.lpk branches/JCL_2.1/jcl/source/common/JclBase.pas Modified: branches/JCL_2.1/help/JCLHelp.dox =================================================================== --- branches/JCL_2.1/help/JCLHelp.dox 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/help/JCLHelp.dox 2009-11-05 19:11:46 UTC (rev 3078) @@ -136632,7 +136632,7 @@ TypeDefStructsAsStructs=1 VersionBuild=0 VersionMajor=2 -VersionMinor=0 +VersionMinor=1 VersionRelease=0 [Generic Sources] Modified: branches/JCL_2.1/jcl/devtools/pgEdit.xml =================================================================== --- branches/JCL_2.1/jcl/devtools/pgEdit.xml 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/devtools/pgEdit.xml 2009-11-05 19:11:46 UTC (rev 3078) @@ -97,8 +97,8 @@ <ProjectProperties> <ProjectProperty name="VersionMajorNumber" value="2"/> <ProjectProperty name="VersionMinorNumber" value="1"/> - <ProjectProperty name="ReleaseNumber" value="0"/> - <ProjectProperty name="BuildNumber" value="3450"/> + <ProjectProperty name="ReleaseNumber" value="1"/> + <ProjectProperty name="BuildNumber" value="3536"/> </ProjectProperties> </Model> </models> Modified: branches/JCL_2.1/jcl/packages/c6/Jcl.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/Jcl.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/Jcl.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/Jcl.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library RTL package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "Jcl\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing common units for JCL Experts\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclBaseExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclBaseExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclBaseExpert.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclContainers.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclContainers.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclContainers.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library Containers package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclContainers\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclContainersC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclContainers.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclDebugExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug IDE extension\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclDebugExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclDebugExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug IDE extension\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclDebugExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclDebugExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclDebugExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Open and Save IDE dialogs with favorite folders\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclFavoriteFoldersExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclFavoriteFoldersExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Open and Save IDE dialogs with favorite folders\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclFavoriteFoldersExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclFavoriteFoldersExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclFavoriteFoldersExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Project Analyzer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclProjectAnalysisExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclProjectAnalysisExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Project Analyzer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclProjectAnalysisExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclProjectAnalysisExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclProjectAnalysisExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing repository wizards\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclRepositoryExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclRepositoryExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpert.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing repository wizards\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclRepositoryExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclRepositoryExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclRepositoryExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug Window of XMM registers\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclSIMDViewExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclSIMDViewExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpert.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug Window of XMM registers\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclSIMDViewExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclSIMDViewExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclSIMDViewExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Stack Trace Viewer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclStackTraceViewerExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclStackTraceViewerExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpert.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Stack Trace Viewer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclStackTraceViewerExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclStackTraceViewerExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclStackTraceViewerExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Thread Name IDE expert\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclThreadNameExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclThreadNameExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Thread Name IDE expert\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclThreadNameExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclThreadNameExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclThreadNameExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclUsesExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Uses Wizard\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclUsesExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclUsesExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Uses Wizard\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclUsesExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclUsesExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclUsesExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclVcl.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclVcl.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclVcl.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclVcl.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library VCL package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclVcl\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVclC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Integration of version control systems in the IDE\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclVersionControlExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVersionControlExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpert.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.rc =================================================================== --- branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.rc 2009-11-05 19:11:46 UTC (rev 3078) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,1,1,3536 +PRODUCTVERSION 2,1,1,3536 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Integration of version control systems in the IDE\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.1.1.3536\0" VALUE "InternalName", "JclVersionControlExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVersionControlExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.1 Build 3536\0" END END BLOCK "VarFileInfo" Modified: branches/JCL_2.1/jcl/packages/c6/JclVersionControlExpertDLL.res =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/cs1/Jcl.RES =================================================================== (Binary files differ) Modified: branches/JCL_2.1/jcl/packages/cs1/Jcl.bdsproj =================================================================== --- branches/JCL_2.1/jcl/packages/cs1/Jcl.bdsproj 2009-11-05 19:10:50 UTC (rev 3077) +++ branches/JCL_2.1/jcl/packages/cs1/Jcl.bdsproj 2009-11-05 19:11:46 UTC (rev 3078) @@ -149,8 +149,8 @@ <VersionInfo Name="AutoIncBuild">False</VersionInfo> <VersionInfo Name="MajorVer">2</VersionInfo> <VersionInfo Name="MinorVer">1</VersionInfo> - <VersionInfo Name="Release">0</VersionInfo> - <VersionInfo Name="Build">3450</VersionInfo> + <VersionInfo Name="Release">1</VersionInfo> + <VersionInfo Name="Build">3536</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="Special">False</VersionInfo> @@ -162,13 +162,13 @@ <VersionInfoKeys> <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="FileDescription">JEDI Code Library RTL package</VersionInfoKeys> - <VersionInfoKeys Name="FileVersion">2.1.0.3450</VersionInfoKeys> + <VersionInfoKeys Name="FileVersion">2.1.1.3536</VersionInfoKeys> <VersionInfoKeys Name="InternalName">Jcl</VersionInfoKeys> <VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2009 Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="LegalTrademarks"></Version... [truncated message content] |
From: <ou...@us...> - 2009-11-05 19:11:32
|
Revision: 3077 http://jcl.svn.sourceforge.net/jcl/?rev=3077&view=rev Author: outchy Date: 2009-11-05 19:10:50 +0000 (Thu, 05 Nov 2009) Log Message: ----------- JCL 2.1 is branched, trunk is now dedicated to JCL 2.2. Modified Paths: -------------- trunk/help/JCLHelp.dox trunk/jcl/devtools/pgEdit.xml trunk/jcl/packages/c6/Jcl.RES trunk/jcl/packages/c6/Jcl.rc trunk/jcl/packages/c6/JclBaseExpert.rc trunk/jcl/packages/c6/JclBaseExpert.res trunk/jcl/packages/c6/JclContainers.rc trunk/jcl/packages/c6/JclContainers.res trunk/jcl/packages/c6/JclDebugExpert.RES trunk/jcl/packages/c6/JclDebugExpert.rc trunk/jcl/packages/c6/JclDebugExpertDLL.rc trunk/jcl/packages/c6/JclDebugExpertDLL.res trunk/jcl/packages/c6/JclFavoriteFoldersExpert.RES trunk/jcl/packages/c6/JclFavoriteFoldersExpert.rc trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.res trunk/jcl/packages/c6/JclProjectAnalysisExpert.RES trunk/jcl/packages/c6/JclProjectAnalysisExpert.rc trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.res trunk/jcl/packages/c6/JclRepositoryExpert.rc trunk/jcl/packages/c6/JclRepositoryExpert.res trunk/jcl/packages/c6/JclRepositoryExpertDLL.rc trunk/jcl/packages/c6/JclRepositoryExpertDLL.res trunk/jcl/packages/c6/JclSIMDViewExpert.rc trunk/jcl/packages/c6/JclSIMDViewExpert.res trunk/jcl/packages/c6/JclSIMDViewExpertDLL.rc trunk/jcl/packages/c6/JclSIMDViewExpertDLL.res trunk/jcl/packages/c6/JclStackTraceViewerExpert.rc trunk/jcl/packages/c6/JclStackTraceViewerExpert.res trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/c6/JclThreadNameExpert.RES trunk/jcl/packages/c6/JclThreadNameExpert.rc trunk/jcl/packages/c6/JclThreadNameExpertDLL.rc trunk/jcl/packages/c6/JclThreadNameExpertDLL.res trunk/jcl/packages/c6/JclUsesExpert.RES trunk/jcl/packages/c6/JclUsesExpert.rc trunk/jcl/packages/c6/JclUsesExpertDLL.rc trunk/jcl/packages/c6/JclUsesExpertDLL.res trunk/jcl/packages/c6/JclVcl.RES trunk/jcl/packages/c6/JclVcl.rc trunk/jcl/packages/c6/JclVersionControlExpert.rc trunk/jcl/packages/c6/JclVersionControlExpert.res trunk/jcl/packages/c6/JclVersionControlExpertDLL.rc trunk/jcl/packages/c6/JclVersionControlExpertDLL.res trunk/jcl/packages/cs1/Jcl.RES trunk/jcl/packages/cs1/Jcl.bdsproj trunk/jcl/packages/cs1/Jcl.rc trunk/jcl/packages/cs1/JclBaseExpert.RES trunk/jcl/packages/cs1/JclBaseExpert.bdsproj trunk/jcl/packages/cs1/JclBaseExpert.rc trunk/jcl/packages/cs1/JclContainers.bdsproj trunk/jcl/packages/cs1/JclContainers.rc trunk/jcl/packages/cs1/JclContainers.res trunk/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.RES trunk/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.bdsproj trunk/jcl/packages/cs1/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/cs1/JclVersionControlExpertDLL.bdsproj trunk/jcl/packages/cs1/JclVersionControlExpertDLL.rc trunk/jcl/packages/cs1/JclVersionControlExpertDLL.res trunk/jcl/packages/d10/Jcl.bdsproj trunk/jcl/packages/d10/Jcl.rc trunk/jcl/packages/d10/Jcl.res trunk/jcl/packages/d10/JclBaseExpert.bdsproj trunk/jcl/packages/d10/JclBaseExpert.rc trunk/jcl/packages/d10/JclBaseExpert.res trunk/jcl/packages/d10/JclContainers.bdsproj trunk/jcl/packages/d10/JclContainers.rc trunk/jcl/packages/d10/JclContainers.res trunk/jcl/packages/d10/JclDebugExpert.bdsproj trunk/jcl/packages/d10/JclDebugExpert.rc trunk/jcl/packages/d10/JclDebugExpert.res trunk/jcl/packages/d10/JclDebugExpertDLL.bdsproj trunk/jcl/packages/d10/JclDebugExpertDLL.rc trunk/jcl/packages/d10/JclDebugExpertDLL.res trunk/jcl/packages/d10/JclFavoriteFoldersExpert.bdsproj trunk/jcl/packages/d10/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d10/JclFavoriteFoldersExpert.res trunk/jcl/packages/d10/JclFavoriteFoldersExpertDLL.bdsproj trunk/jcl/packages/d10/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d10/JclFavoriteFoldersExpertDLL.res trunk/jcl/packages/d10/JclProjectAnalysisExpert.RES trunk/jcl/packages/d10/JclProjectAnalysisExpert.bdsproj trunk/jcl/packages/d10/JclProjectAnalysisExpert.rc trunk/jcl/packages/d10/JclProjectAnalysisExpertDLL.bdsproj trunk/jcl/packages/d10/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d10/JclProjectAnalysisExpertDLL.res trunk/jcl/packages/d10/JclRepositoryExpert.bdsproj trunk/jcl/packages/d10/JclRepositoryExpert.rc trunk/jcl/packages/d10/JclRepositoryExpert.res trunk/jcl/packages/d10/JclRepositoryExpertDLL.bdsproj trunk/jcl/packages/d10/JclRepositoryExpertDLL.rc trunk/jcl/packages/d10/JclRepositoryExpertDLL.res trunk/jcl/packages/d10/JclSIMDViewExpert.bdsproj trunk/jcl/packages/d10/JclSIMDViewExpert.rc trunk/jcl/packages/d10/JclSIMDViewExpert.res trunk/jcl/packages/d10/JclSIMDViewExpertDLL.bdsproj trunk/jcl/packages/d10/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d10/JclSIMDViewExpertDLL.res trunk/jcl/packages/d10/JclStackTraceViewerExpert.bdsproj trunk/jcl/packages/d10/JclStackTraceViewerExpert.rc trunk/jcl/packages/d10/JclStackTraceViewerExpert.res trunk/jcl/packages/d10/JclStackTraceViewerExpertDLL.bdsproj trunk/jcl/packages/d10/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d10/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d10/JclVcl.bdsproj trunk/jcl/packages/d10/JclVcl.rc trunk/jcl/packages/d10/JclVcl.res trunk/jcl/packages/d10/JclVersionControlExpert.bdsproj trunk/jcl/packages/d10/JclVersionControlExpert.rc trunk/jcl/packages/d10/JclVersionControlExpert.res trunk/jcl/packages/d10/JclVersionControlExpertDLL.bdsproj trunk/jcl/packages/d10/JclVersionControlExpertDLL.rc trunk/jcl/packages/d10/JclVersionControlExpertDLL.res trunk/jcl/packages/d11/Jcl.dproj trunk/jcl/packages/d11/Jcl.rc trunk/jcl/packages/d11/Jcl.res trunk/jcl/packages/d11/JclBaseExpert.dproj trunk/jcl/packages/d11/JclBaseExpert.rc trunk/jcl/packages/d11/JclBaseExpert.res trunk/jcl/packages/d11/JclContainers.dproj trunk/jcl/packages/d11/JclContainers.rc trunk/jcl/packages/d11/JclContainers.res trunk/jcl/packages/d11/JclDebugExpert.dproj trunk/jcl/packages/d11/JclDebugExpert.rc trunk/jcl/packages/d11/JclDebugExpert.res trunk/jcl/packages/d11/JclDebugExpertDLL.dproj trunk/jcl/packages/d11/JclDebugExpertDLL.rc trunk/jcl/packages/d11/JclDebugExpertDLL.res trunk/jcl/packages/d11/JclFavoriteFoldersExpert.dproj trunk/jcl/packages/d11/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d11/JclFavoriteFoldersExpert.res trunk/jcl/packages/d11/JclFavoriteFoldersExpertDLL.dproj trunk/jcl/packages/d11/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d11/JclFavoriteFoldersExpertDLL.res trunk/jcl/packages/d11/JclProjectAnalysisExpert.dproj trunk/jcl/packages/d11/JclProjectAnalysisExpert.rc trunk/jcl/packages/d11/JclProjectAnalysisExpert.res trunk/jcl/packages/d11/JclProjectAnalysisExpertDLL.dproj trunk/jcl/packages/d11/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d11/JclProjectAnalysisExpertDLL.res trunk/jcl/packages/d11/JclRepositoryExpert.dproj trunk/jcl/packages/d11/JclRepositoryExpert.rc trunk/jcl/packages/d11/JclRepositoryExpert.res trunk/jcl/packages/d11/JclRepositoryExpertDLL.dproj trunk/jcl/packages/d11/JclRepositoryExpertDLL.rc trunk/jcl/packages/d11/JclRepositoryExpertDLL.res trunk/jcl/packages/d11/JclSIMDViewExpert.dproj trunk/jcl/packages/d11/JclSIMDViewExpert.rc trunk/jcl/packages/d11/JclSIMDViewExpert.res trunk/jcl/packages/d11/JclSIMDViewExpertDLL.dproj trunk/jcl/packages/d11/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d11/JclSIMDViewExpertDLL.res trunk/jcl/packages/d11/JclStackTraceViewerExpert.dproj trunk/jcl/packages/d11/JclStackTraceViewerExpert.rc trunk/jcl/packages/d11/JclStackTraceViewerExpert.res trunk/jcl/packages/d11/JclStackTraceViewerExpertDLL.dproj trunk/jcl/packages/d11/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d11/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d11/JclVcl.dproj trunk/jcl/packages/d11/JclVcl.rc trunk/jcl/packages/d11/JclVcl.res trunk/jcl/packages/d11/JclVersionControlExpert.dproj trunk/jcl/packages/d11/JclVersionControlExpert.rc trunk/jcl/packages/d11/JclVersionControlExpert.res trunk/jcl/packages/d11/JclVersionControlExpertDLL.dproj trunk/jcl/packages/d11/JclVersionControlExpertDLL.rc trunk/jcl/packages/d11/JclVersionControlExpertDLL.res trunk/jcl/packages/d12/Jcl.dproj trunk/jcl/packages/d12/Jcl.rc trunk/jcl/packages/d12/Jcl.res trunk/jcl/packages/d12/JclBaseExpert.dproj trunk/jcl/packages/d12/JclBaseExpert.rc trunk/jcl/packages/d12/JclBaseExpert.res trunk/jcl/packages/d12/JclContainers.dproj trunk/jcl/packages/d12/JclContainers.rc trunk/jcl/packages/d12/JclContainers.res trunk/jcl/packages/d12/JclDebugExpert.dproj trunk/jcl/packages/d12/JclDebugExpert.rc trunk/jcl/packages/d12/JclDebugExpert.res trunk/jcl/packages/d12/JclDebugExpertDLL.dproj trunk/jcl/packages/d12/JclDebugExpertDLL.rc trunk/jcl/packages/d12/JclDebugExpertDLL.res trunk/jcl/packages/d12/JclFavoriteFoldersExpert.dproj trunk/jcl/packages/d12/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d12/JclFavoriteFoldersExpert.res trunk/jcl/packages/d12/JclFavoriteFoldersExpertDLL.dproj trunk/jcl/packages/d12/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d12/JclFavoriteFoldersExpertDLL.res trunk/jcl/packages/d12/JclProjectAnalysisExpert.dproj trunk/jcl/packages/d12/JclProjectAnalysisExpert.rc trunk/jcl/packages/d12/JclProjectAnalysisExpert.res trunk/jcl/packages/d12/JclProjectAnalysisExpertDLL.dproj trunk/jcl/packages/d12/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d12/JclProjectAnalysisExpertDLL.res trunk/jcl/packages/d12/JclRepositoryExpert.dproj trunk/jcl/packages/d12/JclRepositoryExpert.rc trunk/jcl/packages/d12/JclRepositoryExpert.res trunk/jcl/packages/d12/JclRepositoryExpertDLL.dproj trunk/jcl/packages/d12/JclRepositoryExpertDLL.rc trunk/jcl/packages/d12/JclRepositoryExpertDLL.res trunk/jcl/packages/d12/JclSIMDViewExpert.dproj trunk/jcl/packages/d12/JclSIMDViewExpert.rc trunk/jcl/packages/d12/JclSIMDViewExpert.res trunk/jcl/packages/d12/JclSIMDViewExpertDLL.dproj trunk/jcl/packages/d12/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d12/JclSIMDViewExpertDLL.res trunk/jcl/packages/d12/JclStackTraceViewerExpert.dproj trunk/jcl/packages/d12/JclStackTraceViewerExpert.rc trunk/jcl/packages/d12/JclStackTraceViewerExpert.res trunk/jcl/packages/d12/JclStackTraceViewerExpertDLL.dproj trunk/jcl/packages/d12/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d12/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d12/JclVcl.dproj trunk/jcl/packages/d12/JclVcl.rc trunk/jcl/packages/d12/JclVcl.res trunk/jcl/packages/d12/JclVersionControlExpert.dproj trunk/jcl/packages/d12/JclVersionControlExpert.rc trunk/jcl/packages/d12/JclVersionControlExpert.res trunk/jcl/packages/d12/JclVersionControlExpertDLL.dproj trunk/jcl/packages/d12/JclVersionControlExpertDLL.rc trunk/jcl/packages/d12/JclVersionControlExpertDLL.res trunk/jcl/packages/d14/Jcl.dproj trunk/jcl/packages/d14/Jcl.rc trunk/jcl/packages/d14/Jcl.res trunk/jcl/packages/d14/JclBaseExpert.dproj trunk/jcl/packages/d14/JclBaseExpert.rc trunk/jcl/packages/d14/JclBaseExpert.res trunk/jcl/packages/d14/JclContainers.dproj trunk/jcl/packages/d14/JclContainers.rc trunk/jcl/packages/d14/JclContainers.res trunk/jcl/packages/d14/JclDebugExpert.dproj trunk/jcl/packages/d14/JclDebugExpert.rc trunk/jcl/packages/d14/JclDebugExpert.res trunk/jcl/packages/d14/JclDebugExpertDLL.dproj trunk/jcl/packages/d14/JclDebugExpertDLL.rc trunk/jcl/packages/d14/JclDebugExpertDLL.res trunk/jcl/packages/d14/JclFavoriteFoldersExpert.dproj trunk/jcl/packages/d14/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d14/JclFavoriteFoldersExpert.res trunk/jcl/packages/d14/JclFavoriteFoldersExpertDLL.dproj trunk/jcl/packages/d14/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d14/JclFavoriteFoldersExpertDLL.res trunk/jcl/packages/d14/JclProjectAnalysisExpert.dproj trunk/jcl/packages/d14/JclProjectAnalysisExpert.rc trunk/jcl/packages/d14/JclProjectAnalysisExpert.res trunk/jcl/packages/d14/JclProjectAnalysisExpertDLL.dproj trunk/jcl/packages/d14/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d14/JclProjectAnalysisExpertDLL.res trunk/jcl/packages/d14/JclRepositoryExpert.dproj trunk/jcl/packages/d14/JclRepositoryExpert.rc trunk/jcl/packages/d14/JclRepositoryExpert.res trunk/jcl/packages/d14/JclRepositoryExpertDLL.dproj trunk/jcl/packages/d14/JclRepositoryExpertDLL.rc trunk/jcl/packages/d14/JclRepositoryExpertDLL.res trunk/jcl/packages/d14/JclSIMDViewExpert.dproj trunk/jcl/packages/d14/JclSIMDViewExpert.rc trunk/jcl/packages/d14/JclSIMDViewExpert.res trunk/jcl/packages/d14/JclSIMDViewExpertDLL.dproj trunk/jcl/packages/d14/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d14/JclSIMDViewExpertDLL.res trunk/jcl/packages/d14/JclStackTraceViewerExpert.dproj trunk/jcl/packages/d14/JclStackTraceViewerExpert.rc trunk/jcl/packages/d14/JclStackTraceViewerExpert.res trunk/jcl/packages/d14/JclStackTraceViewerExpertDLL.dproj trunk/jcl/packages/d14/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d14/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d14/JclVcl.dproj trunk/jcl/packages/d14/JclVcl.rc trunk/jcl/packages/d14/JclVcl.res trunk/jcl/packages/d14/JclVersionControlExpert.dproj trunk/jcl/packages/d14/JclVersionControlExpert.rc trunk/jcl/packages/d14/JclVersionControlExpert.res trunk/jcl/packages/d14/JclVersionControlExpertDLL.dproj trunk/jcl/packages/d14/JclVersionControlExpertDLL.rc trunk/jcl/packages/d14/JclVersionControlExpertDLL.res trunk/jcl/packages/d6/Jcl.rc trunk/jcl/packages/d6/Jcl.res trunk/jcl/packages/d6/JclBaseExpert.rc trunk/jcl/packages/d6/JclBaseExpert.res trunk/jcl/packages/d6/JclContainers.rc trunk/jcl/packages/d6/JclContainers.res trunk/jcl/packages/d6/JclDebugExpert.rc trunk/jcl/packages/d6/JclDebugExpert.res trunk/jcl/packages/d6/JclDebugExpertDLL.RES trunk/jcl/packages/d6/JclDebugExpertDLL.rc trunk/jcl/packages/d6/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d6/JclFavoriteFoldersExpert.res trunk/jcl/packages/d6/JclFavoriteFoldersExpertDLL.RES trunk/jcl/packages/d6/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d6/JclProjectAnalysisExpert.RES trunk/jcl/packages/d6/JclProjectAnalysisExpert.rc trunk/jcl/packages/d6/JclProjectAnalysisExpertDLL.RES trunk/jcl/packages/d6/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d6/JclRepositoryExpert.rc trunk/jcl/packages/d6/JclRepositoryExpert.res trunk/jcl/packages/d6/JclRepositoryExpertDLL.rc trunk/jcl/packages/d6/JclRepositoryExpertDLL.res trunk/jcl/packages/d6/JclSIMDViewExpert.rc trunk/jcl/packages/d6/JclSIMDViewExpert.res trunk/jcl/packages/d6/JclSIMDViewExpertDLL.RES trunk/jcl/packages/d6/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d6/JclStackTraceViewerExpert.rc trunk/jcl/packages/d6/JclStackTraceViewerExpert.res trunk/jcl/packages/d6/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d6/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d6/JclThreadNameExpert.rc trunk/jcl/packages/d6/JclThreadNameExpert.res trunk/jcl/packages/d6/JclThreadNameExpertDLL.RES trunk/jcl/packages/d6/JclThreadNameExpertDLL.rc trunk/jcl/packages/d6/JclUsesExpert.rc trunk/jcl/packages/d6/JclUsesExpert.res trunk/jcl/packages/d6/JclUsesExpertDLL.RES trunk/jcl/packages/d6/JclUsesExpertDLL.rc trunk/jcl/packages/d6/JclVcl.rc trunk/jcl/packages/d6/JclVcl.res trunk/jcl/packages/d6/JclVersionControlExpert.rc trunk/jcl/packages/d6/JclVersionControlExpert.res trunk/jcl/packages/d6/JclVersionControlExpertDLL.rc trunk/jcl/packages/d6/JclVersionControlExpertDLL.res trunk/jcl/packages/d7/Jcl.rc trunk/jcl/packages/d7/Jcl.res trunk/jcl/packages/d7/JclBaseExpert.rc trunk/jcl/packages/d7/JclBaseExpert.res trunk/jcl/packages/d7/JclContainers.rc trunk/jcl/packages/d7/JclContainers.res trunk/jcl/packages/d7/JclDebugExpert.rc trunk/jcl/packages/d7/JclDebugExpert.res trunk/jcl/packages/d7/JclDebugExpertDLL.RES trunk/jcl/packages/d7/JclDebugExpertDLL.rc trunk/jcl/packages/d7/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d7/JclFavoriteFoldersExpert.res trunk/jcl/packages/d7/JclFavoriteFoldersExpertDLL.RES trunk/jcl/packages/d7/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d7/JclProjectAnalysisExpert.RES trunk/jcl/packages/d7/JclProjectAnalysisExpert.rc trunk/jcl/packages/d7/JclProjectAnalysisExpertDLL.RES trunk/jcl/packages/d7/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d7/JclRepositoryExpert.rc trunk/jcl/packages/d7/JclRepositoryExpert.res trunk/jcl/packages/d7/JclRepositoryExpertDLL.rc trunk/jcl/packages/d7/JclRepositoryExpertDLL.res trunk/jcl/packages/d7/JclSIMDViewExpert.rc trunk/jcl/packages/d7/JclSIMDViewExpert.res trunk/jcl/packages/d7/JclSIMDViewExpertDLL.RES trunk/jcl/packages/d7/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d7/JclStackTraceViewerExpert.rc trunk/jcl/packages/d7/JclStackTraceViewerExpert.res trunk/jcl/packages/d7/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d7/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d7/JclUsesExpert.rc trunk/jcl/packages/d7/JclUsesExpert.res trunk/jcl/packages/d7/JclUsesExpertDLL.RES trunk/jcl/packages/d7/JclUsesExpertDLL.rc trunk/jcl/packages/d7/JclVcl.rc trunk/jcl/packages/d7/JclVcl.res trunk/jcl/packages/d7/JclVersionControlExpert.rc trunk/jcl/packages/d7/JclVersionControlExpert.res trunk/jcl/packages/d7/JclVersionControlExpertDLL.rc trunk/jcl/packages/d7/JclVersionControlExpertDLL.res trunk/jcl/packages/d8/Jcl.RES trunk/jcl/packages/d8/Jcl.bdsproj trunk/jcl/packages/d8/Jcl.rc trunk/jcl/packages/d8/JclBaseExpert.RES trunk/jcl/packages/d8/JclBaseExpert.bdsproj trunk/jcl/packages/d8/JclBaseExpert.rc trunk/jcl/packages/d8/JclContainers.bdsproj trunk/jcl/packages/d8/JclContainers.rc trunk/jcl/packages/d8/JclContainers.res trunk/jcl/packages/d8/JclFavoriteFoldersExpertDLL.RES trunk/jcl/packages/d8/JclFavoriteFoldersExpertDLL.bdsproj trunk/jcl/packages/d8/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d8/JclVersionControlExpertDLL.bdsproj trunk/jcl/packages/d8/JclVersionControlExpertDLL.rc trunk/jcl/packages/d8/JclVersionControlExpertDLL.res trunk/jcl/packages/d9/Jcl.RES trunk/jcl/packages/d9/Jcl.bdsproj trunk/jcl/packages/d9/Jcl.rc trunk/jcl/packages/d9/JclBaseExpert.bdsproj trunk/jcl/packages/d9/JclBaseExpert.rc trunk/jcl/packages/d9/JclBaseExpert.res trunk/jcl/packages/d9/JclContainers.bdsproj trunk/jcl/packages/d9/JclContainers.rc trunk/jcl/packages/d9/JclContainers.res trunk/jcl/packages/d9/JclDebugExpert.RES trunk/jcl/packages/d9/JclDebugExpert.bdsproj trunk/jcl/packages/d9/JclDebugExpert.rc trunk/jcl/packages/d9/JclDebugExpertDLL.RES trunk/jcl/packages/d9/JclDebugExpertDLL.bdsproj trunk/jcl/packages/d9/JclDebugExpertDLL.rc trunk/jcl/packages/d9/JclFavoriteFoldersExpert.bdsproj trunk/jcl/packages/d9/JclFavoriteFoldersExpert.rc trunk/jcl/packages/d9/JclFavoriteFoldersExpert.res trunk/jcl/packages/d9/JclFavoriteFoldersExpertDLL.RES trunk/jcl/packages/d9/JclFavoriteFoldersExpertDLL.bdsproj trunk/jcl/packages/d9/JclFavoriteFoldersExpertDLL.rc trunk/jcl/packages/d9/JclProjectAnalysisExpert.RES trunk/jcl/packages/d9/JclProjectAnalysisExpert.bdsproj trunk/jcl/packages/d9/JclProjectAnalysisExpert.rc trunk/jcl/packages/d9/JclProjectAnalysisExpertDLL.RES trunk/jcl/packages/d9/JclProjectAnalysisExpertDLL.bdsproj trunk/jcl/packages/d9/JclProjectAnalysisExpertDLL.rc trunk/jcl/packages/d9/JclRepositoryExpert.bdsproj trunk/jcl/packages/d9/JclRepositoryExpert.rc trunk/jcl/packages/d9/JclRepositoryExpert.res trunk/jcl/packages/d9/JclRepositoryExpertDLL.bdsproj trunk/jcl/packages/d9/JclRepositoryExpertDLL.rc trunk/jcl/packages/d9/JclRepositoryExpertDLL.res trunk/jcl/packages/d9/JclSIMDViewExpert.bdsproj trunk/jcl/packages/d9/JclSIMDViewExpert.rc trunk/jcl/packages/d9/JclSIMDViewExpertDLL.RES trunk/jcl/packages/d9/JclSIMDViewExpertDLL.bdsproj trunk/jcl/packages/d9/JclSIMDViewExpertDLL.rc trunk/jcl/packages/d9/JclSimdViewExpert.RES trunk/jcl/packages/d9/JclStackTraceViewerExpert.bdsproj trunk/jcl/packages/d9/JclStackTraceViewerExpert.rc trunk/jcl/packages/d9/JclStackTraceViewerExpert.res trunk/jcl/packages/d9/JclStackTraceViewerExpertDLL.bdsproj trunk/jcl/packages/d9/JclStackTraceViewerExpertDLL.rc trunk/jcl/packages/d9/JclStackTraceViewerExpertDLL.res trunk/jcl/packages/d9/JclVcl.RES trunk/jcl/packages/d9/JclVcl.bdsproj trunk/jcl/packages/d9/JclVcl.rc trunk/jcl/packages/d9/JclVersionControlExpert.bdsproj trunk/jcl/packages/d9/JclVersionControlExpert.rc trunk/jcl/packages/d9/JclVersionControlExpert.res trunk/jcl/packages/d9/JclVersionControlExpertDLL.bdsproj trunk/jcl/packages/d9/JclVersionControlExpertDLL.rc trunk/jcl/packages/d9/JclVersionControlExpertDLL.res trunk/jcl/packages/fpc/Jcl.lpk trunk/jcl/packages/fpc/JclContainers.lpk trunk/jcl/source/common/JclBase.pas Modified: trunk/help/JCLHelp.dox =================================================================== --- trunk/help/JCLHelp.dox 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/help/JCLHelp.dox 2009-11-05 19:10:50 UTC (rev 3077) @@ -136632,7 +136632,7 @@ TypeDefStructsAsStructs=1 VersionBuild=0 VersionMajor=2 -VersionMinor=0 +VersionMinor=2 VersionRelease=0 [Generic Sources] Modified: trunk/jcl/devtools/pgEdit.xml =================================================================== --- trunk/jcl/devtools/pgEdit.xml 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/devtools/pgEdit.xml 2009-11-05 19:10:50 UTC (rev 3077) @@ -96,9 +96,9 @@ </aliases> <ProjectProperties> <ProjectProperty name="VersionMajorNumber" value="2"/> - <ProjectProperty name="VersionMinorNumber" value="1"/> + <ProjectProperty name="VersionMinorNumber" value="2"/> <ProjectProperty name="ReleaseNumber" value="0"/> - <ProjectProperty name="BuildNumber" value="3450"/> + <ProjectProperty name="BuildNumber" value="3537"/> </ProjectProperties> </Model> </models> Modified: trunk/jcl/packages/c6/Jcl.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/Jcl.rc =================================================================== --- trunk/jcl/packages/c6/Jcl.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/Jcl.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library RTL package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "Jcl\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclBaseExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclBaseExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclBaseExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing common units for JCL Experts\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclBaseExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclBaseExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclBaseExpert.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclContainers.rc =================================================================== --- trunk/jcl/packages/c6/JclContainers.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclContainers.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library Containers package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclContainers\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclContainersC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclContainers.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclDebugExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclDebugExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclDebugExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclDebugExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug IDE extension\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclDebugExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclDebugExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclDebugExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclDebugExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclDebugExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug IDE extension\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclDebugExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclDebugExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclDebugExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclFavoriteFoldersExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclFavoriteFoldersExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclFavoriteFoldersExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclFavoriteFoldersExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Open and Save IDE dialogs with favorite folders\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclFavoriteFoldersExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclFavoriteFoldersExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Open and Save IDE dialogs with favorite folders\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclFavoriteFoldersExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclFavoriteFoldersExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclFavoriteFoldersExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclProjectAnalysisExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclProjectAnalysisExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclProjectAnalysisExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclProjectAnalysisExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Project Analyzer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclProjectAnalysisExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclProjectAnalysisExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Project Analyzer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclProjectAnalysisExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclProjectAnalysisExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclProjectAnalysisExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclRepositoryExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclRepositoryExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclRepositoryExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing repository wizards\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclRepositoryExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclRepositoryExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclRepositoryExpert.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclRepositoryExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclRepositoryExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclRepositoryExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing repository wizards\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclRepositoryExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclRepositoryExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclRepositoryExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclSIMDViewExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclSIMDViewExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclSIMDViewExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug Window of XMM registers\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclSIMDViewExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclSIMDViewExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclSIMDViewExpert.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclSIMDViewExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclSIMDViewExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclSIMDViewExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Debug Window of XMM registers\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclSIMDViewExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclSIMDViewExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclSIMDViewExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclStackTraceViewerExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclStackTraceViewerExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclStackTraceViewerExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Stack Trace Viewer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclStackTraceViewerExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclStackTraceViewerExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclStackTraceViewerExpert.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Stack Trace Viewer\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclStackTraceViewerExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclStackTraceViewerExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclStackTraceViewerExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclThreadNameExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclThreadNameExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclThreadNameExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclThreadNameExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Thread Name IDE expert\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclThreadNameExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclThreadNameExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclThreadNameExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclThreadNameExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclThreadNameExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Thread Name IDE expert\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclThreadNameExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclThreadNameExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclThreadNameExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclUsesExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclUsesExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclUsesExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclUsesExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Uses Wizard\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclUsesExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclUsesExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclUsesExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclUsesExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclUsesExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Uses Wizard\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclUsesExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclUsesExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclUsesExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclVcl.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclVcl.rc =================================================================== --- trunk/jcl/packages/c6/JclVcl.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclVcl.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library VCL package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclVcl\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVclC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclVersionControlExpert.rc =================================================================== --- trunk/jcl/packages/c6/JclVersionControlExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclVersionControlExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Integration of version control systems in the IDE\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclVersionControlExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVersionControlExpertC60.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclVersionControlExpert.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/c6/JclVersionControlExpertDLL.rc =================================================================== --- trunk/jcl/packages/c6/JclVersionControlExpertDLL.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/c6/JclVersionControlExpertDLL.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Integration of version control systems in the IDE\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclVersionControlExpertDLL\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclVersionControlExpertDLLC60.dll\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/c6/JclVersionControlExpertDLL.res =================================================================== (Binary files differ) Modified: trunk/jcl/packages/cs1/Jcl.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/cs1/Jcl.bdsproj =================================================================== --- trunk/jcl/packages/cs1/Jcl.bdsproj 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/cs1/Jcl.bdsproj 2009-11-05 19:10:50 UTC (rev 3077) @@ -148,9 +148,9 @@ <VersionInfo Name="IncludeVerInfo">True</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo> <VersionInfo Name="MajorVer">2</VersionInfo> - <VersionInfo Name="MinorVer">1</VersionInfo> + <VersionInfo Name="MinorVer">2</VersionInfo> <VersionInfo Name="Release">0</VersionInfo> - <VersionInfo Name="Build">3450</VersionInfo> + <VersionInfo Name="Build">3537</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="Special">False</VersionInfo> @@ -162,13 +162,13 @@ <VersionInfoKeys> <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="FileDescription">JEDI Code Library RTL package</VersionInfoKeys> - <VersionInfoKeys Name="FileVersion">2.1.0.3450</VersionInfoKeys> + <VersionInfoKeys Name="FileVersion">2.2.0.3537</VersionInfoKeys> <VersionInfoKeys Name="InternalName">Jcl</VersionInfoKeys> <VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2009 Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys> <VersionInfoKeys Name="OriginalFilename">Jcl71.bpl</VersionInfoKeys> <VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys> - <VersionInfoKeys Name="ProductVersion">2.1 Build 3450</VersionInfoKeys> + <VersionInfoKeys Name="ProductVersion">2.2 Build 3537</VersionInfoKeys> </VersionInfoKeys> </Delphi.Personality> </BorlandProject> Modified: trunk/jcl/packages/cs1/Jcl.rc =================================================================== --- trunk/jcl/packages/cs1/Jcl.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/cs1/Jcl.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JEDI Code Library RTL package\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "Jcl\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "Jcl71.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/cs1/JclBaseExpert.RES =================================================================== (Binary files differ) Modified: trunk/jcl/packages/cs1/JclBaseExpert.bdsproj =================================================================== --- trunk/jcl/packages/cs1/JclBaseExpert.bdsproj 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/cs1/JclBaseExpert.bdsproj 2009-11-05 19:10:50 UTC (rev 3077) @@ -148,9 +148,9 @@ <VersionInfo Name="IncludeVerInfo">True</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo> <VersionInfo Name="MajorVer">2</VersionInfo> - <VersionInfo Name="MinorVer">1</VersionInfo> + <VersionInfo Name="MinorVer">2</VersionInfo> <VersionInfo Name="Release">0</VersionInfo> - <VersionInfo Name="Build">3450</VersionInfo> + <VersionInfo Name="Build">3537</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="Special">False</VersionInfo> @@ -162,13 +162,13 @@ <VersionInfoKeys> <VersionInfoKeys Name="CompanyName">Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="FileDescription">JCL Package containing common units for JCL Experts</VersionInfoKeys> - <VersionInfoKeys Name="FileVersion">2.1.0.3450</VersionInfoKeys> + <VersionInfoKeys Name="FileVersion">2.2.0.3537</VersionInfoKeys> <VersionInfoKeys Name="InternalName">JclBaseExpert</VersionInfoKeys> <VersionInfoKeys Name="LegalCopyright">Copyright (C) 1999, 2009 Project JEDI</VersionInfoKeys> <VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys> <VersionInfoKeys Name="OriginalFilename">JclBaseExpert71.bpl</VersionInfoKeys> <VersionInfoKeys Name="ProductName">JEDI Code Library</VersionInfoKeys> - <VersionInfoKeys Name="ProductVersion">2.1 Build 3450</VersionInfoKeys> + <VersionInfoKeys Name="ProductVersion">2.2 Build 3537</VersionInfoKeys> </VersionInfoKeys> </Delphi.Personality> </BorlandProject> Modified: trunk/jcl/packages/cs1/JclBaseExpert.rc =================================================================== --- trunk/jcl/packages/cs1/JclBaseExpert.rc 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/cs1/JclBaseExpert.rc 2009-11-05 19:10:50 UTC (rev 3077) @@ -1,6 +1,6 @@ VS_VERSION_INFO VERSIONINFO -FILEVERSION 2,1,0,3450 -PRODUCTVERSION 2,1,0,3450 +FILEVERSION 2,2,0,3537 +PRODUCTVERSION 2,2,0,3537 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK #ifdef _DEBUG FILEFLAGS VS_FF_DEBUG @@ -17,12 +17,12 @@ BEGIN VALUE "CompanyName", "Project JEDI\0" VALUE "FileDescription", "JCL Package containing common units for JCL Experts\0" - VALUE "FileVersion", "2.1.0.3450\0" + VALUE "FileVersion", "2.2.0.3537\0" VALUE "InternalName", "JclBaseExpert\0" VALUE "LegalCopyright", "Copyright (C) 1999, 2009 Project JEDI\0" VALUE "OriginalFilename", "JclBaseExpert71.bpl\0" VALUE "ProductName", "JEDI Code Library\0" - VALUE "ProductVersion", "2.1 Build 3450\0" + VALUE "ProductVersion", "2.2 Build 3537\0" END END BLOCK "VarFileInfo" Modified: trunk/jcl/packages/cs1/JclContainers.bdsproj =================================================================== --- trunk/jcl/packages/cs1/JclContainers.bdsproj 2009-11-05 18:11:15 UTC (rev 3076) +++ trunk/jcl/packages/cs1/JclContainers.bdsproj 2009-11-05 19:10:50 UTC (rev 3077) @@ -148,9 +148,9 @@ <VersionInfo Name="IncludeVerInfo">True</VersionInfo> <VersionInfo Name="AutoIncBuild">False</VersionInfo> <VersionInfo Name="MajorVer">2</VersionInfo> - <VersionInfo Name="MinorVer">1</VersionInfo> + <VersionInfo Name="MinorVer">2</VersionInfo> <VersionInfo Name="Release">0</VersionInfo> - <VersionInfo Name="Build">3450</VersionInfo> + <VersionInfo Name="Build">3537</VersionInfo> <VersionInfo Name="Debug">False</VersionInfo> <VersionInfo Name="PreRelease">False</VersionInfo> <VersionInfo Name="Special">False</VersionInfo> @@ -162,13 +162,13 @... [truncated message content] |
From: <ou...@us...> - 2009-11-05 18:11:26
|
Revision: 3076 http://jcl.svn.sourceforge.net/jcl/?rev=3076&view=rev Author: outchy Date: 2009-11-05 18:11:15 +0000 (Thu, 05 Nov 2009) Log Message: ----------- branch for the JCL 2.1. Added Paths: ----------- branches/JCL_2.1/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 18:05:03
|
Revision: 3075 http://jcl.svn.sourceforge.net/jcl/?rev=3075&view=rev Author: outchy Date: 2009-11-05 18:04:54 +0000 (Thu, 05 Nov 2009) Log Message: ----------- subversion properties cleanup. Property Changed: ---------------- trunk/website/sourceforge/ Property changes on: trunk/website/sourceforge ___________________________________________________________________ Modified: tsvn:projectlanguage - 1033 + 0x0409 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 17:57:49
|
Revision: 3074 http://jcl.svn.sourceforge.net/jcl/?rev=3074&view=rev Author: outchy Date: 2009-11-05 17:57:41 +0000 (Thu, 05 Nov 2009) Log Message: ----------- automatically synchronize the file release system at sourceforge with the generated files as soon as they are created. Modified Paths: -------------- trunk/thirdparty/makedist/JclFiles.xml trunk/thirdparty/svn_cleaner/SvnCleaner.xml Added Paths: ----------- trunk/thirdparty/makedist/winscp-jcl-files.txt Property Changed: ---------------- trunk/thirdparty/makedist/ Property changes on: trunk/thirdparty/makedist ___________________________________________________________________ Modified: svn:ignore - *.exe *.dproj *.local *.identcache *.dcu *.log *.zip *.gz *.7z sandbox jcl-daily-source-0.txt jcl-daily-source-1.txt jcl-daily-source-2.txt jcl-weekly-hlp-0.txt jcl-weekly-h2-0.txt jcl-weekly-chm-0.txt 7z.dll + *.exe *.dproj *.local *.identcache *.dcu *.log *.zip *.gz *.7z sandbox files jcl-daily-source-0.txt jcl-daily-source-1.txt jcl-daily-source-2.txt jcl-weekly-hlp-0.txt jcl-weekly-h2-0.txt jcl-weekly-chm-0.txt 7z.dll Modified: trunk/thirdparty/makedist/JclFiles.xml =================================================================== --- trunk/thirdparty/makedist/JclFiles.xml 2009-11-05 17:52:21 UTC (rev 3073) +++ trunk/thirdparty/makedist/JclFiles.xml 2009-11-05 17:57:41 UTC (rev 3074) @@ -63,7 +63,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%.zip"/> + </action> </task> + <task name="Jcl-win.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="Jcl-linux.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -140,7 +156,23 @@ <configuration index="1" caption="Filter" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-linux.tar"/> <configuration index="2" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-linux.tar.gz"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-linux.tar.gz"/> + </action> </task> + <task name="Jcl-linux.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="Jcl-turbo.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -236,7 +268,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-turbo.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-turbo.zip"/> + </action> </task> + <task name="Jcl-turbo.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-html.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -336,7 +384,27 @@ <configuration index="1" caption="Filter" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-linux.tar"/> <configuration index="2" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-win.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-win.zip"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-linux.tar.gz"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-linux.tar.gz"/> + </action> </task> + <task name="Jcl-html.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-chm.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -415,7 +483,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-chmhelp.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-chmhelp.zip"/> + </action> </task> + <task name="Jcl-chm.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-h2.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -494,7 +578,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp2.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp2.zip"/> + </action> </task> + <task name="Jcl-h2.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-hlp.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -568,7 +668,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-winhelp.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-winhelp.zip"/> + </action> </task> + <task name="Jcl-hlp.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-xml.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -642,7 +758,23 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-xml.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-xml.zip"/> + </action> </task> + <task name="Jcl-xml.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> <task name="jcl-pdf.zip" selected="-1"> <action classname="TLogCleaner"/> <action classname="TLogSaver"> @@ -716,5 +848,21 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDirectoryCreator"> + <configuration index="0" caption="Directory" value="files"/> + </action> + <action classname="TFileMover"> + <configuration index="0" caption="Old file name" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-pdf.zip"/> + <configuration index="1" caption="New file name" value="files\jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-pdf.zip"/> + </action> </task> + <task name="Jcl-pdf.sync" selected="0"> + <action classname="TCommandLineCaller"> + <configuration index="0" caption="Application" value="%WINSCP%"/> + <configuration index="1" caption="Working directory" value="."/> + <configuration index="2" caption="Parameters" value="/console /script=winscp-jcl-files.txt"/> + <configuration index="3" caption="Valid exit codes" value=""/> + <configuration index="4" caption="Result file" value=""/> + </action> + </task> </makedist> Copied: trunk/thirdparty/makedist/winscp-jcl-files.txt (from rev 2990, trunk/thirdparty/makedist/winscp-jcl-daily.txt) =================================================================== --- trunk/thirdparty/makedist/winscp-jcl-files.txt (rev 0) +++ trunk/thirdparty/makedist/winscp-jcl-files.txt 2009-11-05 17:57:41 UTC (rev 3074) @@ -0,0 +1,7 @@ +option batch continue +option confirm off +option transfer binary +open jcl.frs.sourceforge.net +synchronize remote C:\dev\jcl\thirdparty\makedist\files "/home/pfs/project/j/jc/jcl/JCL Releases/JCL 2.1 Build 3536" +close +exit \ No newline at end of file Modified: trunk/thirdparty/svn_cleaner/SvnCleaner.xml =================================================================== --- trunk/thirdparty/svn_cleaner/SvnCleaner.xml 2009-11-05 17:52:21 UTC (rev 3073) +++ trunk/thirdparty/svn_cleaner/SvnCleaner.xml 2009-11-05 17:57:41 UTC (rev 3074) @@ -415,6 +415,7 @@ <value>*.gz</value> <value>*.7z</value> <value>sandbox</value> + <value>files</value> <value>jcl-daily-source-0.txt</value> <value>jcl-daily-source-1.txt</value> <value>jcl-daily-source-2.txt</value> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 17:52:37
|
Revision: 3073 http://jcl.svn.sourceforge.net/jcl/?rev=3073&view=rev Author: outchy Date: 2009-11-05 17:52:21 +0000 (Thu, 05 Nov 2009) Log Message: ----------- do not save the log file in the current directory while actions are executed. Modified Paths: -------------- trunk/thirdparty/makedist/MakeDistMain.pas Modified: trunk/thirdparty/makedist/MakeDistMain.pas =================================================================== --- trunk/thirdparty/makedist/MakeDistMain.pas 2009-11-05 17:19:08 UTC (rev 3072) +++ trunk/thirdparty/makedist/MakeDistMain.pas 2009-11-05 17:52:21 UTC (rev 3073) @@ -123,6 +123,9 @@ implementation +uses + JclFileUtils; + var GlobalDistActions: TDistActions = nil; @@ -517,12 +520,16 @@ if Copy(Text, 1, Length(LogSaveCommand)) = LogSaveCommand then begin FLogFileName := Copy(Text, Length(LogSaveCommand) + 1, Length(Text) - Length(LogSaveCommand)); + if not PathIsAbsolute(FLogFileName) then + FLogFileName := PathGetRelativePath(GetCurrentDir, FLogFileName); FLogAppend := False; end else if Copy(Text, 1, Length(LogAppendCommand)) = LogAppendCommand then begin FLogFileName := Copy(Text, Length(LogAppendCommand) + 1, Length(Text) - Length(LogAppendCommand)); + if not PathIsAbsolute(FLogFileName) then + FLogFileName := PathGetRelativePath(GetCurrentDir, FLogFileName); FLogAppend := True; end else This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 17:19:21
|
Revision: 3072 http://jcl.svn.sourceforge.net/jcl/?rev=3072&view=rev Author: outchy Date: 2009-11-05 17:19:08 +0000 (Thu, 05 Nov 2009) Log Message: ----------- exceptions should not be raised by TJclCompressionArchive.InternalOpenStream. Moved the exception raising stuff out of OpenFileStream. Modified Paths: -------------- trunk/jcl/source/common/JclCompression.pas trunk/jcl/source/common/JclResources.pas Modified: trunk/jcl/source/common/JclCompression.pas =================================================================== --- trunk/jcl/source/common/JclCompression.pas 2009-11-05 17:00:22 UTC (rev 3071) +++ trunk/jcl/source/common/JclCompression.pas 2009-11-05 17:19:08 UTC (rev 3072) @@ -3599,13 +3599,6 @@ if FileName <> '' then Result := TFileStream.Create(FileName, fmCreate); end; - if not Assigned(Result) then - begin - if FileName = '' then - raise EJclCompressionError.CreateRes(@RsCompressionNoFileName) - else - RaiseLastOSError; - end; end; //=== { TJclCompressionItem } ================================================ @@ -5210,9 +5203,6 @@ begin if Assigned(FArchive) and not Assigned(FStream) then FStream := FArchive.Items[FItemIndex].Stream; - - if not Assigned(FStream) then - raise EJclCompressionError.CreateRes(@RsCompression7zUnassignedStream); end; procedure TJclSevenzipOutStream.ReleaseStream; @@ -5235,23 +5225,33 @@ begin NeedStream; - Result := S_OK; - // STREAM_SEEK_SET = 0 = soFromBeginning - // STREAM_SEEK_CUR = 1 = soFromCurrent - // STREAM_SEEK_END = 2 = soFromEnd - NewPos := FStream.Seek(Offset, TSeekOrigin(SeekOrigin)); - if Assigned(NewPosition) then - NewPosition^ := NewPos; + if Assigned(FStream) then + begin + Result := S_OK; + // STREAM_SEEK_SET = 0 = soFromBeginning + // STREAM_SEEK_CUR = 1 = soFromCurrent + // STREAM_SEEK_END = 2 = soFromEnd + NewPos := FStream.Seek(Offset, TSeekOrigin(SeekOrigin)); + if Assigned(NewPosition) then + NewPosition^ := NewPos; + end + else + Result := S_FALSE; end; function TJclSevenzipOutStream.SetSize(NewSize: Int64): HRESULT; begin NeedStream; - Result := S_OK; - FStream.Size := NewSize; - if FTruncateOnRelease and (FMaximumPosition < NewSize) then - FMaximumPosition := NewSize; + if Assigned(FStream) then + begin + Result := S_OK; + FStream.Size := NewSize; + if FTruncateOnRelease and (FMaximumPosition < NewSize) then + FMaximumPosition := NewSize; + end + else + Result := S_FALSE; end; function TJclSevenzipOutStream.Write(Data: Pointer; Size: Cardinal; @@ -5262,16 +5262,21 @@ begin NeedStream; - Result := S_OK; - Processed := FStream.Write(Data^, Size); - if Assigned(ProcessedSize) then - ProcessedSize^ := Processed; - if FTruncateOnRelease then + if Assigned(FStream) then begin - APosition := FStream.Position; - if FMaximumPosition < APosition then - FMaximumPosition := APosition; - end; + Result := S_OK; + Processed := FStream.Write(Data^, Size); + if Assigned(ProcessedSize) then + ProcessedSize^ := Processed; + if FTruncateOnRelease then + begin + APosition := FStream.Position; + if FMaximumPosition < APosition then + FMaximumPosition := APosition; + end; + end + else + Result := S_FALSE; end; //=== { TJclSevenzipInStream } =============================================== @@ -5306,18 +5311,20 @@ begin NeedStream; - if Assigned(Size) then - Size^ := FStream.Size; - Result := S_OK; + if Assigned(FStream) then + begin + if Assigned(Size) then + Size^ := FStream.Size; + Result := S_OK; + end + else + Result := S_FALSE; end; procedure TJclSevenzipInStream.NeedStream; begin if Assigned(FArchive) and not Assigned(FStream) then FStream := FArchive.Items[FItemIndex].Stream; - - if not Assigned(FStream) then - raise EJclCompressionError.CreateRes(@RsCompression7zUnassignedStream); end; function TJclSevenzipInStream.Read(Data: Pointer; Size: Cardinal; @@ -5327,10 +5334,15 @@ begin NeedStream; - Processed := FStream.Read(Data^, Size); - if Assigned(ProcessedSize) then - ProcessedSize^ := Processed; - Result := S_OK; + if Assigned(FStream) then + begin + Processed := FStream.Read(Data^, Size); + if Assigned(ProcessedSize) then + ProcessedSize^ := Processed; + Result := S_OK; + end + else + Result := S_FALSE; end; procedure TJclSevenzipInStream.ReleaseStream; @@ -5349,13 +5361,18 @@ begin NeedStream; - // STREAM_SEEK_SET = 0 = soFromBeginning - // STREAM_SEEK_CUR = 1 = soFromCurrent - // STREAM_SEEK_END = 2 = soFromEnd - NewPos := FStream.Seek(Offset, TSeekOrigin(SeekOrigin)); - if Assigned(NewPosition) then - NewPosition^ := NewPos; - Result := S_OK; + if Assigned(FStream) then + begin + // STREAM_SEEK_SET = 0 = soFromBeginning + // STREAM_SEEK_CUR = 1 = soFromCurrent + // STREAM_SEEK_END = 2 = soFromEnd + NewPos := FStream.Seek(Offset, TSeekOrigin(SeekOrigin)); + if Assigned(NewPosition) then + NewPosition^ := NewPos; + Result := S_OK; + end + else + Result := S_FALSE; end; // sevenzip helper functions Modified: trunk/jcl/source/common/JclResources.pas =================================================================== --- trunk/jcl/source/common/JclResources.pas 2009-11-05 17:00:22 UTC (rev 3071) +++ trunk/jcl/source/common/JclResources.pas 2009-11-05 17:19:08 UTC (rev 3072) @@ -1081,7 +1081,6 @@ RsCompressionUnknownError = 'Unknown error'; RsCompression7zLoadError = 'Sevenzip: Failed to load 7z.dll'; RsCompression7zReturnError = 'Sevenzip: Error result (%.8x) "%s"'; - RsCompression7zUnassignedStream = 'Sevenzip: Stream object is not assigned'; RsCompression7zOutArchiveError = 'Sevenzip: Failed to get out archive interface for class %s'; RsCompression7zInArchiveError = 'Sevenzip: Failed to get in archive interface for class %s'; RsCompression7zUnknownValueType = 'Sevenzip: Unknown value type (%d) for property ID %d'; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ah...@us...> - 2009-11-05 17:00:34
|
Revision: 3071 http://jcl.svn.sourceforge.net/jcl/?rev=3071&view=rev Author: ahuser Date: 2009-11-05 17:00:22 +0000 (Thu, 05 Nov 2009) Log Message: ----------- Fixed: IJclPropInfo was missing the GetPropInfo method Modified Paths: -------------- trunk/jcl/source/common/JclRTTI.pas Modified: trunk/jcl/source/common/JclRTTI.pas =================================================================== --- trunk/jcl/source/common/JclRTTI.pas 2009-11-05 16:51:58 UTC (rev 3070) +++ trunk/jcl/source/common/JclRTTI.pas 2009-11-05 17:00:22 UTC (rev 3071) @@ -277,6 +277,7 @@ IJclPropInfo = interface ['{7DAD5227-46EA-11D5-B0C0-4854E825F345}'] + function GetPropInfo: PPropInfo; function GetPropType: IJclTypeInfo; function GetReader: Pointer; function GetWriter: Pointer; @@ -296,6 +297,7 @@ function HasDefault: Boolean; function HasIndex: Boolean; + property PropInfo: PPropInfo read GetPropInfo; property PropType: IJclTypeInfo read GetPropType; property Reader: Pointer read GetReader; property Writer: Pointer read GetWriter; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 16:52:11
|
Revision: 3070 http://jcl.svn.sourceforge.net/jcl/?rev=3070&view=rev Author: outchy Date: 2009-11-05 16:51:58 +0000 (Thu, 05 Nov 2009) Log Message: ----------- All the FloatingPointClass stuff is not compatible with 64 bit CPU on FPC: test values are passed in XMM0 and not on the FPU stack, this will be rewritten later. Modified Paths: -------------- trunk/jcl/source/common/JclMath.pas Modified: trunk/jcl/source/common/JclMath.pas =================================================================== --- trunk/jcl/source/common/JclMath.pas 2009-11-05 16:31:27 UTC (rev 3069) +++ trunk/jcl/source/common/JclMath.pas 2009-11-05 16:51:58 UTC (rev 3070) @@ -324,6 +324,20 @@ fpEmpty // should not happen ); +const + Infinity = 1/0; // tricky + {$EXTERNALSYM Infinity} + NaN = 0/0; // tricky + {$EXTERNALSYM NaN} + NegInfinity = -Infinity; + {$EXTERNALSYM NegInfinity} + +{$HPPEMIT 'static const Infinity = 1.0 / 0.0;'} +{$HPPEMIT 'static const NaN = 0.0 / 0.0;'} +{$HPPEMIT 'static const NegInfinity = -1.0 / 0.0;'} + +{$IFDEF CPU32} + function FloatingPointClass(const Value: Single): TFloatingPointClass; overload; function FloatingPointClass(const Value: Double): TFloatingPointClass; overload; {$IFDEF SUPPORTS_EXTENDED} @@ -339,18 +353,6 @@ LowValidNaNTag = -$3FFFFF; HighValidNaNTag = $3FFFFE; -const - Infinity = 1/0; // tricky - {$EXTERNALSYM Infinity} - NaN = 0/0; // tricky - {$EXTERNALSYM NaN} - NegInfinity = -Infinity; - {$EXTERNALSYM NegInfinity} - -{$HPPEMIT 'static const Infinity = 1.0 / 0.0;'} -{$HPPEMIT 'static const NaN = 0.0 / 0.0;'} -{$HPPEMIT 'static const NegInfinity = -1.0 / 0.0;'} - function IsInfinite(const Value: Single): Boolean; overload; {$IFDEF SUPPORTS_INLINE}inline;{$ENDIF} function IsInfinite(const Value: Double): Boolean; overload; {$IFDEF SUPPORTS_INLINE}inline;{$ENDIF} {$IFDEF SUPPORTS_EXTENDED} @@ -398,6 +400,8 @@ function GetNaNTag(const NaN: Extended): TNaNTag; overload; {$ENDIF SUPPORTS_EXTENDED} +{$ENDIF CPU32} + { Set support } type @@ -524,6 +528,7 @@ type EJclMathError = class(EJclError); + {$IFDEF CPU32} EJclNaNSignal = class(EJclMathError) private FTag: TNaNTag; @@ -531,6 +536,7 @@ constructor Create(ATag: TNaNTag; Dummy: Boolean = False); property Tag: TNaNTag read FTag; end; + {$ENDIF CPU32} procedure DomainCheck(Err: Boolean); @@ -769,8 +775,10 @@ function IsZero(const Z: TRectComplex): Boolean; overload; function IsZero(const Z: TPolarComplex): Boolean; overload; +{$IFDEF CPU32} function IsInfinite(const Z: TRectComplex): Boolean; overload; function IsInfinite(const Z: TPolarComplex): Boolean; overload; +{$ENDIF CPU32} function Norm(const Z: TRectComplex): Float; overload; function Norm(const Z: TPolarComplex): Float; overload; @@ -2826,6 +2834,8 @@ end; end; +{$IFDEF CPU32} + //=== Floating point value classification ==================================== type @@ -3366,6 +3376,8 @@ CreateResFmt(@RsNaNSignal, [ATag]); end; +{$ENDIF CPU32} + //=== { TJclRational } ======================================================= constructor TJclRational.Create(const Numerator: Integer; const Denominator: Integer); @@ -3380,7 +3392,7 @@ AssignZero; end; -constructor TJclRational.Create(const R: Float); +constructor TJclRational.Create(const R: Float); begin inherited Create; Assign(R); @@ -4183,6 +4195,8 @@ Result := IsFloatZero(Z.Radius); end; +{$IFDEF CPU32} + function IsInfinite(const Z: TRectComplex): Boolean; begin Result := IsInfinite(Z.Re) or IsInfinite(Z.Im); @@ -4193,6 +4207,8 @@ Result := IsInfinite(Z.Radius); end; +{$ENDIF CPU32} + function Norm(const Z: TRectComplex): Float; begin Result := Sqrt(Sqr(Z.Re) + Sqr(Z.Im)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 16:31:39
|
Revision: 3069 http://jcl.svn.sourceforge.net/jcl/?rev=3069&view=rev Author: outchy Date: 2009-11-05 16:31:27 +0000 (Thu, 05 Nov 2009) Log Message: ----------- hardened the archive creation scripts. Modified Paths: -------------- trunk/thirdparty/makedist/JclFiles.xml Modified: trunk/thirdparty/makedist/JclFiles.xml =================================================================== --- trunk/thirdparty/makedist/JclFiles.xml 2009-11-05 16:06:40 UTC (rev 3068) +++ trunk/thirdparty/makedist/JclFiles.xml 2009-11-05 16:31:27 UTC (rev 3069) @@ -6,6 +6,10 @@ <configuration index="0" caption="File name" value="jcl-win.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -47,6 +51,9 @@ <configuration index="3" caption="Valid exit codes" value=""/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Filter" value="*"/> @@ -63,6 +70,10 @@ <configuration index="0" caption="File name" value="jcl-linux.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -104,6 +115,9 @@ <configuration index="3" caption="Valid exit codes" value=""/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Filter" value="*"/> @@ -113,6 +127,9 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value=""/> <configuration index="1" caption="Filter" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-linux.tar"/> @@ -130,6 +147,10 @@ <configuration index="0" caption="File name" value="jcl-turbo.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -203,6 +224,9 @@ <configuration index="0" caption="Old file name" value="sandbox\Install turbo delphi.bat"/> <configuration index="1" caption="New file name" value="sandbox\Install.bat"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Filter" value="*"/> @@ -219,6 +243,10 @@ <configuration index="0" caption="File name" value="jcl-html.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -270,6 +298,9 @@ <configuration index="3" caption="Valid exit codes" value="0;20;30"/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -280,6 +311,9 @@ <configuration index="1" caption="Filters" value="*.html;*.css;*.js"/> <configuration index="2" caption="New EOL" value="LF"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -289,6 +323,9 @@ <configuration index="0" caption="Directory" value="sandbox"/> <configuration index="1" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value=""/> <configuration index="1" caption="Filter" value="jcl-%VersionMajor%.%VersionMinor%.%VersionRelease%.%VersionBuild%-htmlhelp-linux.tar"/> @@ -306,6 +343,10 @@ <configuration index="0" caption="File name" value="jcl-chm.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -362,6 +403,9 @@ <configuration index="1" caption="Filter" value="*.html;*.css;*.js;*.gif;*.jpg;*.png;*.c;*.h;*.inc;*.hhc;*.hhk;*.hhp"/> <configuration index="2" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -378,6 +422,10 @@ <configuration index="0" caption="File name" value="jcl-h2.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -434,6 +482,9 @@ <configuration index="1" caption="Filter" value="*.html;*.css;*.js;*.gif;*.jpg;*.png;*.c;*.h;*.inc;*.log"/> <configuration index="2" caption="Move to recycle bin" value="no"/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -450,6 +501,10 @@ <configuration index="0" caption="File name" value="jcl-hlp.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -501,6 +556,9 @@ <configuration index="3" caption="Valid exit codes" value="0;20;30"/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -517,6 +575,10 @@ <configuration index="0" caption="File name" value="jcl-xml.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -568,6 +630,9 @@ <configuration index="3" caption="Valid exit codes" value="0;20;30"/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> @@ -584,6 +649,10 @@ <configuration index="0" caption="File name" value="jcl-pdf.log"/> <configuration index="1" caption="Append" value="no"/> </action> + <action classname="TDirectoryRemover"> + <configuration index="0" caption="Directory" value="sandbox"/> + <configuration index="1" caption="Move to recycle bin" value="no"/> + </action> <action classname="TDirectoryCreator"> <configuration index="0" caption="Directory" value="sandbox"/> </action> @@ -635,6 +704,9 @@ <configuration index="3" caption="Valid exit codes" value="0;20;30"/> <configuration index="4" caption="Result file" value=""/> </action> + <action classname="TDelay"> + <configuration index="0" caption="Delay" value="60"/> + </action> <action classname="TArchiveMaker"> <configuration index="0" caption="Directory" value="sandbox\jcl"/> <configuration index="1" caption="Filter" value="*help*"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ou...@us...> - 2009-11-05 16:06:57
|
Revision: 3068 http://jcl.svn.sourceforge.net/jcl/?rev=3068&view=rev Author: outchy Date: 2009-11-05 16:06:40 +0000 (Thu, 05 Nov 2009) Log Message: ----------- Mantis 4906: TorsoiseSVN Addin (Verion Control) It is not working in Win7 64. fix from Duncan Stodart in newsgroups. Modified Paths: -------------- trunk/jcl/source/vcl/JclVersionCtrlSVNImpl.pas Modified: trunk/jcl/source/vcl/JclVersionCtrlSVNImpl.pas =================================================================== --- trunk/jcl/source/vcl/JclVersionCtrlSVNImpl.pas 2009-11-05 16:03:26 UTC (rev 3067) +++ trunk/jcl/source/vcl/JclVersionCtrlSVNImpl.pas 2009-11-05 16:06:40 UTC (rev 3068) @@ -72,7 +72,7 @@ uses JclVclResources, - JclFileUtils, JclSysUtils, JclRegistry, JclStrings; + JclFileUtils, JclSysInfo, JclSysUtils, JclRegistry, JclStrings; const JclVersionCtrlRegKeyName = 'SOFTWARE\TortoiseSVN'; @@ -97,18 +97,33 @@ JclVersionCtrlSVNUnlockVerb = 'unlock'; // JclVersionCtrlSVNTortoiseDLL = 'TortoiseSVN.dll'; JclVersionCtrlSVNDirectory1 = '.svn\'; - JclVersionCtrlSVNDirectory2 = '_svn\'; + JclVersionCtrlSVNDirectory2 = '_svn\'; JclVersionCtrlSVNEntryFile = 'entries'; JclVersionCtrlSVNDirectories: array [0..1] of string = - ( JclVersionCtrlSVNDirectory1, JclVersionCtrlSVNDirectory2 ); + ( JclVersionCtrlSVNDirectory1, JclVersionCtrlSVNDirectory2 ); //=== TJclVersionControlSVN ================================================== constructor TJclVersionControlSVN.Create; +var + SaveAcc: TJclRegWOW64Access; begin inherited Create; - FTortoiseSVNProc := RegReadStringDef(HKLM, JclVersionCtrlRegKeyName, JclVersionCtrlRegValueName, ''); + + if IsWindows64 then + begin + // on 64 bit machines look in the 64bit section of registy for tortoise SVN (64bit) registry stuff + SaveAcc := RegGetWOW64AccessMode; + try + RegSetWOW64AccessMode(ra64Key); + FTortoiseSVNProc := RegReadStringDef(HKLM, JclVersionCtrlRegKeyName, JclVersionCtrlRegValueName, ''); + finally + RegSetWOW64AccessMode(SaveAcc); + end; + end + else + FTortoiseSVNProc := RegReadStringDef(HKLM, JclVersionCtrlRegKeyName, JclVersionCtrlRegValueName, ''); end; destructor TJclVersionControlSVN.Destroy; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |