JVCLLaz: Increment version number to 1.0.9 after release of v1.0.8 to OPM.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@9105 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-12-27 11:21:10 +00:00
parent 2e08a5c517
commit f8d800c854
37 changed files with 37 additions and 37 deletions

View File

@ -16,7 +16,7 @@
<Description Value="JVCL application forms (designtime package) containing form enhancement components: <Description Value="JVCL application forms (designtime package) containing form enhancement components:
- animated icons, animated title, form wallpaper"/> - 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvAppFrm\jvappfrmreg.pas"/> <Filename Value="..\design\JvAppFrm\jvappfrmreg.pas"/>

View File

@ -15,7 +15,7 @@
<Description Value="JVCL Application Forms (runtime package) containing form enhancement components: <Description Value="JVCL Application Forms (runtime package) containing form enhancement components:
- animated icons, animated title, form wallpaper"/> - 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="..\run\JvAppFrm\jvformanimatedicon.pas"/> <Filename Value="..\run\JvAppFrm\jvformanimatedicon.pas"/>

View File

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

View File

@ -17,7 +17,7 @@
- Spellchecker component - Spellchecker component
- 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="8"/> <Version Major="1" Release="9"/>
<Files Count="2"> <Files Count="2">
<Item1> <Item1>
<Filename Value="..\design\JvCmp\jvcmpreg.pas"/> <Filename Value="..\design\JvCmp\jvcmpreg.pas"/>

View File

@ -17,7 +17,7 @@
- Spellchecker component - Spellchecker component
- 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="8"/> <Version Major="1" Release="9"/>
<Files Count="5"> <Files Count="5">
<Item1> <Item1>
<Filename Value="..\run\JvCmp\jvspellchecker.pas"/> <Filename Value="..\run\JvCmp\jvspellchecker.pas"/>

View File

@ -16,7 +16,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="JVCL Core Components (designtime package). 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="..\design\JvCore\jvcorereg.pas"/> <Filename Value="..\design\JvCore\jvcorereg.pas"/>

View File

@ -21,7 +21,7 @@
<Description Value="JVCL Core Components (runtime package). 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="10"> <Files Count="10">
<Item1> <Item1>
<Filename Value="..\run\JvCore\jvtypes.pas"/> <Filename Value="..\run\JvCore\jvtypes.pas"/>

View File

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

View File

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

View File

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

View File

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

View File

@ -19,7 +19,7 @@
- Hypertext components - 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvDB\jvdbreg.pas"/> <Filename Value="..\design\JvDB\jvdbreg.pas"/>

View File

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

View File

@ -19,7 +19,7 @@
- TJvLED - TJvLED
- TJvSegmentedLEDDisplay"/> - 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvHMI\jvhmireg.pas"/> <Filename Value="..\design\JvHMI\jvhmireg.pas"/>

View File

@ -18,7 +18,7 @@
- TJvLED - TJvLED
- TJvSegmentedLEDDisplay"/> - 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="2"> <Files Count="2">
<Item1> <Item1>
<Filename Value="..\run\JvHMI\jvdialbutton.pas"/> <Filename Value="..\run\JvHMI\jvdialbutton.pas"/>

View File

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

View File

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

View File

@ -16,7 +16,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="JVCL Multimedia and image components (Designtime 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"/> bmp animator, id3v1 and id3v2 tags, full color components and dialogs, gradient, gradient header, special progress bar, animated image"/>
<Version Major="1" Release="8"/> <Version Major="1" Release="9"/>
<Files Count="6"> <Files Count="6">
<Item1> <Item1>
<Filename Value="..\design\JvMM\jvmmreg.pas"/> <Filename Value="..\design\JvMM\jvmmreg.pas"/>

View File

@ -15,7 +15,7 @@
</CompilerOptions> </CompilerOptions>
<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"/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="19"> <Files Count="19">
<Item1> <Item1>
<Filename Value="..\run\JvMM\jvspecialprogress.pas"/> <Filename Value="..\run\JvMM\jvspecialprogress.pas"/>

View File

@ -16,7 +16,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="JVCL net components (designtime code)."/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvNet\jvnetreg.pas"/> <Filename Value="..\design\JvNet\jvnetreg.pas"/>

View File

@ -14,7 +14,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="JVCL net components (runtime code): 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="5"> <Files Count="5">
<Item1> <Item1>
<Filename Value="..\run\JvNet\jvhtmlparser.pas"/> <Filename Value="..\run\JvNet\jvhtmlparser.pas"/>

View File

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

View File

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

View File

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

View File

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

View File

@ -14,7 +14,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="Runtime form designer (designtime package)"/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvRuntimeDesign\jvruntimedesignreg.pas"/> <Filename Value="..\design\JvRuntimeDesign\jvruntimedesignreg.pas"/>

View File

@ -13,7 +13,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="Runtime form designer (runtime package)"/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="4"> <Files Count="4">
<Item1> <Item1>
<Filename Value="..\run\JvRuntimeDesign\jvdesignclip.pas"/> <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) <Description Value="Enhanced standard controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)
CalcEdit, button, checkbox, panel, linked controls"/> 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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvStdCtrls\jvstdctrlsreg.pas"/> <Filename Value="..\design\JvStdCtrls\jvstdctrlsreg.pas"/>

View File

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

View File

@ -16,7 +16,7 @@
<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"/> 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="1"> <Files Count="1">
<Item1> <Item1>
<Filename Value="..\design\JvTimeFramework\jvtimeframeworkreg.pas"/> <Filename Value="..\design\JvTimeFramework\jvtimeframeworkreg.pas"/>

View File

@ -15,7 +15,7 @@
<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"/> 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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="10"> <Files Count="10">
<Item1> <Item1>
<Filename Value="..\run\JvTimeFramework\jvtfsparsematrix.pas"/> <Filename Value="..\run\JvTimeFramework\jvtfsparsematrix.pas"/>

View File

@ -16,7 +16,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="Validator components of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)"/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="3"> <Files Count="3">
<Item1> <Item1>
<Filename Value="..\design\JvValidators\jvvalidatorreg.pp"/> <Filename Value="..\design\JvValidators\jvvalidatorreg.pp"/>

View File

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

View File

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

View File

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

View File

@ -15,7 +15,7 @@
</CompilerOptions> </CompilerOptions>
<Description Value="XP style controls of the JVCL library (https://sourceforge.net/projects/jvcl/) (designtime code)"/> <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. "/> <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="8"/> <Version Major="1" Release="9"/>
<Files Count="2"> <Files Count="2">
<Item1> <Item1>
<Filename Value="..\design\JvXPCtrls\jvxpctrlsreg.pas"/> <Filename Value="..\design\JvXPCtrls\jvxpctrlsreg.pas"/>

View File

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