From 62cca27e2fd087fb519f178e38ea53a5d593281d Mon Sep 17 00:00:00 2001 From: kasthack Date: Sun, 20 Sep 2015 06:38:52 +0300 Subject: [PATCH] System.Web.Compilation.IAssemblyPostProcess from reference source --- .../IAssemblyPostProcessor.cs | 39 ------------------- mcs/class/System.Web/System.Web.dll.sources | 2 +- 2 files changed, 1 insertion(+), 40 deletions(-) delete mode 100644 mcs/class/System.Web/System.Web.Compilation/IAssemblyPostProcessor.cs diff --git a/mcs/class/System.Web/System.Web.Compilation/IAssemblyPostProcessor.cs b/mcs/class/System.Web/System.Web.Compilation/IAssemblyPostProcessor.cs deleted file mode 100644 index 5c1d4fc7584..00000000000 --- a/mcs/class/System.Web/System.Web.Compilation/IAssemblyPostProcessor.cs +++ /dev/null @@ -1,39 +0,0 @@ -// -// System.Web.Compilation.IAssemblyPostProcessor -// -// Authors: -// Chris Toshok (toshok@ximian.com) -// -// (C) 2006-2009 Novell, Inc (http://www.novell.com) -// - -// -// Permission is hereby granted, free of charge, to any person obtaining -// a copy of this software and associated documentation files (the -// "Software"), to deal in the Software without restriction, including -// without limitation the rights to use, copy, modify, merge, publish, -// distribute, sublicense, and/or sell copies of the Software, and to -// permit persons to whom the Software is furnished to do so, subject to -// the following conditions: -// -// The above copyright notice and this permission notice shall be -// included in all copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -// - -namespace System.Web.Compilation -{ - public interface IAssemblyPostProcessor : IDisposable - { - void PostProcessAssembly (string path); - } -} - - diff --git a/mcs/class/System.Web/System.Web.dll.sources b/mcs/class/System.Web/System.Web.dll.sources index c300b3d9001..bf2cc1a68af 100644 --- a/mcs/class/System.Web/System.Web.dll.sources +++ b/mcs/class/System.Web/System.Web.dll.sources @@ -96,7 +96,7 @@ System.Web.Compilation/ExpressionPrefixAttribute.cs System.Web.Compilation/ForceCopyBuildProvider.cs System.Web.Compilation/GenericBuildProvider.cs System.Web.Compilation/GlobalAsaxCompiler.cs -System.Web.Compilation/IAssemblyPostProcessor.cs +../../../external/referencesource/System.Web/Compilation/IAssemblyPostProcessor.cs System.Web.Compilation/IgnoreFileBuildProvider.cs System.Web.Compilation/IImplicitResourceProvider.cs System.Web.Compilation/ILocation.cs -- 2.25.1