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-10-02 15:27:37 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-10-02 15:27:37 +0400
commit7ad80c2a27a9bd827a7ac0768815028e6873b8d5 (patch)
tree5c27777f36d8f33d8186939b6d825c899d32375c /Extras/AspNetAddIn/ChangeLog
parente1d0d84ee7073cb7a1544e06476a6f88f6ed51c7 (diff)
* Project/VerifyCodeBehindBuildStep.cs: Make errors in Codebehind
generation into warnings rather than preventing build. svn path=/trunk/monodevelop/; revision=86737
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index f2fa00069a..d9a4028f7b 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-02 Michael Hutchinson <mhutchinson@novell.com>
+
+ * Project/VerifyCodeBehindBuildStep.cs: Make errors in Codebehind generation
+ into warnings rather than preventing build.
+
2007-09-28 Michael Hutchinson <mhutchinson@novell.com>
* Project/AspNetAppProject.cs: Check for xsp before running it.