From d92632dc0339a7fe24c5f36d1e278c3df5c1c1de Mon Sep 17 00:00:00 2001 From: Michael Hutchinson Date: Mon, 2 Jun 2014 03:19:40 -0400 Subject: [AspNet] Massive overhaul * Merged ASP.NET and ASP.NET MVC addins - Added support for ASP.NET MVC in Web App projects, needed for ASP.MVC 5 projects * Cleaned and reorganized the codebase * Moved ASP.NET unit tests into separate assembly - Fixed some minor issues in Razor tests * Removed automatic translation of C# project/file templates to other languages - Only C# templates are included * Removed build-time updating of Web Forms CodeBehind - Update-on-save is still supported * Removed unmaintained remote deployment system - It was never supported on Windows/Mac - Removes dependency on Linux deployment addin * Updated ASP.NET MVC templates to ASP.NET MVC 5 - ASP.NET MVC reference is now a NuGet reference * Removed incomplete default doctype abstraction * All template used HTML5 doctype * Stetic is no longer used for UI * Fixed build warnings --- main/configure.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'main/configure.in') diff --git a/main/configure.in b/main/configure.in index 94e9d58d08..f5799cfd4a 100644 --- a/main/configure.in +++ b/main/configure.in @@ -312,8 +312,6 @@ src/addins/TextTemplating/TextTransform/Makefile src/addins/TextTemplating/MonoDevelop.TextTemplating/Makefile src/addins/TextTemplating/Mono.TextTemplating.Tests/Makefile src/addins/AspNet/Makefile -src/addins/AspNet/MonoDevelop.AspNet/Makefile -src/addins/AspNet/MonoDevelop.AspNet.Mvc/Makefile src/addins/MonoDevelop.Autotools/Makefile src/addins/MonoDevelop.DesignerSupport/Makefile src/addins/MonoDevelop.WebReferences/Makefile -- cgit v1.2.3