lazarus/components/lazsvnpkg/lazsvnpkg.pas
2008-11-01 17:33:46 +00:00

24 lines
490 B
ObjectPascal

{ This file was automatically created by Lazarus. do not edit!
This source is only used to compile and install the package.
}
unit lazsvnpkg;
interface
uses
SVNLogForm, SVNUpdateForm, SVNDiffForm, SVNSettingsForm, SVNClasses,
SVNStatusForm, SVNCommitForm, LazSVNIntf, SVNAddProjectForm,
LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('LazSVNIntf', @LazSVNIntf.Register);
end;
initialization
RegisterPackage('lazsvnpkg', @Register);
end.