From 2e6f9859a97ca15643c1864f0eaa29becf7bc446 Mon Sep 17 00:00:00 2001 From: David Fowler Date: Sun, 15 Jun 2014 07:42:33 -0700 Subject: [PATCH] Fixed duplicates in repo list --- makefile.shade | 3 --- 1 file changed, 3 deletions(-) diff --git a/makefile.shade b/makefile.shade index 087de2e9b5..5f15aeb8f7 100644 --- a/makefile.shade +++ b/makefile.shade @@ -28,8 +28,6 @@ var repos='${new Dictionary { {"EntityFramework", gitHubUriPrefix + "EntityFramework.git"}, {"FileSystem", gitHubUriPrefix + "FileSystem.git"}, {"WebSocketAbstractions", gitHubUriPrefix + "WebSocketAbstractions.git"}, - {"Helios", gitHubUriPrefix + "Helios.git"}, - {"Hosting", gitHubUriPrefix + "Hosting.git"}, {"HttpAbstractions", gitHubUriPrefix + "HttpAbstractions.git"}, {"Hosting", gitHubUriPrefix + "Hosting.git"}, {"Helios", gitHubUriPrefix + "Helios.git"}, @@ -40,7 +38,6 @@ var repos='${new Dictionary { {"Security", gitHubUriPrefix + "Security.git"}, {"SignalR-Server", gitHubUriPrefix + "SignalR-Server.git"}, {"StaticFiles", gitHubUriPrefix + "StaticFiles.git"}, - {"Testing", gitHubUriPrefix + "Testing.git"}, {"WebListener", gitHubUriPrefix + "WebListener.git"}, {"WebSockets", gitHubUriPrefix + "WebSockets.git"}, {"Entropy", gitHubUriPrefix + "Entropy.git"},