From 00de03d64170f375b1ccb4988460244635267c6e Mon Sep 17 00:00:00 2001 From: David Fowler Date: Mon, 10 Feb 2014 22:35:46 -0800 Subject: [PATCH] Added KRuntime, Hosting, Helios and WebListener --- makefile.shade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile.shade b/makefile.shade index d70169eaa4..0b86abf540 100644 --- a/makefile.shade +++ b/makefile.shade @@ -8,6 +8,7 @@ use namespace='System.Collections.Generic' use import="BuildEnv" var repos='${new Dictionary { + {"KRuntime", "git@github.com:aspnet/KRuntime.git"}, {"HttpAbstractions", "git@github.com:aspnet/HttpAbstractions.git"}, {"DependencyInjection", "git@github.com:aspnet/DependencyInjection.git"}, {"FileSystem", "git@github.com:aspnet/FileSystem.git"}, @@ -20,6 +21,9 @@ var repos='${new Dictionary { {"Razor", "git@github.com:aspnet/Razor.git"}, {"Routing", "git@github.com:aspnet/Routing.git"}, {"WebFx", "git@github.com:aspnet/WebFx.git"}, + {"Hosting", "git@github.com:aspnet/Hosting.git"}, + {"Helios", "git@github.com:aspnet/Helios.git"}, + {"WebListener", "git@github.com:aspnet/WebListener.git"} }}' default BASE_DIR='${Directory.GetCurrentDirectory()}'