From c2f20810fec96a9985afb721b18a47614a526674 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 20 Mar 2024 10:54:56 -0500 Subject: [PATCH] Remove the format repo which was merged into sdk (#19113) --- .../content/repo-projects/format.proj | 18 ------------------ src/SourceBuild/content/repo-projects/sdk.proj | 1 - .../assets/LicenseExclusions.txt | 14 +++++++------- src/VirtualMonoRepo/source-mappings-ub.json | 4 ---- src/VirtualMonoRepo/source-mappings.json | 4 ---- 5 files changed, 7 insertions(+), 34 deletions(-) delete mode 100644 src/SourceBuild/content/repo-projects/format.proj diff --git a/src/SourceBuild/content/repo-projects/format.proj b/src/SourceBuild/content/repo-projects/format.proj deleted file mode 100644 index 91744a768..000000000 --- a/src/SourceBuild/content/repo-projects/format.proj +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - - - - - - - - - - - diff --git a/src/SourceBuild/content/repo-projects/sdk.proj b/src/SourceBuild/content/repo-projects/sdk.proj index 24d91a4ff..57112378f 100644 --- a/src/SourceBuild/content/repo-projects/sdk.proj +++ b/src/SourceBuild/content/repo-projects/sdk.proj @@ -19,7 +19,6 @@ - diff --git a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt index e4c57eec6..54119f3ca 100644 --- a/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt +++ b/src/SourceBuild/content/test/Microsoft.DotNet.SourceBuild.SmokeTests/assets/LicenseExclusions.txt @@ -63,13 +63,6 @@ src/deployment-tools/THIRD-PARTY-NOTICES.TXT|unknown-license-reference # False positive src/diagnostics/THIRD-PARTY-NOTICES.TXT|codesourcery-2004 -# -# format -# - -# False positive -src/format/THIRD-PARTY-NOTICES.TXT|unknown-license-reference - # # fsharp # @@ -198,6 +191,13 @@ src/runtime/src/libraries/System.Text.Json/roadmap/images/higher-level-component # Sample data src/runtime/src/mono/sample/wasm/browser-webpack/package-lock.json +# +# sdk +# + +# False positive +src/sdk/THIRD-PARTY-NOTICES.TXT|unknown-license-reference + # # source-build-externals # diff --git a/src/VirtualMonoRepo/source-mappings-ub.json b/src/VirtualMonoRepo/source-mappings-ub.json index 943c5efb5..9cf9812e2 100644 --- a/src/VirtualMonoRepo/source-mappings-ub.json +++ b/src/VirtualMonoRepo/source-mappings-ub.json @@ -77,10 +77,6 @@ "name": "emsdk", "defaultRemote": "https://github.com/dotnet/emsdk" }, - { - "name": "format", - "defaultRemote": "https://github.com/dotnet/format" - }, { "name": "fsharp", "defaultRemote": "https://github.com/dotnet/fsharp" diff --git a/src/VirtualMonoRepo/source-mappings.json b/src/VirtualMonoRepo/source-mappings.json index efb1baa40..fcc0961fb 100644 --- a/src/VirtualMonoRepo/source-mappings.json +++ b/src/VirtualMonoRepo/source-mappings.json @@ -99,10 +99,6 @@ "name": "emsdk", "defaultRemote": "https://github.com/dotnet/emsdk" }, - { - "name": "format", - "defaultRemote": "https://github.com/dotnet/format" - }, { "name": "fsharp", "defaultRemote": "https://github.com/dotnet/fsharp"