mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-06 17:05:56 +02:00
plotpanel: Increment version to 0.2. Minor modification if package description (issue #32651).
git-svn-id: trunk@56332 -
This commit is contained in:
parent
e6459820ac
commit
752a73ecc7
@ -1,25 +1,27 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<CONFIG>
|
<CONFIG>
|
||||||
<Package Version="3">
|
<Package Version="4">
|
||||||
<Name Value="lazplotfunction"/>
|
<Name Value="lazplotfunction"/>
|
||||||
<AddToProjectUsesSection Value="False"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
<Author Value="Michael Van Canneyt"/>
|
<Author Value="Michael Van Canneyt"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="8"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
<Other>
|
<Parsing>
|
||||||
<CompilerPath Value="$(CompPath)"/>
|
<SyntaxOptions>
|
||||||
</Other>
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="2 components to plot a 2-D function y=f(x) in a grid.
|
<Description Value="Components to plot a function y=f(x).
|
||||||
The function result can be specified in an event
|
The function values can be specified in an event
|
||||||
or in an expression
|
or in an expression.
|
||||||
"/>
|
"/>
|
||||||
<License Value="Modified LGPL
|
<License Value="Modified LGPL
|
||||||
"/>
|
"/>
|
||||||
<Version Release="1"/>
|
<Version Release="2"/>
|
||||||
<Files Count="3">
|
<Files Count="3">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="regplotpanel.pp"/>
|
<Filename Value="regplotpanel.pp"/>
|
||||||
@ -35,7 +37,6 @@ or in an expression
|
|||||||
<UnitName Value="plotpanel"/>
|
<UnitName Value="plotpanel"/>
|
||||||
</Item3>
|
</Item3>
|
||||||
</Files>
|
</Files>
|
||||||
<Type Value="RunAndDesignTime"/>
|
|
||||||
<RequiredPkgs Count="2">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="LCL"/>
|
<PackageName Value="LCL"/>
|
||||||
@ -46,11 +47,14 @@ or in an expression
|
|||||||
</Item2>
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)/"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
</UsageOptions>
|
</UsageOptions>
|
||||||
<PublishOptions>
|
<PublishOptions>
|
||||||
<Version Value="2"/>
|
<Version Value="2"/>
|
||||||
<IgnoreBinaries Value="False"/>
|
<IgnoreBinaries Value="False"/>
|
||||||
</PublishOptions>
|
</PublishOptions>
|
||||||
|
<CustomOptions Items="ExternHelp" Version="2">
|
||||||
|
<_ExternHelp Items="Count"/>
|
||||||
|
</CustomOptions>
|
||||||
</Package>
|
</Package>
|
||||||
</CONFIG>
|
</CONFIG>
|
||||||
|
Loading…
Reference in New Issue
Block a user