lazarus/components/fppkg/svn/svnpkg.pas
darius 70cef5d805 Initial import of a fppkg GUI
- contains lnet sources for the time being
- contains SVNClasses sources, implementing SVN package support

git-svn-id: trunk@30863 -
2011-05-22 20:31:20 +00:00

15 lines
208 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit svnpkg;
interface
uses
SvnClasses, SvnCommand;
implementation
end.