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-10 13:53:56 +0400
committerMichael Hutchinson <mhutchinson@novell.com>2007-09-10 13:53:56 +0400
commit2e656d5e9fcdfd6f9476e2f7f9e263cf6f1ef59e (patch)
tree3bdb59a60ea5f2b76a4c08f22bff27e2d0389662 /Extras/AspNetAddIn/ChangeLog
parent4bd8ec7703923cac8e20a56d44fe3c577d55e2c2 (diff)
* AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Updated.
* Templates/WebService-CodeBehind.xft.xml, Templates/WebForm-CodeBehind.xft.xml, Templates/MasterPage-Empty.xft.xml, Templates/WebService-Empty.xft.xml, Templates/WebForm-Empty.xft.xml, Templates/WebHandler-CodeBehind.xft.xml, Templates/WebControl-CodeBehind.xft.xml, Templates/WebHandler-Empty.xft.xml, Templates/MasterPage-CodeBehind.xft.xml, Templates/WebControl-Empty.xft.xml, Templates/WebApplication.xpt.xml: Remove deprecated FileOptions node. * Templates/WebControl-CodeBehindNonPartial.xft.xml, Templates/MasterPage-CodeBehindNonPartial.xft.xml, Templates/WebForm-CodeBehindNonPartial.xft.xml: Add non-partial-type templates. * Templates/GlobalAsax-CodeBehind.xft.xml, Templates/GlobalAsax-Empty.xft.xml: Add Global.asax templates. * Templates/WebApplication-Empty.xpt.xml: Add empty project template. svn path=/trunk/monodevelop/; revision=85551
Diffstat (limited to 'Extras/AspNetAddIn/ChangeLog')
-rw-r--r--Extras/AspNetAddIn/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/Extras/AspNetAddIn/ChangeLog b/Extras/AspNetAddIn/ChangeLog
index 4bb2216df9..29b336b2f5 100644
--- a/Extras/AspNetAddIn/ChangeLog
+++ b/Extras/AspNetAddIn/ChangeLog
@@ -1,3 +1,24 @@
+2007-09-10 Michael Hutchinson <mhutchinson@novell.com>
+
+ * AspNetAddIn.addin.xml, AspNetAddIn.mdp, Makefile.am: Updated.
+ * Templates/WebService-CodeBehind.xft.xml,
+ Templates/WebForm-CodeBehind.xft.xml,
+ Templates/MasterPage-Empty.xft.xml, Templates/WebService-Empty.xft.xml,
+ Templates/WebForm-Empty.xft.xml,
+ Templates/WebHandler-CodeBehind.xft.xml,
+ Templates/WebControl-CodeBehind.xft.xml,
+ Templates/WebHandler-Empty.xft.xml,
+ Templates/MasterPage-CodeBehind.xft.xml,
+ Templates/WebControl-Empty.xft.xml, Templates/WebApplication.xpt.xml:
+ Remove deprecated FileOptions node.
+ * Templates/WebControl-CodeBehindNonPartial.xft.xml,
+ Templates/MasterPage-CodeBehindNonPartial.xft.xml,
+ Templates/WebForm-CodeBehindNonPartial.xft.xml: Add non-partial-type
+ templates.
+ * Templates/GlobalAsax-CodeBehind.xft.xml,
+ Templates/GlobalAsax-Empty.xft.xml: Add Global.asax templates.
+ * Templates/WebApplication-Empty.xpt.xml: Add empty project template.
+
2007-09-06 Michael Hutchinson <mhutchinson@novell.com>
* Templates/WebService-CodeBehind.xft.xml,