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 22:55:00 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-10-02 22:55:00 +0400
commitc37cd2d7bf98050e8e32cb2049c6f8ee70fc0c2f (patch)
treeb5dc9ecc5c633c3189cb4c5343d367f01b4f0a1b /Extras/AspNetAddIn/ChangeLog
parent0a4d9748d76886b0c6a720137ad5df564c63ca96 (diff)
* Deployment/WebDeployService.cs: Build before deploying.
* Deployment/WebDeployTargetEditor.cs: Catch errors if file copy handler can't be found. svn path=/trunk/monodevelop/; revision=86765
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index d9a4028f7b..32f293d4f5 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,5 +1,11 @@
2007-10-02 Michael Hutchinson <mhutchinson@novell.com>
+ * Deployment/WebDeployService.cs: Build before deploying.
+ * Deployment/WebDeployTargetEditor.cs: Catch errors if file copy handler
+ can't be found.
+
+2007-10-02 Michael Hutchinson <mhutchinson@novell.com>
+
* Project/VerifyCodeBehindBuildStep.cs: Make errors in Codebehind generation
into warnings rather than preventing build.