From 8e13235732e0a73c2c8397ea377c65e513c99c94 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 9 Oct 2018 13:16:03 -0700 Subject: [PATCH] Remove the Proxy submodule (#1471) Part of https://github.com/aspnet/AspNetCore/issues/3598 - unifying and reducing repos. Proxy does not ship, so its code will move to aspnet/AspLabs. --- .gitmodules | 4 ---- build/artifacts.props | 1 - build/buildorder.props | 1 - build/submodules.props | 1 - modules/Proxy | 1 - 5 files changed, 8 deletions(-) delete mode 160000 modules/Proxy diff --git a/.gitmodules b/.gitmodules index c2970f34c1..e50d65490b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -138,10 +138,6 @@ path = modules/Options url = https://github.com/aspnet/Options.git branch = release/2.2 -[submodule "modules/Proxy"] - path = modules/Proxy - url = https://github.com/aspnet/Proxy.git - branch = release/2.2 [submodule "modules/Razor"] path = modules/Razor url = https://github.com/aspnet/Razor.git diff --git a/build/artifacts.props b/build/artifacts.props index 3696cb9977..9b5f29e524 100644 --- a/build/artifacts.props +++ b/build/artifacts.props @@ -134,7 +134,6 @@ - diff --git a/build/buildorder.props b/build/buildorder.props index ca08cb52e1..54603518d7 100644 --- a/build/buildorder.props +++ b/build/buildorder.props @@ -36,7 +36,6 @@ - diff --git a/build/submodules.props b/build/submodules.props index a0e6ffe5ca..3495ffa169 100644 --- a/build/submodules.props +++ b/build/submodules.props @@ -67,7 +67,6 @@ - diff --git a/modules/Proxy b/modules/Proxy deleted file mode 160000 index 909581d7f4..0000000000 --- a/modules/Proxy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 909581d7f46df5ca00d8e9e6650f805ee7bf8c31