diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Orchard.ImportExport.csproj b/src/Orchard.Web/Modules/Orchard.ImportExport/Orchard.ImportExport.csproj index 27d2255e0..9bc33d63a 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Orchard.ImportExport.csproj +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Orchard.ImportExport.csproj @@ -25,6 +25,7 @@ + true @@ -108,9 +109,7 @@ - - - + diff --git a/src/Orchard.Web/Modules/Orchard.ImportExport/Services/ImportExportService.cs b/src/Orchard.Web/Modules/Orchard.ImportExport/Services/ImportExportService.cs index c621c2f9b..407d066f4 100644 --- a/src/Orchard.Web/Modules/Orchard.ImportExport/Services/ImportExportService.cs +++ b/src/Orchard.Web/Modules/Orchard.ImportExport/Services/ImportExportService.cs @@ -4,17 +4,14 @@ using System.Linq; using System.Xml; using System.Xml.Linq; using Orchard.ContentManagement; -using Orchard.ContentManagement.Handlers; using Orchard.ContentManagement.MetaData; using Orchard.Environment.Descriptor; using Orchard.FileSystems.AppData; using Orchard.ImportExport.Models; using Orchard.Localization; using Orchard.Logging; -using Orchard.Recipes.Models; using Orchard.Recipes.Services; using Orchard.Services; -using VersionOptions = Orchard.ContentManagement.VersionOptions; namespace Orchard.ImportExport.Services { public class ImportExportService : IImportExportService {