Completed refactoring

This commit is contained in:
Alejandro R Mosteo
2018-03-09 12:16:50 +01:00
parent 6f5a5c7b57
commit 21083f976f
+2 -2
View File
@@ -6,7 +6,7 @@ with Alire.Index;
with Alire.Origins;
with Alire.Requisites;
package body Alire.Root_Project is
package body Alire.Root_Release is
Root : Alire.Containers.Release_H;
-- Root dependency (the working project). If Is_Empty we know we must recompile,
@@ -61,4 +61,4 @@ package body Alire.Root_Project is
return Rel;
end Set;
end Alire.Root_Project;
end Alire.Root_Release;