You've already forked lazarus-ccr
svnclasses: implemented reading svn log output
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@98 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -7,14 +7,8 @@ unit svnpkg;
|
||||
interface
|
||||
|
||||
uses
|
||||
svnclasses, LazarusPackageIntf;
|
||||
svnclasses;
|
||||
|
||||
implementation
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
end;
|
||||
|
||||
initialization
|
||||
RegisterPackage('svnpkg', @Register);
|
||||
end.
|
||||
|
Reference in New Issue
Block a user