You've already forked lazarus-ccr
lazMapViewer: Add description, license and authors to package file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6315 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3,6 +3,7 @@
|
|||||||
<Package Version="4">
|
<Package Version="4">
|
||||||
<Name Value="lazMapViewerPkg"/>
|
<Name Value="lazMapViewerPkg"/>
|
||||||
<Type Value="RunAndDesignTime"/>
|
<Type Value="RunAndDesignTime"/>
|
||||||
|
<Author Value="Maciej Kaczkowski, ti_dic"/>
|
||||||
<CompilerOptions>
|
<CompilerOptions>
|
||||||
<Version Value="11"/>
|
<Version Value="11"/>
|
||||||
<SearchPaths>
|
<SearchPaths>
|
||||||
@ -10,6 +11,9 @@
|
|||||||
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
||||||
</SearchPaths>
|
</SearchPaths>
|
||||||
</CompilerOptions>
|
</CompilerOptions>
|
||||||
|
<Description Value="Component for viewing maps (Google, OpenStreetMap, etc).
|
||||||
|
This is a fork of MapViewer by ti_dic (https://sourceforge.net/p/roadbook/code/ci/master/tree/mapviewer/) which itself is based on the MapViewer by Maciej Kaczkowski (https://github.com/maciejkaczkowski/mapviewer)."/>
|
||||||
|
<License Value="GPL2 or later"/>
|
||||||
<Files Count="14">
|
<Files Count="14">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="source/mvcache.pas"/>
|
<Filename Value="source/mvcache.pas"/>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{ Map Viewer Download Engine Synapse
|
{ Map Viewer Download Engine
|
||||||
|
|
||||||
Copyright (C) 2011 Maciej Kaczkowski / keit.co
|
Copyright (C) 2011 Maciej Kaczkowski / keit.co
|
||||||
|
|
||||||
@ -34,6 +34,7 @@ type
|
|||||||
procedure DownloadFile(const Url: string; AStream: TStream); virtual;
|
procedure DownloadFile(const Url: string; AStream: TStream); virtual;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
{ TMvCustomDownloadEngine }
|
{ TMvCustomDownloadEngine }
|
||||||
|
Reference in New Issue
Block a user