mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 13:29:27 +02:00
* Procedure added to clear cache of already executed actions
git-svn-id: trunk@32760 -
This commit is contained in:
parent
3f3c8197fb
commit
1a37d8e3d6
@ -58,6 +58,7 @@ function PackageBuildPath(APackage:TFPPackage):String;
|
||||
function PackageRemoteArchive(APackage:TFPPackage): String;
|
||||
function PackageLocalArchive(APackage:TFPPackage): String;
|
||||
function PackageManifestFile(APackage:TFPPackage): String;
|
||||
procedure ClearExecutedAction;
|
||||
|
||||
|
||||
Implementation
|
||||
@ -174,7 +175,10 @@ begin
|
||||
Result:=ManifestFileName;
|
||||
end;
|
||||
|
||||
|
||||
procedure ClearExecutedAction;
|
||||
begin
|
||||
ExecutedActions.Clear;
|
||||
end;
|
||||
|
||||
{ TPackageHandler }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user