ExCtrls: Switch designtime package to old xml format.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-07 19:02:32 +00:00
parent 79b5885669
commit c6ec271952

View File

@ -17,23 +17,24 @@
<Description Value="Designtime package for the extended standard controls (ExCtrls) runtime package <Description Value="Designtime package for the extended standard controls (ExCtrls) runtime package
"/> "/>
<License Value="LGPL with linking exception (like Lazarus LCL)."/> <License Value="LGPL with linking exception (like Lazarus LCL)."/>
<Files> <Files Count="1">
<Item> <Item1>
<Filename Value="source\exctrlsreg.pas"/> <Filename Value="source\exctrlsreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="exctrlsreg"/> <UnitName Value="exctrlsreg"/>
</Item> </Item1>
</Files> </Files>
<RequiredPkgs> <CompatibilityMode Value="True"/>
<Item> <RequiredPkgs Count="3">
<Item1>
<PackageName Value="ExCtrlsPkg"/> <PackageName Value="ExCtrlsPkg"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
</Item> </Item2>
<Item> <Item3>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item> </Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>