From e300d4c6198e51ce71c0797c9318dae321249f45 Mon Sep 17 00:00:00 2001 From: Sam Surtees Date: Sat, 29 Oct 2016 12:25:47 +1000 Subject: [PATCH] Removed MonoDevelop from core The format output is no longer supported by the IDE, instead Visual Studio projects are utilized instead. See issue #604 for more information on deprecation. --- .gitmodules | 3 --- modules/d | 2 +- modules/monodevelop | 1 - src/_modules.lua | 1 - 4 files changed, 1 insertion(+), 6 deletions(-) delete mode 160000 modules/monodevelop diff --git a/.gitmodules b/.gitmodules index 66bda3cd..31e848de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "modules/xcode"] path = modules/xcode url = https://github.com/premake/premake-xcode.git -[submodule "modules/monodevelop"] - path = modules/monodevelop - url = https://github.com/premake/premake-monodevelop.git [submodule "modules/codelite"] path = modules/codelite url = https://github.com/premake/premake-codelite.git diff --git a/modules/d b/modules/d index fa856f1a..7bf45dd2 160000 --- a/modules/d +++ b/modules/d @@ -1 +1 @@ -Subproject commit fa856f1a937a997bdcec8abe59f0114f2a7e029d +Subproject commit 7bf45dd232583af3763d6cc2264d2c1aeccb6fe8 diff --git a/modules/monodevelop b/modules/monodevelop deleted file mode 160000 index dd5aa488..00000000 --- a/modules/monodevelop +++ /dev/null @@ -1 +0,0 @@ -Subproject commit dd5aa488966b901f6d72e7f4e8b3297d9171b941 diff --git a/src/_modules.lua b/src/_modules.lua index 792833df..f809c097 100644 --- a/src/_modules.lua +++ b/src/_modules.lua @@ -6,7 +6,6 @@ return { "xcode", - "monodevelop", "codelite", "d", }