jvcllaz: Increment package versions to 1.0.8

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8166 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2021-12-02 21:05:22 +00:00
parent 2c26e65645
commit c5bac93f80
38 changed files with 57 additions and 58 deletions

View File

@ -15,7 +15,6 @@
<XPManifest>
<DpiAware Value="True"/>
</XPManifest>
<Icon Value="0"/>
</General>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>
@ -26,7 +25,6 @@
</PublishOptions>
<RunParams>
<FormatVersion Value="2"/>
<Modes Count="0"/>
</RunParams>
<RequiredPackages Count="6">
<Item1>

View File

@ -13,10 +13,10 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\jvappfrm"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL application forms (design time) containing form enhancement components:
<Description Value="JVCL application forms (designtime package) containing form enhancement components:
- animated icons, animated title, form wallpaper"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvAppFrm\jvappfrmreg.pas"/>

View File

@ -12,10 +12,10 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvAppFrm"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL Application Forms (Runtime) containing form enhancement components:
<Description Value="JVCL Application Forms (runtime package) containing form enhancement components:
- animated icons, animated title, form wallpaper"/>
<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="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvAppFrm\jvformanimatedicon.pas"/>

View File

@ -12,7 +12,7 @@
</SearchPaths>
</CompilerOptions>
<Description Value="A meta package for simple installation of all JVCL designtime packages."/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="18">
<Item1>

View File

@ -17,7 +17,7 @@
- Spellchecker component
- 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvCmp\jvcmpreg.pas"/>
@ -29,6 +29,7 @@
<UnitName Value="JvStrHolderEditor"/>
</Item2>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="JvCoreLazD"/>

View File

@ -17,7 +17,7 @@
- Spellchecker component
- 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="5">
<Item1>
<Filename Value="..\run\JvCmp\jvspellchecker.pas"/>
@ -40,6 +40,7 @@
<UnitName Value="JvProfilerForm"/>
</Item5>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="JvCoreLazR"/>

View File

@ -14,9 +14,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvCore"/>
</SearchPaths>
</CompilerOptions>
<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 package). 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\design\JvCore\jvcorereg.pas"/>

View File

@ -18,10 +18,10 @@
</SyntaxOptions>
</Parsing>
</CompilerOptions>
<Description Value="JVCL Core Components (Runtime). Must be compiled before any of the other JvXXX packages can be installed.
<Description Value="JVCL Core Components (runtime package). 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="10">
<Item1>
<Filename Value="..\run\JvCore\jvtypes.pas"/>

View File

@ -18,7 +18,7 @@
Movable bevel and panel, ruler, expandable panel (RollOut), group header, hypertext components
"/>
<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="8"/>
<Files Count="3">
<Item1>
<Filename Value="..\design\JvCtrls\jvctrlsreg.pas"/>

View File

@ -16,7 +16,7 @@
Movable bevel and panel, ruler, exandable panel (RollOut), group header, hypertext components
"/>
<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="8"/>
<Files Count="11">
<Item1>
<Filename Value="..\run\JvCtrls\jvhint.pas"/>

View File

@ -17,7 +17,7 @@
TimeLine, OutlookBar, Thumbnail viewer, ImageViewer, ImageListViewer, OwnerDrawViewer
"/>
<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="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\design\JvCustomControls\jvcustomreg.pas"/>

View File

@ -15,7 +15,7 @@
<Description Value="Custom components of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime code):
TimeLine, OutlookBar, Thumbnail viewer, ImageViewer, ImageListViewer, OwnerDrawViewer"/>
<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="8"/>
<Files Count="13">
<Item1>
<Filename Value="..\run\JvCustomControls\jvtimeline.pas"/>

View File

@ -19,7 +19,7 @@
- Hypertext components
"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvDB\jvdbreg.pas"/>
@ -28,7 +28,7 @@
</Item1>
</Files>
<CompatibilityMode Value="True"/>
<RequiredPkgs Count="5">
<RequiredPkgs Count="4">
<Item1>
<PackageName Value="JvStdCtrlsLazR"/>
</Item1>
@ -41,9 +41,6 @@
<Item4>
<PackageName Value="JvDBLazR"/>
</Item4>
<Item5>
<PackageName Value="FCL"/>
</Item5>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -19,7 +19,7 @@
- Hypertext components
"/>
<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="8"/>
<Files Count="8">
<Item1>
<Filename Value="..\run\JvDB\jvdbhtlabel.pas"/>

View File

@ -14,12 +14,12 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvHMI"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL Human-Machine-Interface (HMI) Components (design-time) containing these components
<Description Value="JVCL Human-Machine-Interface (HMI) Components (designtime package) containing these components
- TJvDialButton
- TJvLED
- TJvSegmentedLEDDisplay"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvHMI\jvhmireg.pas"/>

View File

@ -13,12 +13,12 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvHMI"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL Human-Machine-Interface (HMI) Components (run-time) containing these components
<Description Value="JVCL Human-Machine-Interface (HMI) Components (runtime package) containing these components
- TJvDialButton
- TJvLED
- TJvSegmentedLEDDisplay"/>
<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="8"/>
<Files Count="2">
<Item1>
<Filename Value="..\run\JvHMI\jvdialbutton.pas"/>

View File

@ -17,7 +17,7 @@
- YearGrid
- Simulation components"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvJans\jvjansreg.pas"/>

View File

@ -16,7 +16,7 @@
- YearGrid
- Simulation components"/>
<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="8"/>
<Files Count="13">
<Item1>
<Filename Value="..\run\JvJans\jvyeargrid.pas"/>

View File

@ -14,9 +14,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvMM"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL Multimedia and image components (Design-time package):
<Description Value="JVCL Multimedia and image components (Designtime package):
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="8"/>
<Files Count="6">
<Item1>
<Filename Value="..\design\JvMM\jvmmreg.pas"/>

View File

@ -13,9 +13,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvMM"/>
</SearchPaths>
</CompilerOptions>
<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 (runtime 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="19">
<Item1>
<Filename Value="..\run\JvMM\jvspecialprogress.pas"/>

View File

@ -14,9 +14,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvNet"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL net components (design-time)."/>
<Description Value="JVCL net components (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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvNet\jvnetreg.pas"/>

View File

@ -12,9 +12,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvNet"/>
</SearchPaths>
</CompilerOptions>
<Description Value="JVCL net components (Run-time): HTML parser, FormToHtml converter"/>
<Description Value="JVCL net components (runtime code): HTML parser, FormToHtml converter"/>
<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="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvNet\jvhtmlparser.pas"/>

View File

@ -15,7 +15,7 @@
</CompilerOptions>
<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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\design\JvPageComps\jvpagecompsreg.pas"/>

View File

@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="Page style components of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="6">
<Item1>
<Filename Value="..\run\JvPageComps\jvnavigationpane.pas"/>

View File

@ -13,9 +13,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvPascalInterpreter"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Pascal scripting engine of the JVCL library (https://sourceforge.net/projects/jvcl/) (designime code)."/>
<Description Value="Pascal scripting engine 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvPascalInterpreter\jvpascalinterpreterreg.pas"/>

View File

@ -15,7 +15,7 @@
<Description Value="Pascal scripting engine of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvPascalInterpreter\JvInterpreter.pas"/>

View File

@ -12,9 +12,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvRuntimeDesign"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Runtime form designer"/>
<Description Value="Runtime form designer (designtime package)"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvRuntimeDesign\jvruntimedesignreg.pas"/>

View File

@ -11,9 +11,9 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvRuntimeDesign"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Runtime form designer"/>
<Description Value="Runtime form designer (runtime package)"/>
<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="8"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvRuntimeDesign\jvdesignclip.pas"/>

View File

@ -16,7 +16,7 @@
<Description Value="Enhanced standard controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)
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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvStdCtrls\jvstdctrlsreg.pas"/>

View File

@ -16,7 +16,7 @@
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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="6">
<Item1>
<Filename Value="..\run\JvStdCtrls\jvbutton.pas"/>

View File

@ -13,9 +13,10 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\design\JvTimeFramework"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Designtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt"/>
<Description Value="Designtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt
NOTE: NOT FULLY WORKING"/>
<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="8"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvTimeFramework\jvtimeframeworkreg.pas"/>

View File

@ -12,9 +12,10 @@
<UnitOutputDirectory Value="..\lib\$(TargetCPU)-$(TargetOS)\run\JvTimeFramework"/>
</SearchPaths>
</CompilerOptions>
<Description Value="Runtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt"/>
<Description Value="Runtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt
NOTE: NOT FULLY WORKING"/>
<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="8"/>
<Files Count="10">
<Item1>
<Filename Value="..\run\JvTimeFramework\jvtfsparsematrix.pas"/>

View File

@ -16,7 +16,7 @@
</CompilerOptions>
<Description Value="Validator 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="3">
<Item1>
<Filename Value="..\design\JvValidators\jvvalidatorreg.pp"/>

View File

@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="Validator components of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="2">
<Item1>
<Filename Value="..\run\JvValidators\jverrorindicator.pas"/>

View File

@ -15,7 +15,7 @@
</CompilerOptions>
<Description Value="&quot;Wizard&quot; component (Designtime package)"/>
<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="8"/>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvWizard\jvwizardeditorform.pas"/>

View File

@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="&quot;Wizard&quot; component (Runtime package)"/>
<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="8"/>
<Files Count="5">
<Item1>
<Filename Value="..\run\JvWizard\jvwizard.pas"/>

View File

@ -15,7 +15,7 @@
</CompilerOptions>
<Description Value="XP style controls 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvXPCtrls\jvxpctrlsreg.pas"/>

View File

@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="XP style controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (runtime 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. "/>
<Version Major="1" Release="7"/>
<Version Major="1" Release="8"/>
<Files Count="6">
<Item1>
<Filename Value="..\run\JvXPCtrls\jvxpbar.pas"/>