Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <mhutch@xamarin.com>2014-06-02 11:19:40 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-06-18 05:28:36 +0400
commitd92632dc0339a7fe24c5f36d1e278c3df5c1c1de (patch)
treee06bea3f24c8fd74637dc846a3ef38255daa3099 /main/configure.in
parentd919aae53ee5f62ff8beca8ede082b25915f0c08 (diff)
[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
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in2
1 files changed, 0 insertions, 2 deletions
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