jvcllaz: Fix lpk compatibility mode of core design package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7434 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-05-08 07:39:36 +00:00
parent cac99026d6
commit b2b4951729

View File

@ -17,32 +17,32 @@
<Description Value="JVCL Core Components (Designtime). Must be compiled before any of the other JvXXX packages can be installed."/> <Description Value="JVCL Core Components (Designtime). Must be compiled before any of the other JvXXX packages can be installed."/>
<License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/> <License Value="The JVCL is released in accordance with the MPL 1.1 license. To get your own copy or read it, go to http://www.mozilla.org/MPL/MPL-1.1.html. "/>
<Version Major="1" Release="6"/> <Version Major="1" Release="6"/>
<Files> <Files Count="4">
<Item> <Item1>
<Filename Value="..\design\JvCore\jvcorereg.pas"/> <Filename Value="..\design\JvCore\jvcorereg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvCoreReg"/> <UnitName Value="JvCoreReg"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\design\JvCore\jvdsgnconsts.pas"/> <Filename Value="..\design\JvCore\jvdsgnconsts.pas"/>
<UnitName Value="JvDsgnConsts"/> <UnitName Value="JvDsgnConsts"/>
</Item> </Item2>
<Item> <Item3>
<Filename Value="..\design\JvCore\jvstringsform.pas"/> <Filename Value="..\design\JvCore\jvstringsform.pas"/>
<UnitName Value="JvStringsForm"/> <UnitName Value="JvStringsForm"/>
</Item> </Item3>
<Item> <Item4>
<Filename Value="..\design\JvCore\jvdsgneditors.pas"/> <Filename Value="..\design\JvCore\jvdsgneditors.pas"/>
<UnitName Value="JvDsgnEditors"/> <UnitName Value="JvDsgnEditors"/>
</Item> </Item4>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="2">
<Item> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item> </Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>