Changeset 378
- Timestamp:
- Jun 21, 2012, 9:25:28 AM (12 years ago)
- Location:
- Common
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Common/Common.lpk
r369 r378 21 21 <Description Value="Various libraries"/> 22 22 <License Value="GNU/GPL"/> 23 <Version Minor=" 6"/>24 <Files Count="1 3">23 <Version Minor="7"/> 24 <Files Count="14"> 25 25 <Item1> 26 26 <Filename Value="StopWatch.pas"/> … … 77 77 <UnitName Value="UJobProgressView"/> 78 78 </Item13> 79 <Item14> 80 <Filename Value="UXMLUtils.pas"/> 81 <UnitName Value="UXMLUtils"/> 82 </Item14> 79 83 </Files> 80 84 <i18n> … … 83 87 </i18n> 84 88 <Type Value="RunAndDesignTime"/> 85 <RequiredPkgs Count=" 3">89 <RequiredPkgs Count="2"> 86 90 <Item1> 87 91 <PackageName Value="TemplateGenerics"/> 88 92 </Item1> 89 93 <Item2> 90 <PackageName Value="LCL"/>91 </Item2>92 <Item3>93 94 <PackageName Value="FCL"/> 94 95 <MinVersion Major="1" Valid="True"/> 95 </Item 3>96 </Item2> 96 97 </RequiredPkgs> 97 98 <UsageOptions> -
Common/Common.pas
r368 r378 10 10 StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading, 11 11 UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, 12 UJobProgressView, LazarusPackageIntf;12 UJobProgressView, UXMLUtils, LazarusPackageIntf; 13 13 14 14 implementation -
Common/UJobProgressView.pas
r369 r378 165 165 RegisterComponents('Samples', [TJobProgressView]); 166 166 end; 167 168 167 169 168 procedure TJobThread.Execute;
Note:
See TracChangeset
for help on using the changeset viewer.