mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-22 21:08:30 +02:00
projectgroups: readded codetools dependency and fixed license
git-svn-id: trunk@56683 -
This commit is contained in:
parent
e348614532
commit
fd51e12459
@ -15,7 +15,7 @@
|
|||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
<Description Value="IDE Add-on for grouping projects, packages and project groups."/>
|
||||||
<License Value="Same as IDEIntf.
|
<License Value="Same as IDEIntf.
|
||||||
Modified LGPL-2."/>
|
GPL-2."/>
|
||||||
<Version Minor="7"/>
|
<Version Minor="7"/>
|
||||||
<Files Count="6">
|
<Files Count="6">
|
||||||
<Item1>
|
<Item1>
|
||||||
@ -48,10 +48,13 @@ Modified LGPL-2."/>
|
|||||||
<EnableI18N Value="True"/>
|
<EnableI18N Value="True"/>
|
||||||
<OutDir Value="languages"/>
|
<OutDir Value="languages"/>
|
||||||
</i18n>
|
</i18n>
|
||||||
<RequiredPkgs Count="1">
|
<RequiredPkgs Count="2">
|
||||||
<Item1>
|
<Item1>
|
||||||
<PackageName Value="IDEIntf"/>
|
<PackageName Value="CodeTools"/>
|
||||||
</Item1>
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item2>
|
||||||
</RequiredPkgs>
|
</RequiredPkgs>
|
||||||
<UsageOptions>
|
<UsageOptions>
|
||||||
<UnitPath Value="$(PkgOutDir)"/>
|
<UnitPath Value="$(PkgOutDir)"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user