richmemo: the package unit shouldn't be attached to the project

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4023 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
skalogryz
2015-03-13 20:12:25 +00:00
parent f94692451c
commit 0f0f3e8651
2 changed files with 2 additions and 3 deletions

View File

@ -261,7 +261,7 @@ var
implementation implementation
uses uses
WSRichMemo; RichMemoFactory, WSRichMemo;
procedure InitFontParams(var p: TFontParams); procedure InitFontParams(var p: TFontParams);
begin begin

View File

@ -3,7 +3,7 @@
<Package Version="4"> <Package Version="4">
<PathDelim Value="\"/> <PathDelim Value="\"/>
<Name Value="richmemopackage"/> <Name Value="richmemopackage"/>
<AddToProjectUsesSection Value="True"/> <Type Value="RunAndDesignTime"/>
<Author Value="Dmitry 'skalogryz' Boyarintsev"/> <Author Value="Dmitry 'skalogryz' Boyarintsev"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
@ -111,7 +111,6 @@
<Type Value="LFM"/> <Type Value="LFM"/>
</Item18> </Item18>
</Files> </Files>
<Type Value="RunAndDesignTime"/>
<RequiredPkgs Count="3"> <RequiredPkgs Count="3">
<Item1> <Item1>
<PackageName Value="IDEIntf"/> <PackageName Value="IDEIntf"/>