summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/monodevelop/files/monodevelop-0.14-aspnet-template-fix.patch')
-rw-r--r--dev-util/monodevelop/files/monodevelop-0.14-aspnet-template-fix.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-util/monodevelop/files/monodevelop-0.14-aspnet-template-fix.patch b/dev-util/monodevelop/files/monodevelop-0.14-aspnet-template-fix.patch
deleted file mode 100644
index ffb030b872d6..000000000000
--- a/dev-util/monodevelop/files/monodevelop-0.14-aspnet-template-fix.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- Extras/AspNetAddIn/Templates/WebApplication.xpt.xml 2007-06-28 06:44:55.000000000 +0200
-+++ Extras/AspNetAddIn/Templates/WebApplication.xpt.xml 2007-06-28 06:45:48.000000000 +0200
-@@ -53,11 +53,15 @@
- <![CDATA[using System;
- using System.Web;
- using System.Web.UI;
-+using System.Web.UI.WebControls;
-
- namespace ${Namespace} {
-
- public class ${Name} : Page
- {
-+ protected TextBox textBox1;
-+ protected Button button1;
-+
- public void onButtonClick (object sender, EventArgs e)
- {
- textBox1.Text ="Hello World";