From 967ca3757e1abdc00d9296845571373c2f629e36 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 3 Jun 2014 11:06:48 -0700 Subject: [PATCH] Updating makefile to include Options and Logging repos --- makefile.shade | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile.shade b/makefile.shade index 4204faecb1..1e3e44a3ce 100644 --- a/makefile.shade +++ b/makefile.shade @@ -16,7 +16,6 @@ var useHttps='${UseHttps(BASE_DIR)}' var gitHubUriPrefix='${useHttps ? "https://github.com/aspnet/" : "git@github.com:aspnet/"}' var repos='${new Dictionary { /* {"KRuntime", gitHubUriPrefix + "KRuntime.git"}, */ // Let's not build the sdk :) - {"Configuration", gitHubUriPrefix + "Configuration.git"}, {"DataCommon", gitHubUriPrefix + "DataCommon.git"}, {"DataCommon.SQLite", gitHubUriPrefix + "DataCommon.SQLite.git"}, @@ -30,7 +29,9 @@ var repos='${new Dictionary { {"Hosting", gitHubUriPrefix + "Hosting.git"}, {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, {"Identity", gitHubUriPrefix + "Identity.git"}, + {"Logging", gitHubUriPrefix + "Logging.git"}, {"Mvc", gitHubUriPrefix + "Mvc.git"}, + {"Options", gitHubUriPrefix + "Options.git"}, {"Razor", gitHubUriPrefix + "Razor.git"}, {"Routing", gitHubUriPrefix + "Routing.git"}, {"Security", gitHubUriPrefix + "Security.git"},