Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

Commit

Permalink
Bump v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioprog committed Nov 3, 2018
1 parent 36cc00b commit 1648e23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
10 changes: 2 additions & 8 deletions packages/brookdt.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="BrookDT"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Silvio Clecio - https://github.com/silvioprog"/>
<CompilerOptions>
Expand All @@ -13,16 +14,10 @@
<OtherUnitFiles Value="..\design"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Brook designtime package."/>
<License Value="See the file LICENSE, included in this distribution, for details about the copyright."/>
<Version Minor="9" Release="9"/>
<Version Major="1"/>
<Files Count="7">
<Item1>
<Filename Value="..\design\brookconfiguratorhandler.pas"/>
Expand Down Expand Up @@ -54,7 +49,6 @@
<UnitName Value="BrookSessionHandler"/>
</Item7>
</Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="BrookRT"/>
Expand Down
12 changes: 3 additions & 9 deletions packages/brookex.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,20 @@
<Package Version="4">
<PathDelim Value="\"/>
<Name Value="BrookEX"/>
<Type Value="DesignTime"/>
<Author Value="Silvio Clecio - https://github.com/silvioprog"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\includes"/>
<OtherUnitFiles Value="..\core;..\ideintf"/>
<OtherUnitFiles Value="..\ideintf"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Brook experts package."/>
<License Value="See the file LICENSE, included in this distribution, for details about the copyright."/>
<Version Major="1" Minor="9" Release="9"/>
<Version Major="2"/>
<Files Count="9">
<Item1>
<Filename Value="..\ideintf\brookideintf.pas"/>
Expand Down Expand Up @@ -61,7 +56,6 @@
<Type Value="LFM"/>
</Item9>
</Files>
<Type Value="DesignTime"/>
<RequiredPkgs Count="3">
<Item1>
<PackageName Value="LazControls"/>
Expand Down
10 changes: 2 additions & 8 deletions packages/brookrt.lpk
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="..\includes"/>
<OtherUnitFiles Value="..\brokers;..\core;..\helpers"/>
<OtherUnitFiles Value="..\brokers;..\core"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Other>
<CompilerMessages>
<MsgFileName Value=""/>
</CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
<Description Value="Brook runtime package."/>
<License Value="See the file LICENSE, included in this distribution, for details about the copyright."/>
<Version Major="3" Minor="9" Release="9"/>
<Version Major="4"/>
<Files Count="27">
<Item1>
<Filename Value="..\brokers\brookfclcgibroker.pas"/>
Expand Down

0 comments on commit 1648e23

Please sign in to comment.