You've already forked lazarus-ccr
Set release number and package info
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2076 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -5,6 +5,7 @@ Note: Lazarus Trunk required
|
|||||||
|
|
||||||
Version pre-1.0
|
Version pre-1.0
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
|
2011-10-14 Released jujiboutils 1.0
|
||||||
2011-09-30 Added: ftString support to TJDBGridControl. MaxLength property.
|
2011-09-30 Added: ftString support to TJDBGridControl. MaxLength property.
|
||||||
Translations support: spanish
|
Translations support: spanish
|
||||||
2011-09-27 Added: ftDateTime support to TJDBGridControl
|
2011-09-27 Added: ftDateTime support to TJDBGridControl
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="jujiboutils"/>
|
<Name Value="jujiboutils"/>
|
||||||
|
<Author Value="Julio Jiménez Borreguero"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="10"/>
|
<Version Value="10"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -21,6 +22,11 @@
|
|||||||
<CompilerPath Value="$(CompPath)"/>
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
</Other>
|
</Other>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
<Description Value="Set of components to input and validate
|
||||||
|
different kinds of data, floats, dates, etc. while working with
|
||||||
|
db and non db controls."/>
|
||||||
|
<License Value="LGPL with link exception. Read files license-jujiboutils and COPYING.LGPL"/>
|
||||||
|
<Version Major="1"/>
|
||||||
<Files Count="17">
|
<Files Count="17">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="src/jdbgridcontrol.pas"/>
|
<Filename Value="src/jdbgridcontrol.pas"/>
|
||||||
|
Reference in New Issue
Block a user