jvcllaz: Change version to 1.0.7 after releasing v1.0.6.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7435 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2020-05-08 08:29:40 +00:00
parent b2b4951729
commit f4458de5dd
35 changed files with 194 additions and 194 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvAppFrmLazD"/>
<Type Value="RunAndDesignTime"/>
@ -17,7 +17,7 @@
- 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="6"/>
<Version Major="1" Release="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvAppFrm\jvappfrmreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="jvappfrmlazr"/>
<Author Value="Various authors - see unit headers for details."/>
@ -16,7 +16,7 @@
- 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="6"/>
<Version Major="1" Release="7"/>
<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="6"/>
<Version Major="1" Release="7"/>
<RequiredPkgs Count="17">
<Item1>
<PackageName Value="JvTimeFrameworkLazD"/>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCmpR"/>
<Author Value="Various authors - see header of each unit for original author."/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="5">
<Item1>
<Filename Value="..\run\JvCmp\jvspellchecker.pas"/>

View File

@ -16,33 +16,33 @@
</CompilerOptions>
<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. "/>
<Version Major="1" Release="6"/>
<Files Count="4">
<Item1>
<Version Major="1" Release="7"/>
<Files>
<Item>
<Filename Value="..\design\JvCore\jvcorereg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="JvCoreReg"/>
</Item1>
<Item2>
</Item>
<Item>
<Filename Value="..\design\JvCore\jvdsgnconsts.pas"/>
<UnitName Value="JvDsgnConsts"/>
</Item2>
<Item3>
</Item>
<Item>
<Filename Value="..\design\JvCore\jvstringsform.pas"/>
<UnitName Value="JvStringsForm"/>
</Item3>
<Item4>
</Item>
<Item>
<Filename Value="..\design\JvCore\jvdsgneditors.pas"/>
<UnitName Value="JvDsgnEditors"/>
</Item4>
</Item>
</Files>
<RequiredPkgs Count="2">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="JvCoreLazR"/>
</Item2>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCoreLazR"/>
<AddToProjectUsesSection Value="True"/>
@ -22,7 +22,7 @@
<Description Value="JVCL Core Components (Runtime). 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="6"/>
<Version Major="1" Release="7"/>
<Files Count="10">
<Item1>
<Filename Value="..\run\JvCore\jvtypes.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCtrlsLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="3">
<Item1>
<Filename Value="..\design\JvCtrls\jvctrlsreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCtrlsLazR"/>
<Author Value="Several original authors - see header of each unit for details. Lazarus port by: Michał Gawrycki, Werner Pamler"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="11">
<Item1>
<Filename Value="..\run\JvCtrls\jvhint.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCustomLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="4">
<Item1>
<Filename Value="..\design\JvCustomControls\jvcustomreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvCustomLazR"/>
<Author Value="Various authors - see header of each unit for original author."/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="13">
<Item1>
<Filename Value="..\run\JvCustomControls\jvtimeline.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvDBLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvDB\jvdbreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvDBLazR"/>
<Author Value="Various authors - see header of each unit for original author. Lazarus port by Michał Gawrycki"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="8">
<Item1>
<Filename Value="..\run\JvDB\jvdbhtlabel.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvHMILazD"/>
<Type Value="RunAndDesignTime"/>
@ -19,7 +19,7 @@
- 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="6"/>
<Version Major="1" Release="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvHMI\jvhmireg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvHMILazR"/>
<Author Value="Various authors - see header of each unit for original author."/>
@ -18,7 +18,7 @@
- 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="6"/>
<Version Major="1" Release="7"/>
<Files Count="2">
<Item1>
<Filename Value="..\run\JvHMI\jvdialbutton.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvJansLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvJans\jvjansreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvJansLazR"/>
<Author Value="Original author: Jan Verhoeven [jan1 dott verhoeven att wxs dott nl]"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="13">
<Item1>
<Filename Value="..\run\JvJans\jvyeargrid.pas"/>

View File

@ -16,44 +16,44 @@
</CompilerOptions>
<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"/>
<Version Major="1" Release="6"/>
<Files Count="6">
<Item1>
<Version Major="1" Release="7"/>
<Files>
<Item>
<Filename Value="..\design\JvMM\jvmmreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="JvMMReg"/>
</Item1>
<Item2>
</Item>
<Item>
<Filename Value="..\design\JvMM\jvid3v2editorform.pas"/>
<UnitName Value="JvId3v2EditorForm"/>
</Item2>
<Item3>
</Item>
<Item>
<Filename Value="..\design\JvMM\jvid3v2defineform.pas"/>
<UnitName Value="JvId3v2DefineForm"/>
</Item3>
<Item4>
</Item>
<Item>
<Filename Value="..\design\JvMM\jvfullcoloreditors.pas"/>
<UnitName Value="JvFullColorEditors"/>
</Item4>
<Item5>
</Item>
<Item>
<Filename Value="..\design\JvMM\jvfullcolorspaceseditors.pas"/>
<UnitName Value="JvFullColorSpacesEditors"/>
</Item5>
<Item6>
</Item>
<Item>
<Filename Value="..\design\JvMM\jvfullcolorlistform.pas"/>
<UnitName Value="JvFullColorListForm"/>
</Item6>
</Item>
</Files>
<RequiredPkgs Count="3">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="JvCoreLazD"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="JvMMLazR"/>
</Item2>
<Item3>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item3>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -15,92 +15,92 @@
</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"/>
<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"/>
<Files Count="19">
<Item1>
<Version Major="1" Release="7"/>
<Files>
<Item>
<Filename Value="..\run\JvMM\jvspecialprogress.pas"/>
<UnitName Value="JvSpecialProgress"/>
</Item1>
<Item2>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvgradient.pas"/>
<UnitName Value="JvGradient"/>
</Item2>
<Item3>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvgradientheaderpanel.pas"/>
<UnitName Value="JvGradientHeaderPanel"/>
</Item3>
<Item4>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvid3v1.pas"/>
<UnitName Value="JvId3v1"/>
</Item4>
<Item5>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvid3v2types.pas"/>
<UnitName Value="JvId3v2Types"/>
</Item5>
<Item6>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvid3v2base.pas"/>
<UnitName Value="JvId3v2Base"/>
</Item6>
<Item7>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvid3v2.pas"/>
<UnitName Value="JvId3v2"/>
</Item7>
<Item8>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvbmpanimator.pas"/>
<UnitName Value="JvBmpAnimator"/>
</Item8>
<Item9>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorspaces.pas"/>
<UnitName Value="JvFullColorSpaces"/>
</Item9>
<Item10>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorrotate.pas"/>
<UnitName Value="JvFullColorRotate"/>
</Item10>
<Item11>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorctrls.pas"/>
<UnitName Value="JvFullColorCtrls"/>
</Item11>
<Item12>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorform.lfm"/>
<Type Value="LFM"/>
</Item12>
<Item13>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorform.pas"/>
<UnitName Value="JvFullColorForm"/>
</Item13>
<Item14>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolorcircleform.pas"/>
<UnitName Value="JvFullColorCircleForm"/>
</Item14>
<Item15>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvfullcolordialogs.pas"/>
<UnitName Value="JvFullColorDialogs"/>
</Item15>
<Item16>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvanimatedimage.pas"/>
<UnitName Value="JvAnimatedImage"/>
</Item16>
<Item17>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvpicclip.pas"/>
<UnitName Value="JvPicClip"/>
</Item17>
<Item18>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvspecialimage.pas"/>
<UnitName Value="JvSpecialImage"/>
</Item18>
<Item19>
</Item>
<Item>
<Filename Value="..\run\JvMM\jvimagetransform.pas"/>
<UnitName Value="JvImageTransform"/>
</Item19>
</Item>
</Files>
<RequiredPkgs Count="2">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="JvCoreLazR"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item2>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvNetLazR"/>
<Author Value="Various authors - see header of each unit for original author."/>
@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="JVCL net components (Run-time): 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="6"/>
<Version Major="1" Release="7"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvNet\jvhtmlparser.pas"/>

View File

@ -15,36 +15,36 @@
</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="6"/>
<Files Count="4">
<Item1>
<Version Major="1" Release="7"/>
<Files>
<Item>
<Filename Value="..\design\JvPageComps\jvpagecompsreg.pas"/>
<HasRegisterProc Value="True"/>
<UnitName Value="JvPageCompsReg"/>
</Item1>
<Item2>
</Item>
<Item>
<Filename Value="..\design\JvPageComps\jvnavpaneeditors.pas"/>
<UnitName Value="JvNavPaneEditors"/>
</Item2>
<Item3>
</Item>
<Item>
<Filename Value="..\design\JvPageComps\jvpagelisteditors.pas"/>
<UnitName Value="JvPageListEditors"/>
</Item3>
<Item4>
</Item>
<Item>
<Filename Value="..\design\JvPageComps\jvpagelinkeditorform.pas"/>
<UnitName Value="JvPageLinkEditorForm"/>
</Item4>
</Item>
</Files>
<RequiredPkgs Count="3">
<Item1>
<RequiredPkgs>
<Item>
<PackageName Value="IDEIntf"/>
</Item1>
<Item2>
</Item>
<Item>
<PackageName Value="JvCoreLazD"/>
</Item2>
<Item3>
</Item>
<Item>
<PackageName Value="JvPageCompsR"/>
</Item3>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvPageCompsR"/>
<Author Value="Lazarus port by: Michał Gawrycki"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="6">
<Item1>
<Filename Value="..\run\JvPageComps\jvnavigationpane.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvRuntimeDesignLazD"/>
<Type Value="RunAndDesignTime"/>
@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="Runtime form designer"/>
<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="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvRuntimeDesign\jvruntimedesignreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvRuntimeDesignLazR"/>
<CompilerOptions>
@ -13,7 +13,7 @@
</CompilerOptions>
<Description Value="Runtime form designer"/>
<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="7"/>
<Files Count="4">
<Item1>
<Filename Value="..\run\JvRuntimeDesign\jvdesignclip.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvStdCtrlsLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvStdCtrls\jvstdctrlsreg.pas"/>

View File

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

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvTimeFrameworkLazD"/>
<Type Value="RunAndDesignTime"/>
@ -15,7 +15,7 @@
</CompilerOptions>
<Description Value="Designtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt"/>
<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="7"/>
<Files Count="1">
<Item1>
<Filename Value="..\design\JvTimeFramework\jvtimeframeworkreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvTimeFrameworkLazR"/>
<Author Value="Original author: Mike Kolter, Lazarus port by W.Pamler"/>
@ -14,7 +14,7 @@
</CompilerOptions>
<Description Value="Runtime package of the JVCL &quot;time framework&quot; components: Planners, calendars, Gantt"/>
<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="7"/>
<Files Count="10">
<Item1>
<Filename Value="..\run\JvTimeFramework\jvtfsparsematrix.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvValidatorsLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="3">
<Item1>
<Filename Value="..\design\JvValidators\jvvalidatorreg.pp"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvValidatorsLazR"/>
<Author Value="Lazarus port by: Michał Gawrycki"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="2">
<Item1>
<Filename Value="..\run\JvValidators\jverrorindicator.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvWizardLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvWizard\jvwizardeditorform.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvWizardLazR"/>
<Author Value="Various authors - see header of jvwizard.pas for original authors. Lazarus port by Michal Gawrycki."/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="5">
<Item1>
<Filename Value="..\run\JvWizard\jvwizard.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvXPCtrlsLazD"/>
<Type Value="RunAndDesignTime"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="2">
<Item1>
<Filename Value="..\design\JvXPCtrls\jvxpctrlsreg.pas"/>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="4">
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="JvXPCtrlsLazR"/>
<Author Value="Lazarus port by: Sergio Samayoa, Werner Pamler"/>
@ -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="6"/>
<Version Major="1" Release="7"/>
<Files Count="6">
<Item1>
<Filename Value="..\run\JvXPCtrls\jvxpbar.pas"/>