anchordocking: package type runtime, bug #28844

git-svn-id: trunk@50045 -
This commit is contained in:
mattias 2015-10-13 12:14:31 +00:00
parent 7ff368f3b7
commit 944630b2f7
2 changed files with 2 additions and 10 deletions

View File

@ -2,7 +2,6 @@
<CONFIG>
<Package Version="4">
<Name Value="AnchorDocking"/>
<Type Value="RunAndDesignTime"/>
<AddToProjectUsesSection Value="True"/>
<Author Value="Mattias Gaertner mattias@freepascal.org"/>
<CompilerOptions>

View File

@ -2,20 +2,13 @@
This source is only used to compile and install the package.
}
unit anchordockpkg;
unit anchordockpkg;
interface
uses
AnchorDocking, AnchorDockStorage, AnchorDockStr, AnchorDockOptionsDlg,
LazarusPackageIntf;
AnchorDocking, AnchorDockStorage, AnchorDockStr, AnchorDockOptionsDlg;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('AnchorDocking', @Register);
end.