jvcllaz: Activate lpk compatibility mode again which was lost after changing package version number.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-05-08 09:27:25 +00:00
parent f4458de5dd
commit f91ef3ae92
7 changed files with 132 additions and 132 deletions

View File

@ -18,27 +18,27 @@
- StringHolder (easier access to TStrings at designtime)."/> - StringHolder (easier access to TStrings at designtime)."/>
<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="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="2">
<Item> <Item1>
<Filename Value="..\design\JvCmp\jvcmpreg.pas"/> <Filename Value="..\design\JvCmp\jvcmpreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvCmpReg"/> <UnitName Value="JvCmpReg"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\design\JvCmp\jvstrholdereditor.pas"/> <Filename Value="..\design\JvCmp\jvstrholdereditor.pas"/>
<UnitName Value="JvStrHolderEditor"/> <UnitName Value="JvStrHolderEditor"/>
</Item> </Item2>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="3">
<Item> <Item1>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="JvCmpR"/> <PackageName Value="JvCmpR"/>
</Item> </Item2>
<Item> <Item3>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item> </Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

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="7"/> <Version Major="1" Release="7"/>
<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)"/>

View File

@ -17,43 +17,43 @@
<Description Value="JVCL Multimedia and image components (Design-time package): <Description Value="JVCL Multimedia and image components (Design-time package):
bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/> bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/>
<Version Major="1" Release="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="6">
<Item> <Item1>
<Filename Value="..\design\JvMM\jvmmreg.pas"/> <Filename Value="..\design\JvMM\jvmmreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvMMReg"/> <UnitName Value="JvMMReg"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\design\JvMM\jvid3v2editorform.pas"/> <Filename Value="..\design\JvMM\jvid3v2editorform.pas"/>
<UnitName Value="JvId3v2EditorForm"/> <UnitName Value="JvId3v2EditorForm"/>
</Item> </Item2>
<Item> <Item3>
<Filename Value="..\design\JvMM\jvid3v2defineform.pas"/> <Filename Value="..\design\JvMM\jvid3v2defineform.pas"/>
<UnitName Value="JvId3v2DefineForm"/> <UnitName Value="JvId3v2DefineForm"/>
</Item> </Item3>
<Item> <Item4>
<Filename Value="..\design\JvMM\jvfullcoloreditors.pas"/> <Filename Value="..\design\JvMM\jvfullcoloreditors.pas"/>
<UnitName Value="JvFullColorEditors"/> <UnitName Value="JvFullColorEditors"/>
</Item> </Item4>
<Item> <Item5>
<Filename Value="..\design\JvMM\jvfullcolorspaceseditors.pas"/> <Filename Value="..\design\JvMM\jvfullcolorspaceseditors.pas"/>
<UnitName Value="JvFullColorSpacesEditors"/> <UnitName Value="JvFullColorSpacesEditors"/>
</Item> </Item5>
<Item> <Item6>
<Filename Value="..\design\JvMM\jvfullcolorlistform.pas"/> <Filename Value="..\design\JvMM\jvfullcolorlistform.pas"/>
<UnitName Value="JvFullColorListForm"/> <UnitName Value="JvFullColorListForm"/>
</Item> </Item6>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="3">
<Item> <Item1>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="JvMMLazR"/> <PackageName Value="JvMMLazR"/>
</Item> </Item2>
<Item> <Item3>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item> </Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -16,91 +16,91 @@
<Description Value="JVCL Multimedia and image components (Run-time package): bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/> <Description Value="JVCL Multimedia and image components (Run-time package): bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/>
<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="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="19">
<Item> <Item1>
<Filename Value="..\run\JvMM\jvspecialprogress.pas"/> <Filename Value="..\run\JvMM\jvspecialprogress.pas"/>
<UnitName Value="JvSpecialProgress"/> <UnitName Value="JvSpecialProgress"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\run\JvMM\jvgradient.pas"/> <Filename Value="..\run\JvMM\jvgradient.pas"/>
<UnitName Value="JvGradient"/> <UnitName Value="JvGradient"/>
</Item> </Item2>
<Item> <Item3>
<Filename Value="..\run\JvMM\jvgradientheaderpanel.pas"/> <Filename Value="..\run\JvMM\jvgradientheaderpanel.pas"/>
<UnitName Value="JvGradientHeaderPanel"/> <UnitName Value="JvGradientHeaderPanel"/>
</Item> </Item3>
<Item> <Item4>
<Filename Value="..\run\JvMM\jvid3v1.pas"/> <Filename Value="..\run\JvMM\jvid3v1.pas"/>
<UnitName Value="JvId3v1"/> <UnitName Value="JvId3v1"/>
</Item> </Item4>
<Item> <Item5>
<Filename Value="..\run\JvMM\jvid3v2types.pas"/> <Filename Value="..\run\JvMM\jvid3v2types.pas"/>
<UnitName Value="JvId3v2Types"/> <UnitName Value="JvId3v2Types"/>
</Item> </Item5>
<Item> <Item6>
<Filename Value="..\run\JvMM\jvid3v2base.pas"/> <Filename Value="..\run\JvMM\jvid3v2base.pas"/>
<UnitName Value="JvId3v2Base"/> <UnitName Value="JvId3v2Base"/>
</Item> </Item6>
<Item> <Item7>
<Filename Value="..\run\JvMM\jvid3v2.pas"/> <Filename Value="..\run\JvMM\jvid3v2.pas"/>
<UnitName Value="JvId3v2"/> <UnitName Value="JvId3v2"/>
</Item> </Item7>
<Item> <Item8>
<Filename Value="..\run\JvMM\jvbmpanimator.pas"/> <Filename Value="..\run\JvMM\jvbmpanimator.pas"/>
<UnitName Value="JvBmpAnimator"/> <UnitName Value="JvBmpAnimator"/>
</Item> </Item8>
<Item> <Item9>
<Filename Value="..\run\JvMM\jvfullcolorspaces.pas"/> <Filename Value="..\run\JvMM\jvfullcolorspaces.pas"/>
<UnitName Value="JvFullColorSpaces"/> <UnitName Value="JvFullColorSpaces"/>
</Item> </Item9>
<Item> <Item10>
<Filename Value="..\run\JvMM\jvfullcolorrotate.pas"/> <Filename Value="..\run\JvMM\jvfullcolorrotate.pas"/>
<UnitName Value="JvFullColorRotate"/> <UnitName Value="JvFullColorRotate"/>
</Item> </Item10>
<Item> <Item11>
<Filename Value="..\run\JvMM\jvfullcolorctrls.pas"/> <Filename Value="..\run\JvMM\jvfullcolorctrls.pas"/>
<UnitName Value="JvFullColorCtrls"/> <UnitName Value="JvFullColorCtrls"/>
</Item> </Item11>
<Item> <Item12>
<Filename Value="..\run\JvMM\jvfullcolorform.lfm"/> <Filename Value="..\run\JvMM\jvfullcolorform.lfm"/>
<Type Value="LFM"/> <Type Value="LFM"/>
</Item> </Item12>
<Item> <Item13>
<Filename Value="..\run\JvMM\jvfullcolorform.pas"/> <Filename Value="..\run\JvMM\jvfullcolorform.pas"/>
<UnitName Value="JvFullColorForm"/> <UnitName Value="JvFullColorForm"/>
</Item> </Item13>
<Item> <Item14>
<Filename Value="..\run\JvMM\jvfullcolorcircleform.pas"/> <Filename Value="..\run\JvMM\jvfullcolorcircleform.pas"/>
<UnitName Value="JvFullColorCircleForm"/> <UnitName Value="JvFullColorCircleForm"/>
</Item> </Item14>
<Item> <Item15>
<Filename Value="..\run\JvMM\jvfullcolordialogs.pas"/> <Filename Value="..\run\JvMM\jvfullcolordialogs.pas"/>
<UnitName Value="JvFullColorDialogs"/> <UnitName Value="JvFullColorDialogs"/>
</Item> </Item15>
<Item> <Item16>
<Filename Value="..\run\JvMM\jvanimatedimage.pas"/> <Filename Value="..\run\JvMM\jvanimatedimage.pas"/>
<UnitName Value="JvAnimatedImage"/> <UnitName Value="JvAnimatedImage"/>
</Item> </Item16>
<Item> <Item17>
<Filename Value="..\run\JvMM\jvpicclip.pas"/> <Filename Value="..\run\JvMM\jvpicclip.pas"/>
<UnitName Value="JvPicClip"/> <UnitName Value="JvPicClip"/>
</Item> </Item17>
<Item> <Item18>
<Filename Value="..\run\JvMM\jvspecialimage.pas"/> <Filename Value="..\run\JvMM\jvspecialimage.pas"/>
<UnitName Value="JvSpecialImage"/> <UnitName Value="JvSpecialImage"/>
</Item> </Item18>
<Item> <Item19>
<Filename Value="..\run\JvMM\jvimagetransform.pas"/> <Filename Value="..\run\JvMM\jvimagetransform.pas"/>
<UnitName Value="JvImageTransform"/> <UnitName Value="JvImageTransform"/>
</Item> </Item19>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="2">
<Item> <Item1>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item> </Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -17,20 +17,20 @@
<Description Value="JVCL net components (design-time)."/> <Description Value="JVCL net components (design-time)."/>
<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="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="1">
<Item> <Item1>
<Filename Value="..\design\JvNet\jvnetreg.pas"/> <Filename Value="..\design\JvNet\jvnetreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvNetReg"/> <UnitName Value="JvNetReg"/>
</Item> </Item1>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="2">
<Item> <Item1>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="JvNetLazR"/> <PackageName Value="JvNetLazR"/>
</Item> </Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -16,35 +16,35 @@
<Description Value="Page style components of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)"/> <Description Value="Page style components of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)"/>
<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="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="4">
<Item> <Item1>
<Filename Value="..\design\JvPageComps\jvpagecompsreg.pas"/> <Filename Value="..\design\JvPageComps\jvpagecompsreg.pas"/>
<HasRegisterProc Value="True"/> <HasRegisterProc Value="True"/>
<UnitName Value="JvPageCompsReg"/> <UnitName Value="JvPageCompsReg"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\design\JvPageComps\jvnavpaneeditors.pas"/> <Filename Value="..\design\JvPageComps\jvnavpaneeditors.pas"/>
<UnitName Value="JvNavPaneEditors"/> <UnitName Value="JvNavPaneEditors"/>
</Item> </Item2>
<Item> <Item3>
<Filename Value="..\design\JvPageComps\jvpagelisteditors.pas"/> <Filename Value="..\design\JvPageComps\jvpagelisteditors.pas"/>
<UnitName Value="JvPageListEditors"/> <UnitName Value="JvPageListEditors"/>
</Item> </Item3>
<Item> <Item4>
<Filename Value="..\design\JvPageComps\jvpagelinkeditorform.pas"/> <Filename Value="..\design\JvPageComps\jvpagelinkeditorform.pas"/>
<UnitName Value="JvPageLinkEditorForm"/> <UnitName Value="JvPageLinkEditorForm"/>
</Item> </Item4>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="3">
<Item> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="JvCoreLazD"/> <PackageName Value="JvCoreLazD"/>
</Item> </Item2>
<Item> <Item3>
<PackageName Value="JvPageCompsR"/> <PackageName Value="JvPageCompsR"/>
</Item> </Item3>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>

View File

@ -17,39 +17,39 @@ CalcEdit, button, checkbox, panel, linked controls
"/> "/>
<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="7"/> <Version Major="1" Release="7"/>
<Files> <Files Count="6">
<Item> <Item1>
<Filename Value="..\run\JvStdCtrls\jvbutton.pas"/> <Filename Value="..\run\JvStdCtrls\jvbutton.pas"/>
<UnitName Value="JvButton"/> <UnitName Value="JvButton"/>
</Item> </Item1>
<Item> <Item2>
<Filename Value="..\run\JvStdCtrls\jvbaseedits.pas"/> <Filename Value="..\run\JvStdCtrls\jvbaseedits.pas"/>
<UnitName Value="JvBaseEdits"/> <UnitName Value="JvBaseEdits"/>
</Item> </Item2>
<Item> <Item3>
<Filename Value="..\run\JvStdCtrls\jvlinkedcontrols.pas"/> <Filename Value="..\run\JvStdCtrls\jvlinkedcontrols.pas"/>
<UnitName Value="JvLinkedControls"/> <UnitName Value="JvLinkedControls"/>
</Item> </Item3>
<Item> <Item4>
<Filename Value="..\run\JvStdCtrls\jvcheckbox.pas"/> <Filename Value="..\run\JvStdCtrls\jvcheckbox.pas"/>
<UnitName Value="JvCheckBox"/> <UnitName Value="JvCheckBox"/>
</Item> </Item4>
<Item> <Item5>
<Filename Value="..\run\JvStdCtrls\jvpanel.pas"/> <Filename Value="..\run\JvStdCtrls\jvpanel.pas"/>
<UnitName Value="JvPanel"/> <UnitName Value="JvPanel"/>
</Item> </Item5>
<Item> <Item6>
<Filename Value="..\run\JvStdCtrls\jvhottrackpersistent.pas"/> <Filename Value="..\run\JvStdCtrls\jvhottrackpersistent.pas"/>
<UnitName Value="JvHotTrackPersistent"/> <UnitName Value="JvHotTrackPersistent"/>
</Item> </Item6>
</Files> </Files>
<RequiredPkgs> <RequiredPkgs Count="2">
<Item> <Item1>
<PackageName Value="JvCoreLazR"/> <PackageName Value="JvCoreLazR"/>
</Item> </Item1>
<Item> <Item2>
<PackageName Value="FCL"/> <PackageName Value="FCL"/>
</Item> </Item2>
</RequiredPkgs> </RequiredPkgs>
<UsageOptions> <UsageOptions>
<UnitPath Value="$(PkgOutDir)"/> <UnitPath Value="$(PkgOutDir)"/>