From e1155f44d721e06d818bffeb336ca5972e8c12f0 Mon Sep 17 00:00:00 2001 From: Louis DeJardin Date: Sun, 23 Feb 2014 19:51:48 -0800 Subject: [PATCH] List must match dependency order, adding Entropy repo Also comments out building of the ProjectK sdk --- makefile.shade | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/makefile.shade b/makefile.shade index 4e9bea9f1c..32830fe2f6 100644 --- a/makefile.shade +++ b/makefile.shade @@ -8,7 +8,8 @@ use namespace='System.Collections.Generic' use import="BuildEnv" var repos='${new Dictionary { - {"KRuntime", "git@github.com:aspnet/KRuntime.git"}, +/* {"KRuntime", "git@github.com:aspnet/KRuntime.git"}, */ // Let's not build the sdk :) + {"HttpAbstractions", "git@github.com:aspnet/HttpAbstractions.git"}, {"DependencyInjection", "git@github.com:aspnet/DependencyInjection.git"}, {"FileSystem", "git@github.com:aspnet/FileSystem.git"}, @@ -17,15 +18,16 @@ var repos='${new Dictionary { {"DataProtection", "git@github.com:aspnet/DataProtection.git"}, {"Identity", "git@github.com:aspnet/Identity.git"}, {"StaticFiles", "git@github.com:aspnet/StaticFiles.git"}, + {"System.Data.Common", "git@github.com:aspnet/System.Data.Common.git"}, + {"Microsoft.Data.SQLite", "git@github.com:aspnet/Microsoft.Data.SQLite.git"}, {"Data", "git@github.com:aspnet/Data.git"}, {"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"}, + {"WebFx", "git@github.com:aspnet/WebFx.git"}, {"WebListener", "git@github.com:aspnet/WebListener.git"}, - {"System.Data.Common", "git@github.com:aspnet/System.Data.Common.git"}, - {"Microsoft.Data.SQLite", "git@github.com:aspnet/Microsoft.Data.SQLite.git"} + {"Entropy", "git@github.com:aspnet/Entropy.git"}, }}' default BASE_DIR='${Directory.GetCurrentDirectory()}'