From 447e1ee1f0d5d042668caef72039404722a8e698 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Wed, 8 Jan 2020 13:36:48 +0100 Subject: [PATCH] AB4375 - Moved Sections to Umbraco.Abstractions --- .../Sections/ContentSection.cs | 0 .../Sections/FormsSection.cs | 0 .../Sections/MediaSection.cs | 0 .../Sections/MembersSection.cs | 0 .../Sections/PackagesSection.cs | 0 .../Sections/SectionCollection.cs | 0 .../Sections/SectionCollectionBuilder.cs | 0 .../Sections/SettingsSection.cs | 0 .../Sections/TranslationSection.cs | 0 .../Sections/UsersSection.cs | 0 src/Umbraco.Web/Umbraco.Web.csproj | 10 ---------- 11 files changed, 10 deletions(-) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/ContentSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/FormsSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/MediaSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/MembersSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/PackagesSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/SectionCollection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/SectionCollectionBuilder.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/SettingsSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/TranslationSection.cs (100%) rename src/{Umbraco.Web => Umbraco.Abstractions}/Sections/UsersSection.cs (100%) diff --git a/src/Umbraco.Web/Sections/ContentSection.cs b/src/Umbraco.Abstractions/Sections/ContentSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/ContentSection.cs rename to src/Umbraco.Abstractions/Sections/ContentSection.cs diff --git a/src/Umbraco.Web/Sections/FormsSection.cs b/src/Umbraco.Abstractions/Sections/FormsSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/FormsSection.cs rename to src/Umbraco.Abstractions/Sections/FormsSection.cs diff --git a/src/Umbraco.Web/Sections/MediaSection.cs b/src/Umbraco.Abstractions/Sections/MediaSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/MediaSection.cs rename to src/Umbraco.Abstractions/Sections/MediaSection.cs diff --git a/src/Umbraco.Web/Sections/MembersSection.cs b/src/Umbraco.Abstractions/Sections/MembersSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/MembersSection.cs rename to src/Umbraco.Abstractions/Sections/MembersSection.cs diff --git a/src/Umbraco.Web/Sections/PackagesSection.cs b/src/Umbraco.Abstractions/Sections/PackagesSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/PackagesSection.cs rename to src/Umbraco.Abstractions/Sections/PackagesSection.cs diff --git a/src/Umbraco.Web/Sections/SectionCollection.cs b/src/Umbraco.Abstractions/Sections/SectionCollection.cs similarity index 100% rename from src/Umbraco.Web/Sections/SectionCollection.cs rename to src/Umbraco.Abstractions/Sections/SectionCollection.cs diff --git a/src/Umbraco.Web/Sections/SectionCollectionBuilder.cs b/src/Umbraco.Abstractions/Sections/SectionCollectionBuilder.cs similarity index 100% rename from src/Umbraco.Web/Sections/SectionCollectionBuilder.cs rename to src/Umbraco.Abstractions/Sections/SectionCollectionBuilder.cs diff --git a/src/Umbraco.Web/Sections/SettingsSection.cs b/src/Umbraco.Abstractions/Sections/SettingsSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/SettingsSection.cs rename to src/Umbraco.Abstractions/Sections/SettingsSection.cs diff --git a/src/Umbraco.Web/Sections/TranslationSection.cs b/src/Umbraco.Abstractions/Sections/TranslationSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/TranslationSection.cs rename to src/Umbraco.Abstractions/Sections/TranslationSection.cs diff --git a/src/Umbraco.Web/Sections/UsersSection.cs b/src/Umbraco.Abstractions/Sections/UsersSection.cs similarity index 100% rename from src/Umbraco.Web/Sections/UsersSection.cs rename to src/Umbraco.Abstractions/Sections/UsersSection.cs diff --git a/src/Umbraco.Web/Umbraco.Web.csproj b/src/Umbraco.Web/Umbraco.Web.csproj index 95c987dd55..5266fda3b3 100755 --- a/src/Umbraco.Web/Umbraco.Web.csproj +++ b/src/Umbraco.Web/Umbraco.Web.csproj @@ -246,16 +246,8 @@ - - - - - - - - @@ -269,7 +261,6 @@ - @@ -627,7 +618,6 @@ -