From 618b1ce9743bb79f1ae3375b05a394a4183b21e8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 3 Oct 2020 12:55:45 -0400 Subject: Added deployment code to Aedifex. --- stdlib/source/program/aedifex/project.lux | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'stdlib/source/program/aedifex/project.lux') diff --git a/stdlib/source/program/aedifex/project.lux b/stdlib/source/program/aedifex/project.lux index ebd689760..20bbda840 100644 --- a/stdlib/source/program/aedifex/project.lux +++ b/stdlib/source/program/aedifex/project.lux @@ -1,7 +1,9 @@ (.module: [lux (#- Info Source Module) [data - ["." text]] + ["." text] + [collection + ["." dictionary (#+ Dictionary)]]] [world [net (#+ URL)] [file (#+ Path)]] @@ -64,4 +66,5 @@ #sources (List Source) #target Path #program (Maybe Module) - #test (Maybe Module)}) + #test (Maybe Module) + #deploy-repositories (Dictionary Text dependency.Repository)}) -- cgit v1.2.3