Indexed AJUnitGen

This commit is contained in:
Alejandro R Mosteo
2018-05-03 23:21:42 +02:00
parent a19b03e642
commit e9032bb122
3 changed files with 37 additions and 15 deletions
+22
View File
@@ -0,0 +1,22 @@
with Alire.Index.XML_EZ_Out;
package Alire.Index.AJUnitGen is
function Project is new Catalogued_Project
("Generator of JUnit-compatible XML reports");
Repo : constant URL := "https://github.com/mosteo/ajunitgen.git";
Base : constant Release :=
Project.Unreleased
(Properties =>
Author ("Alejandro R. Mosteo") and
License (LGPL_3_0),
Dependencies =>
XML_EZ_Out.V_1_6.Within_Major);
package V_1_0_0 is new Released
(Base
.Replacing (Git (Repo, "d2d110f92b8175ace6668dfdb639ea10ece5a822")));
end Alire.Index.AJUnitGen;
+2
View File
@@ -18,6 +18,8 @@ package Alire.Index.Alr is
Author ("Alejandro R. Mosteo") and
License (GPL_3_0));
-- Add AJUnitGen and remove XML_EZ_Out in v0.5
V_0_4 : constant Release :=
Project.Register
(Base
+13 -15
View File
@@ -5,21 +5,19 @@ package Alire.Index.Template is
--
-- Repo : constant URL := "";
--
-- Base_Properties : constant Release_Properties :=
-- Author ("") and
-- Maintainer ("") and
-- Website ("") and
-- License (Unknown);
-- V_0_0_0 : constant Release :=
-- Project.Register
-- (V (""),
-- Git (Prj_Repo, "commit"),
-- Base : constant Release :=
-- Project.Unreleased
-- (Properties =>
-- Author ("") and
-- Maintainer ("") and
-- Website ("") and
-- License (Unknown));
--
-- Notes => "",
--
-- Properties =>
-- Base_Properties
-- );
-- package V_0_0_0 is new Released
-- (Base
-- .Replacing (Git (Repo, "commit"))
-- .Extending
-- (Properties =>
-- Comment ("")));
end Alire.Index.Template;