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 <mhutchinson@novell.com>2007-09-05 16:32:04 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-05 16:32:04 +0400
commit2e6a20701532c372a5cae570261b83e1e5a8f9bf (patch)
treeece273cf1b3125b87bb1c3a358dac134acc987c0 /Extras/AspNetAddIn/ChangeLog
parent8b4a338bfe25f900668419f7a2e0a320fcc141f4 (diff)
* Project/XspParameters.cs: Fix some compile warnings.
* Templates/CodeBehindWebHandler.xft.xml, Templates/EmptyWebForm.xft.xml, Templates/CodeBehindWebControl.xft.xml, Templates/CodeBehindWebService.xft.xml, Templates/CodeBehindWebForm.xft.xml, Templates/MasterPageWithNoCodeBehind.xft.xml, Templates/MasterPageWithCodeBehind.xft.xml, Templates/EmptyWebHandler.xft.xml, Templates/WebApplication.xpt.xml, Templates/EmptyWebControl.xft.xml, Templates/EmptyWebService.xft.xml: Use partial classes where possible. Default to deploying ASP.NET files rather than building them. Remove "Hello world" code. Default to 2.0 runtime. svn path=/trunk/monodevelop/; revision=85355
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 6ea39028bb..366b2ec206 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,18 @@
+2007-09-05 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Project/XspParameters.cs: Fix some compile warnings.
+ * Templates/CodeBehindWebHandler.xft.xml, Templates/EmptyWebForm.xft.xml,
+ Templates/CodeBehindWebControl.xft.xml,
+ Templates/CodeBehindWebService.xft.xml,
+ Templates/CodeBehindWebForm.xft.xml,
+ Templates/MasterPageWithNoCodeBehind.xft.xml,
+ Templates/MasterPageWithCodeBehind.xft.xml,
+ Templates/EmptyWebHandler.xft.xml, Templates/WebApplication.xpt.xml,
+ Templates/EmptyWebControl.xft.xml, Templates/EmptyWebService.xft.xml:
+ Use partial classes where possible. Default to deploying ASP.NET files
+ rather than building them. Remove "Hello world" code. Default to 2.0
+ runtime.
+
2007-08-31 Mike Krüger <mkrueger@novell.com>
* Gui/AspNetConfigurationPanel.cs, Gui/AspNetConfigurationPanelWidget.cs,